Class StringPrototypeBuiltins.CreateRegExpStringIteratorNode

java.lang.Object
com.oracle.truffle.api.nodes.Node
com.oracle.truffle.js.nodes.JavaScriptBaseNode
com.oracle.truffle.js.builtins.StringPrototypeBuiltins.CreateRegExpStringIteratorNode
All Implemented Interfaces:
com.oracle.truffle.api.nodes.NodeInterface, Cloneable
Enclosing class:
StringPrototypeBuiltins

public static class StringPrototypeBuiltins.CreateRegExpStringIteratorNode extends JavaScriptBaseNode
Implementation of the CreateRegExpStringIterator abstract operation as specified by the String.prototype.matchAll draft proposal.
  • Constructor Details

    • CreateRegExpStringIteratorNode

      public CreateRegExpStringIteratorNode(JSContext context)
  • Method Details