Parent: #465. Found while validating #801; coordinate activation ownership with #787.
Baseline e4f76af fails this positive paired VM witness even without GC:
function legacyRead(value) { return legacyRead.arguments[0]; }
assert.sameValue(legacyRead(37), 37);
The tree-walker passes; required bytecode throws TypeError: null is not an object. The ordinary function is admitted, but VM calls do not publish the legacy call-frame view used by Interpreter.getProperty. This is separate from relocation of an already published tree-walker legacy frame.
Acceptance:
The failing witness and transcript are retained locally under /Users/chris/.cache/zig-js-801.9pDs7h/legacy-arguments.js and before-legacy-arguments.log. This issue remains open independently of the scoped coercion/assignment root work.
Parent: #465. Found while validating #801; coordinate activation ownership with #787.
Baseline e4f76af fails this positive paired VM witness even without GC:
The tree-walker passes; required bytecode throws
TypeError: null is not an object. The ordinary function is admitted, but VM calls do not publish the legacy call-frame view used by Interpreter.getProperty. This is separate from relocation of an already published tree-walker legacy frame.Acceptance:
The failing witness and transcript are retained locally under /Users/chris/.cache/zig-js-801.9pDs7h/legacy-arguments.js and before-legacy-arguments.log. This issue remains open independently of the scoped coercion/assignment root work.