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:
Linus Groh 2021-03-02 18:04:13 +01:00 committed by Andreas Kling
commit 1b43a6ef2d
Notes: sideshowbarker 2024-07-18 21:46:10 +09:00
3 changed files with 22 additions and 0 deletions

View file

@ -139,6 +139,7 @@ class MarkedValueList;
class NativeFunction;
class NativeProperty;
class PrimitiveString;
class PropertyName;
class Reference;
class ScopeNode;
class ScopeObject;