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