-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Assert failed for typedValNode is an ObjectLiteral Parse Node #35
Comments
gibson042
added a commit
to gibson042/proposal-json-parse-with-source
that referenced
this issue
Jan 20, 2023
gibson042
added a commit
to gibson042/proposal-json-parse-with-source
that referenced
this issue
Jan 27, 2023
gibson042
added a commit
to gibson042/proposal-json-parse-with-source
that referenced
this issue
Jan 27, 2023
gibson042
added a commit
to gibson042/proposal-json-parse-with-source
that referenced
this issue
Jan 27, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Consider the example below:
According to the spec, when calling
InternalizeJSONProperty({a: 0, b: { get x() {return null}, set x(_){throw 666} }}, 'b', reviver, 1)
The text was updated successfully, but these errors were encountered: