summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/heap-analysis/pointerByteSize.js
blob: 617972deb0bcb8cb1796fa40bdc0db5850f88632 (plain)
1
2
3
// Try out the pointerByteSize shell function.
var size = getBuildConfiguration()["pointer-byte-size"];
assertEq(size == 4 || size == 8, true);