forked from SerenityOS/serenity
-
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.
LibJS: Avoid RequireObjectCoercible when creating super references
This is part of an old normative change that happened soon after Andreas made `super` closer to spec in 1270df2. See tc39/ecma262#2267 This was introduced into bytecode by virtue of copy and paste :^) Bytecode results: Summary: Diff Tests: +2 ✅ -2 ❌
- Loading branch information
Showing
2 changed files
with
3 additions
and
9 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