Skip to content

Commit

Permalink
Add _forceRevaluationOfArguments
Browse files Browse the repository at this point in the history
  • Loading branch information
yuri-kiss authored Feb 3, 2025
1 parent f1c0746 commit 25dbff3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/compiler/compat-block-utility.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ class CompatibilityLayerBlockUtility extends BlockUtility {
this.thread = thread;
this.sequencer = thread.target.runtime.sequencer;
this._startedBranch = null;
this._forceRevaluationOfArguments = false;
thread.stack[0] = fakeBlockId;
thread.compatibilityStackFrame = stackFrame;
}
Expand Down

0 comments on commit 25dbff3

Please sign in to comment.