-
Notifications
You must be signed in to change notification settings - Fork 470
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
New NativeFunction tests #2716
New NativeFunction tests #2716
Conversation
f66f11e
to
4e7f377
Compare
33e8f1d
to
405d896
Compare
test/built-ins/Function/prototype/toString/built-in-function-object.js
Outdated
Show resolved
Hide resolved
66f2328
to
1becd0c
Compare
@michaelficarra r? please |
@leobalter Not sure what your comment means. Current status is we're waiting on @devsnek to add documentation related to the RegExp generation process. |
sorry @michaelficarra I was just asking you for a review, assuming the changes would be good enough for a new round. Thanks for the update. |
@michaelficarra look alright now? |
@@ -8,452 +8,283 @@ defines: [WellKnownIntrinsicObjects] | |||
|
|||
const WellKnownIntrinsicObjects = [ | |||
{ | |||
intrinsicName: "%Array%", | |||
globalNameOrSource: "Array" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see any value in renaming these. The names that they have are derived from the column header in the spec.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it was less of renaming and more of recreating the whole thing from scratch. i can of course put the names back if you feel strongly about it.
@syg heads up for failures on V8 |
For tc39/ecma262#1948