mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-08 01:00:05 +00:00
LibJS: Implement the GetMethod abstract operation
https://tc39.es/ecma262/#sec-getmethod We have bunch of duplicated on-demand versions of this, let's do it properly.
This commit is contained in:
parent
f0912027ff
commit
1b43a6ef2d
Notes:
sideshowbarker
2024-07-18 21:46:10 +09:00
Author: https://github.com/linusg
Commit: 1b43a6ef2d
Pull-request: https://github.com/SerenityOS/serenity/pull/5607
3 changed files with 22 additions and 0 deletions
|
@ -139,6 +139,7 @@ class MarkedValueList;
|
|||
class NativeFunction;
|
||||
class NativeProperty;
|
||||
class PrimitiveString;
|
||||
class PropertyName;
|
||||
class Reference;
|
||||
class ScopeNode;
|
||||
class ScopeObject;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue