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
Convert NativeObject from IdScriptableObject to lambda constructor
* Make built-in function source spec compliant.
* Pull JS methods out into separate private methods.
* Refactor away from `IdFunctionObject`s.
* Conversion of `NativeObject` to `LambdaConstructor`.
* Update Test262 test properties.
* Seal Object prototype when sealing constructor.
* Recover performance in nsieve benchmark.
* Refactor method declarations for readability.
0 commit comments