public abstract static class JSRegExpExecIntlNode.BuildGroupsObjectNode extends JavaScriptBaseNode
| Constructor and Description |
|---|
BuildGroupsObjectNode() |
| Modifier and Type | Method and Description |
|---|---|
static JSRegExpExecIntlNode.BuildGroupsObjectNode |
create() |
abstract com.oracle.truffle.api.object.DynamicObject |
execute(JSContext context,
com.oracle.truffle.api.object.DynamicObject regExp,
Object regexResult,
String input,
boolean isIndices) |
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.BuildGroupsObjectNode create()