Class SetFunctionNameNode
java.lang.Object
com.oracle.truffle.api.nodes.Node
com.oracle.truffle.js.nodes.JavaScriptBaseNode
com.oracle.truffle.js.nodes.function.SetFunctionNameNode
- 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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SetFunctionNameNodecreate()protected static voiddoJSFunctionNoPrefix(JSFunctionObject function, com.oracle.truffle.api.strings.TruffleString propertyKey, com.oracle.truffle.api.strings.TruffleString prefix) protected static voiddoJSFunctionNoPrefix(JSFunctionObject function, Symbol propertyKey, com.oracle.truffle.api.strings.TruffleString prefix) protected static voiddoJSFunctionWithPrefix(JSFunctionObject function, com.oracle.truffle.api.strings.TruffleString propertyKey, com.oracle.truffle.api.strings.TruffleString prefix) protected static voiddoJSFunctionWithPrefix(JSFunctionObject function, Symbol propertyKey, com.oracle.truffle.api.strings.TruffleString prefix) protected static voiddoUnsupported(Object function, Object propertyKey, com.oracle.truffle.api.strings.TruffleString prefix) final voidabstract voidMethods inherited from class com.oracle.truffle.js.nodes.JavaScriptBaseNode
copy, getJSContext, getLanguage, getLanguageOptions, getRealm, hasOverloadedOperators, onReplaceMethods 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, toString
-
Constructor Details
-
SetFunctionNameNode
protected SetFunctionNameNode()
-
-
Method Details
-
create
-
execute
-
execute
-
doJSFunctionNoPrefix
protected static void doJSFunctionNoPrefix(JSFunctionObject function, com.oracle.truffle.api.strings.TruffleString propertyKey, com.oracle.truffle.api.strings.TruffleString prefix) -
doJSFunctionNoPrefix
protected static void doJSFunctionNoPrefix(JSFunctionObject function, Symbol propertyKey, com.oracle.truffle.api.strings.TruffleString prefix) -
doJSFunctionWithPrefix
protected static void doJSFunctionWithPrefix(JSFunctionObject function, com.oracle.truffle.api.strings.TruffleString propertyKey, com.oracle.truffle.api.strings.TruffleString prefix) -
doJSFunctionWithPrefix
protected static void doJSFunctionWithPrefix(JSFunctionObject function, Symbol propertyKey, com.oracle.truffle.api.strings.TruffleString prefix) -
doUnsupported
-