Class IteratorPrototypeBuiltins.SetterThatIgnoresPrototypePropertiesNode
java.lang.Object
com.oracle.truffle.api.nodes.Node
com.oracle.truffle.js.nodes.JavaScriptBaseNode
com.oracle.truffle.js.builtins.IteratorPrototypeBuiltins.SetterThatIgnoresPrototypePropertiesNode
- All Implemented Interfaces:
com.oracle.truffle.api.nodes.NodeInterface, Cloneable
- Enclosing class:
IteratorPrototypeBuiltins
public abstract static class IteratorPrototypeBuiltins.SetterThatIgnoresPrototypePropertiesNode
extends JavaScriptBaseNode
-
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
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedSetterThatIgnoresPrototypePropertiesNode(JSContext context, Object propertyKey) -
Method Summary
Modifier and TypeMethodDescriptionabstract voidexecuteWithHomeAndValue(Object thisObj, Object home, Object value) protected voidsetValue(Object thisObj, Object home, Object value, IsObjectNode isObjectNode, HasPropertyCacheNode hasOwnConstructorPropertyNode, CreateDataPropertyNode createConstructorPropertyNode, PropertySetNode setConstructorNode, com.oracle.truffle.api.profiles.InlinedBranchProfile errorProfile, com.oracle.truffle.api.profiles.InlinedConditionProfile hasOwnPropertyProfile) Methods 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
-
context
-
propertyKey
-
-
Constructor Details
-
SetterThatIgnoresPrototypePropertiesNode
-
-
Method Details
-
create
public static IteratorPrototypeBuiltins.SetterThatIgnoresPrototypePropertiesNode create(JSContext context, Object propertyKey) -
executeWithHomeAndValue
-
setValue
protected void setValue(Object thisObj, Object home, Object value, IsObjectNode isObjectNode, HasPropertyCacheNode hasOwnConstructorPropertyNode, CreateDataPropertyNode createConstructorPropertyNode, PropertySetNode setConstructorNode, com.oracle.truffle.api.profiles.InlinedBranchProfile errorProfile, com.oracle.truffle.api.profiles.InlinedConditionProfile hasOwnPropertyProfile)
-