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