public abstract class IsJSDynamicObjectNode extends JavaScriptBaseNode
| Modifier | Constructor and Description |
|---|---|
protected |
IsJSDynamicObjectNode() |
| Modifier and Type | Method and Description |
|---|---|
static IsJSDynamicObjectNode |
create() |
abstract boolean |
executeBoolean(Object obj) |
static IsJSDynamicObjectNode |
getUncached() |
protected boolean |
isObject(Object object,
com.oracle.truffle.api.profiles.InlinedConditionProfile resultProfile) |
protected static boolean |
isObjectCached(Object object,
Class<?> cachedClass,
boolean cachedResult) |
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 abstract boolean executeBoolean(Object obj)
protected static boolean isObjectCached(Object object, Class<?> cachedClass, boolean cachedResult)
protected boolean isObject(Object object, com.oracle.truffle.api.profiles.InlinedConditionProfile resultProfile)
public static IsJSDynamicObjectNode create()
public static IsJSDynamicObjectNode getUncached()