public abstract class IsJSObjectNode extends JavaScriptBaseNode
| Modifier and Type | Field and Description |
|---|---|
protected static int |
MAX_CLASS_COUNT |
| Modifier | Constructor and Description |
|---|---|
protected |
IsJSObjectNode(boolean includeNullUndefined) |
| Modifier and Type | Method and Description |
|---|---|
static IsJSObjectNode |
create() |
static IsJSObjectNode |
createIncludeNullUndefined() |
abstract boolean |
executeBoolean(Object obj) |
protected boolean |
guardIsJSObject(Object obj) |
protected boolean |
isObject(Object object,
com.oracle.truffle.api.profiles.ConditionProfile resultProfile) |
protected static boolean |
isObjectCached(Object object,
Class<?> cachedClass,
boolean cachedResult) |
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 static final int MAX_CLASS_COUNT
public 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.ConditionProfile resultProfile)
public static IsJSObjectNode create()
public static IsJSObjectNode createIncludeNullUndefined()
protected boolean guardIsJSObject(Object obj)