Class JSFunction.FunctionLengthPropertyProxy
java.lang.Object
com.oracle.truffle.js.runtime.objects.PropertyProxy
com.oracle.truffle.js.runtime.builtins.JSFunction.FunctionLengthPropertyProxy
- Enclosing class:
JSFunction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget(JSDynamicObject store) static intgetProfiled(JSDynamicObject store, com.oracle.truffle.api.profiles.BranchProfile isBoundBranch) Methods inherited from class PropertyProxy
set
-
Constructor Details
-
FunctionLengthPropertyProxy
public FunctionLengthPropertyProxy()
-
-
Method Details
-
get
- Specified by:
getin classPropertyProxy
-
getProfiled
public static int getProfiled(JSDynamicObject store, com.oracle.truffle.api.profiles.BranchProfile isBoundBranch)
-