-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Object.assign strange behavior under jvm nashorn engine #389
Labels
Comments
zloirock
added a commit
that referenced
this issue
Apr 4, 2018
Fixed in |
Merged
zloirock
added a commit
that referenced
this issue
Apr 9, 2018
zloirock
added a commit
that referenced
this issue
Apr 21, 2018
zloirock
added a commit
that referenced
this issue
May 4, 2018
zloirock
added a commit
that referenced
this issue
May 5, 2018
zloirock
added a commit
that referenced
this issue
May 7, 2018
zloirock
added a commit
that referenced
this issue
May 14, 2018
zloirock
added a commit
that referenced
this issue
May 18, 2018
zloirock
added a commit
that referenced
this issue
May 26, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
reproduce step:
0. install jdk8
jjs
command, enter interactive shellload('./core.js')
, browser version core-js bundleJSON.stringify(Object.assign({}, {1:2}, {x:1}))
output: {"x":1}
and if integer key is long enough, it works
The text was updated successfully, but these errors were encountered: