summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/saved-stacks/SavedFrame-constructor.js
blob: 0dbafea98689072b35b3ddffd2cf0989663c93b7 (plain)
1
2
3
4
// The SavedFrame constructor shouldn't have been exposed to JS on the global.

saveStack();
assertEq(typeof SavedFrame, "undefined");