public abstract class JSProxyPropertyGetNode extends JavaScriptBaseNode
| Modifier and Type | Field and Description |
|---|---|
protected GetMethodNode |
trapGet |
| Modifier | Constructor and Description |
|---|---|
protected |
JSProxyPropertyGetNode(JSContext context) |
| Modifier and Type | Method and Description |
|---|---|
static JSProxyPropertyGetNode |
create(JSContext context) |
protected Object |
doGeneric(com.oracle.truffle.api.object.DynamicObject proxy,
Object receiver,
Object key,
JSToPropertyKeyNode toPropertyKeyNode,
com.oracle.truffle.api.profiles.ConditionProfile hasTrap,
JSClassProfile targetClassProfile) |
abstract Object |
executeWithReceiver(Object proxy,
Object receiver,
Object key) |
copy, onReplaceaccept, adoptChildren, atomic, atomic, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, getSourceSection, insert, insert, isAdoptable, isSafelyReplaceableBy, lookupContextReference, lookupLanguageReference, notifyInserted, replace, replace, reportPolymorphicSpecialize, toStringprotected GetMethodNode trapGet
protected JSProxyPropertyGetNode(JSContext context)
public static JSProxyPropertyGetNode create(JSContext context)
public abstract Object executeWithReceiver(Object proxy, Object receiver, Object key)
protected Object doGeneric(com.oracle.truffle.api.object.DynamicObject proxy, Object receiver, Object key, JSToPropertyKeyNode toPropertyKeyNode, com.oracle.truffle.api.profiles.ConditionProfile hasTrap, JSClassProfile targetClassProfile)