Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Duplicate property in Interpreter #268

Open
micahriggan opened this issue Nov 13, 2018 · 0 comments
Open

Duplicate property in Interpreter #268

micahriggan opened this issue Nov 13, 2018 · 0 comments

Comments

@micahriggan
Copy link
Contributor

Interpreter.SCRIPT_VERIFY_DISCOURAGE_UPGRADABLE_NOPS = (1 << 7);
Interpreter.SCRIPT_VERIFY_DISCOURAGE_UPGRADABLE_NOPS = (1 << 11);

Lines 362 and 367 of script/interpreter.js are overwriting the same variable.

Originally this value was 128, now it's 2048.

Is the duplication of the line intentional?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant