Class InitErrorObjectNode
java.lang.Object
com.oracle.truffle.api.nodes.Node
com.oracle.truffle.js.nodes.JavaScriptBaseNode
com.oracle.truffle.js.nodes.access.InitErrorObjectNode
- All Implemented Interfaces:
com.oracle.truffle.api.nodes.NodeInterface,Cloneable
-
Nested Class Summary
Nested ClassesNested 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 -
Method Summary
Modifier and TypeMethodDescriptionstatic InitErrorObjectNodestatic InitErrorObjectNodeexecute(JSObject errorObj, GraalJSException exception, com.oracle.truffle.api.strings.TruffleString messageOpt) execute(JSObject errorObj, GraalJSException exception, com.oracle.truffle.api.strings.TruffleString messageOpt, JSObject errorsOpt) execute(JSObject errorObj, GraalJSException exception, com.oracle.truffle.api.strings.TruffleString messageOpt, JSObject errorsOpt, Object options) 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
-
Method Details
-
create
-
create
-
execute
public JSObject execute(JSObject errorObj, GraalJSException exception, com.oracle.truffle.api.strings.TruffleString messageOpt) -
execute
public JSObject execute(JSObject errorObj, GraalJSException exception, com.oracle.truffle.api.strings.TruffleString messageOpt, JSObject errorsOpt) -
execute
public JSObject execute(JSObject errorObj, GraalJSException exception, com.oracle.truffle.api.strings.TruffleString messageOpt, JSObject errorsOpt, Object options)
-