public abstract class HasOnlyShapePropertiesNode extends JavaScriptBaseNode
| Modifier | Constructor and Description |
|---|---|
protected |
HasOnlyShapePropertiesNode() |
| Modifier and Type | Method and Description |
|---|---|
static HasOnlyShapePropertiesNode |
create() |
boolean |
execute(com.oracle.truffle.api.object.DynamicObject object) |
abstract boolean |
execute(com.oracle.truffle.api.object.DynamicObject object,
JSClass jsclass) |
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, toStringpublic static HasOnlyShapePropertiesNode create()
public final boolean execute(com.oracle.truffle.api.object.DynamicObject object)
public abstract boolean execute(com.oracle.truffle.api.object.DynamicObject object,
JSClass jsclass)