Class CopyDataPropertiesNode
java.lang.Object
com.oracle.truffle.api.nodes.Node
com.oracle.truffle.js.nodes.JavaScriptBaseNode
com.oracle.truffle.js.nodes.access.CopyDataPropertiesNode
- All Implemented Interfaces:
com.oracle.truffle.api.nodes.NodeInterface,Cloneable
-
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static JSDynamicObjectcopyDataProperties(JSDynamicObject target, JSObject source, Object[] excludedKeys, boolean withExcludedKeys, Object[] excludedValues, boolean withExcludedValues, ReadElementNode getNode, JSGetOwnPropertyNode getOwnProperty, ListSizeNode listSize, ListGetNode listGet, JSClassProfile classProfile, com.oracle.truffle.api.strings.TruffleString.EqualNode equalsNode, JSIdenticalNode sameValueNode) protected final JSDynamicObjectcopyDataPropertiesForeign(JSDynamicObject target, Object from, Object[] excludedKeys, boolean withExcludedKeys, Object[] excludedValues, boolean withExcludedValues, com.oracle.truffle.api.interop.InteropLibrary objInterop, com.oracle.truffle.api.interop.InteropLibrary iteratorInterop, com.oracle.truffle.api.interop.InteropLibrary arrayInterop, com.oracle.truffle.api.interop.InteropLibrary stringInterop, ImportValueNode importValue, JSToStringNode toString, com.oracle.truffle.api.strings.TruffleString.EqualNode equalsNode, JSIdenticalNode sameValueNode, com.oracle.truffle.api.strings.TruffleString.SwitchEncodingNode switchEncodingNode, com.oracle.truffle.api.strings.TruffleString.ToJavaStringNode toJavaStringNode) static CopyDataPropertiesNodeprotected static JSDynamicObjectdoNullOrUndefined(JSDynamicObject target, Object value, Object[] excludedKeys, boolean withExcludedKeys, Object[] excludedValues, boolean withExcludedValues) final Objectfinal Objectfinal Objectprotected abstract ObjectexecuteImpl(Object target, Object source, Object[] excludedKeys, boolean withExcludedKeys, Object[] excludedValues, boolean withExcludedValues) Methods inherited from class com.oracle.truffle.js.nodes.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
-
-
Constructor Details
-
CopyDataPropertiesNode
-
-
Method Details
-
create
-
execute
-
execute
-
execute
-
executeImpl
-
doNullOrUndefined
protected static JSDynamicObject doNullOrUndefined(JSDynamicObject target, Object value, Object[] excludedKeys, boolean withExcludedKeys, Object[] excludedValues, boolean withExcludedValues) -
copyDataProperties
protected static JSDynamicObject copyDataProperties(JSDynamicObject target, JSObject source, Object[] excludedKeys, boolean withExcludedKeys, Object[] excludedValues, boolean withExcludedValues, ReadElementNode getNode, JSGetOwnPropertyNode getOwnProperty, ListSizeNode listSize, ListGetNode listGet, JSClassProfile classProfile, com.oracle.truffle.api.strings.TruffleString.EqualNode equalsNode, JSIdenticalNode sameValueNode) -
copyDataPropertiesForeign
protected final JSDynamicObject copyDataPropertiesForeign(JSDynamicObject target, Object from, Object[] excludedKeys, boolean withExcludedKeys, Object[] excludedValues, boolean withExcludedValues, com.oracle.truffle.api.interop.InteropLibrary objInterop, com.oracle.truffle.api.interop.InteropLibrary iteratorInterop, com.oracle.truffle.api.interop.InteropLibrary arrayInterop, com.oracle.truffle.api.interop.InteropLibrary stringInterop, ImportValueNode importValue, JSToStringNode toString, com.oracle.truffle.api.strings.TruffleString.EqualNode equalsNode, JSIdenticalNode sameValueNode, com.oracle.truffle.api.strings.TruffleString.SwitchEncodingNode switchEncodingNode, com.oracle.truffle.api.strings.TruffleString.ToJavaStringNode toJavaStringNode)
-