public abstract class GetMethodNode extends JavaScriptBaseNode
| Modifier | Constructor and Description |
|---|---|
protected |
GetMethodNode(JSContext context,
Object propertyKey) |
| Modifier and Type | Method and Description |
|---|---|
static GetMethodNode |
create(JSContext ctx,
Object key) |
protected Object |
doGetMethod(Object target,
com.oracle.truffle.api.profiles.InlinedConditionProfile undefinedOrNull,
com.oracle.truffle.api.profiles.InlinedBranchProfile notCallableBranch) |
abstract Object |
executeWithTarget(Object target) |
Object |
getKey() |
copy, getLanguage, getRealm, hasOverloadedOperators, onReplaceaccept, adoptChildren, atomic, atomic, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, getSourceSection, insert, insert, isAdoptable, isSafelyReplaceableBy, notifyInserted, replace, replace, reportPolymorphicSpecialize, toStringpublic static GetMethodNode create(JSContext ctx, Object key)
public final Object getKey()