You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 31, 2018. It is now read-only.
Concatenation of separate JS programs into one Program means that we do not use the correct strictness for them all if they differ.
We should read each Program in separately.
Additionally, prelude functions, such as those used by conrad for his global object setup may be shadowed by user-code functions that are hoisted above them.
IgnoredAmbience
changed the title
Prelude Loader violates 10.1.1
Prelude Loader violates 10.1.1 and user-functions may be hoisted above prelude
Mar 10, 2015
This will permit us to run the test262 prelude in a separate context
from the testcase itself.
This was a bug in the original JSRef, see issue #9:
resource-reasoning/jscert_dev#9
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Concatenation of separate JS programs into one Program means that we do not use the correct strictness for them all if they differ.
We should read each Program in separately.
Additionally, prelude functions, such as those used by conrad for his global object setup may be shadowed by user-code functions that are hoisted above them.
jscert_dev/interp/src/run_js.ml
Line 87 in 8e82674
https://es5.github.io/#x10.1.1
The text was updated successfully, but these errors were encountered: