mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
3d67f89552
Every constant is certainly 4 bytes now, but freebsd's objdump utility prints out odd byte sequences (5-bytes, 6-bytes and even 9-bytes long) for v8's data section. We can safely ignore all upper bytes, because all constants that we're using are just `int`s. Since on all supported platforms `int` is 32bit long (and anyway v8's constants are 32bit too), we ignore all higher bits if they were read. |
||
---|---|---|
.. | ||
blog | ||
closure_linter | ||
doc | ||
gyp | ||
msvs | ||
osx-pkg.pmdoc | ||
build-changelog.sh | ||
changelog-head.sh | ||
cpplint.py | ||
email-footer.md | ||
genv8constants.py | ||
getnodeisrelease.py | ||
getnodeversion.py | ||
gyp_node | ||
install.py | ||
js2c.py | ||
license2rtf.js | ||
osx-codesign.sh | ||
osx-pkg-postinstall.sh | ||
osx-productsign.sh | ||
run-valgrind.py | ||
test.py | ||
updateAuthors.awk |