Interface JSBuiltinNode.Inlined

All Superinterfaces:
com.oracle.truffle.api.nodes.NodeInterface
All Known Implementing Classes:
ConstructorBuiltins.CallSymbolNode.Inlined, DebugBuiltins.DebugNeverPartOfCompilationNode, StringPrototypeBuiltins.JSStringCharAtNode.Inlined, StringPrototypeBuiltins.JSStringCharCodeAtNode.Inlined, StringPrototypeBuiltins.JSStringSubstringNode.Inlined
Enclosing class:
JSBuiltinNode

public static interface JSBuiltinNode.Inlined extends com.oracle.truffle.api.nodes.NodeInterface
  • Method Details

    • callInlined

      Object callInlined(Object[] arguments) throws com.oracle.truffle.js.nodes.function.JSBuiltinNode.RewriteToCallException
      Throws:
      com.oracle.truffle.js.nodes.function.JSBuiltinNode.RewriteToCallException
    • rewriteToCall

      default RuntimeException rewriteToCall()