Class HasPropertyCacheNode.HasCacheNode
java.lang.Object
com.oracle.truffle.api.nodes.Node
com.oracle.truffle.js.nodes.JavaScriptBaseNode
com.oracle.truffle.js.nodes.access.PropertyCacheNode.CacheNode<HasPropertyCacheNode.HasCacheNode>
com.oracle.truffle.js.nodes.access.HasPropertyCacheNode.HasCacheNode
- All Implemented Interfaces:
com.oracle.truffle.api.nodes.NodeInterface, Cloneable
- Direct Known Subclasses:
HasPropertyCacheNode.GenericHasPropertyCacheNode, HasPropertyCacheNode.LinkedHasPropertyCacheNode
- Enclosing class:
HasPropertyCacheNode
public abstract static class HasPropertyCacheNode.HasCacheNode
extends PropertyCacheNode.CacheNode<HasPropertyCacheNode.HasCacheNode>
-
Nested Class Summary
Nested classes/interfaces inherited from class com.oracle.truffle.api.nodes.Node
com.oracle.truffle.api.nodes.Node.Child, com.oracle.truffle.api.nodes.Node.Children -
Field Summary
FieldsFields inherited from class PropertyCacheNode.CacheNode
IS_FINAL, IS_FINAL_CONSTANT_OBJECT, IS_SIMPLE_SHAPE_CHECK, IS_SINGLE_REALM, receiverCheck -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedHasCacheNode(PropertyCacheNode.ReceiverCheckNode receiverCheck) -
Method Summary
Modifier and TypeMethodDescriptionprotected final HasPropertyCacheNode.HasCacheNodegetNext()protected abstract booleanhasProperty(Object thisObj, HasPropertyCacheNode root) protected final voidMethods inherited from class PropertyCacheNode.CacheNode
accepts, acceptsValue, clearExpectedObject, debugString, getExpectedObject, isConstantObjectSpecialization, isFinalSpecialization, isGeneric, isSimpleShapeCheck, isSingleRealm, isValid, isValidFinalAssumption, sweep, withNextMethods inherited from class JavaScriptBaseNode
copy, getJSContext, getLanguage, getLanguageOptions, getRealm, hasOverloadedOperators, onReplace, reportLoopCount, reportLoopCountMethods inherited from class com.oracle.truffle.api.nodes.Node
accept, adoptChildren, atomic, atomic, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, getSourceSection, insert, insert, isAdoptable, isSafelyReplaceableBy, notifyInserted, replace, replace, reportPolymorphicSpecialize, reportReplace, toString
-
Field Details
-
next
-
-
Constructor Details
-
HasCacheNode
-
-
Method Details
-
getNext
- Specified by:
getNextin classPropertyCacheNode.CacheNode<HasPropertyCacheNode.HasCacheNode>
-
setNext
- Specified by:
setNextin classPropertyCacheNode.CacheNode<HasPropertyCacheNode.HasCacheNode>
-
hasProperty
-