public abstract static class JSRegExpExecIntlNode.JSRegExpExecIntlIgnoreLastIndexNode extends JavaScriptBaseNode
lastIndex and global properties of the RegExp during matching.| Modifier and Type | Method and Description |
|---|---|
static JSRegExpExecIntlNode.JSRegExpExecIntlIgnoreLastIndexNode |
create(JSContext context,
boolean doStaticResultUpdate) |
abstract Object |
execute(com.oracle.truffle.api.object.DynamicObject regExp,
String input,
long lastIndex) |
copy, onReplaceaccept, adoptChildren, atomic, atomic, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, getSourceSection, insert, insert, isAdoptable, isSafelyReplaceableBy, lookupContextReference, lookupLanguageReference, notifyInserted, replace, replace, reportPolymorphicSpecialize, toStringpublic static JSRegExpExecIntlNode.JSRegExpExecIntlIgnoreLastIndexNode create(JSContext context, boolean doStaticResultUpdate)