forked from mozilla/rhino
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
this is an excerpt of from PR mozilla#1611 done by @tonygermano (commit
9664e77, e17cc25) * more standard compliant implementation of ScriptRuntime.toPrimitive(); * have not used the Optional for more backward compatibility * have changed the code a bit to be more in sync with the spec (explicit if stmt's) * improved support for Symbol/BigInt in equals and compare I did this to make it possible to merge this improvement soon - at least this is my hope. Will extract more smaller commits if this is merged.
- Loading branch information
Showing
3 changed files
with
80 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters