Class GlobalBuiltins.JSGlobalReadFullyNode

All Implemented Interfaces:
com.oracle.truffle.api.instrumentation.InstrumentableNode, com.oracle.truffle.api.nodes.NodeInterface, Cloneable
Enclosing class:
GlobalBuiltins

public abstract static class GlobalBuiltins.JSGlobalReadFullyNode extends JSBuiltinNode
Non-standard read() and readFully() to provide compatibility with V8 and Nashorn, respectively.
  • Constructor Details

    • JSGlobalReadFullyNode

      public JSGlobalReadFullyNode(JSContext context, JSBuiltin builtin)
  • Method Details

    • read

      protected com.oracle.truffle.api.strings.TruffleString read(Object fileParam)