public abstract static class RegExpPrototypeBuiltins.JSRegExpExecES5Node extends JSBuiltinNode
JSBuiltinNode.Inlineable, JSBuiltinNode.InlinedARGUMENTSINTERMEDIATE_VALUE| Modifier | Constructor and Description |
|---|---|
protected |
JSRegExpExecES5Node(JSContext context,
JSBuiltin builtin) |
| Modifier and Type | Method and Description |
|---|---|
protected JSDynamicObject |
exec(JSRegExpObject thisRegExp,
Object input,
com.oracle.truffle.api.nodes.Node node,
JSToStringNode toStringNode,
JSRegExpExecIntlNode.JSRegExpExecBuiltinNode regExpNode,
TRegexUtil.InteropReadBooleanMemberNode readIsMatch,
TRegexUtil.InteropReadIntMemberNode readGroupCount,
TRegexUtil.InvokeGetGroupBoundariesMethodNode getStart,
TRegexUtil.InvokeGetGroupBoundariesMethodNode getEnd,
com.oracle.truffle.api.strings.TruffleString.SubstringByteIndexNode substringNode,
com.oracle.truffle.api.profiles.InlinedCountingConditionProfile ifIsMatch,
PropertySetNode setIndexNode,
PropertySetNode setInputNode) |
protected static JSDynamicObject |
exec(Object thisObj,
Object input) |
abstract JSDynamicObject |
execute(Object thisRegExp,
Object input) |
copyUninitialized, countsTowardsStackTraceLimit, createBuiltin, getArguments, getBuiltin, getContext, getNodeObject, hasTag, isCallerSensitive, isInlineable, isSplitImmediately, tryCreateInlinedaddCallTag, addExpressionTag, addRootBodyTag, addStatementTag, cloneUninitialized, cloneUninitialized, copy, createWrapper, execute, executeBoolean, executeDouble, executeInt, executeLong, executeVoid, expressionToString, findBlockScopeNode, getSourceSection, hasSourceSection, isInstrumentable, isResultAlwaysOfType, onReplace, removeSourceSection, setSourceSection, setSourceSection, toString, transferSourceSection, transferSourceSectionAddExpressionTag, transferSourceSectionAndTagsgetLanguage, getRealm, hasOverloadedOperatorsaccept, adoptChildren, atomic, atomic, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, insert, insert, isAdoptable, isSafelyReplaceableBy, notifyInserted, replace, replace, reportPolymorphicSpecializepublic abstract JSDynamicObject execute(Object thisRegExp, Object input)
protected JSDynamicObject exec(JSRegExpObject thisRegExp, Object input, com.oracle.truffle.api.nodes.Node node, JSToStringNode toStringNode, JSRegExpExecIntlNode.JSRegExpExecBuiltinNode regExpNode, TRegexUtil.InteropReadBooleanMemberNode readIsMatch, TRegexUtil.InteropReadIntMemberNode readGroupCount, TRegexUtil.InvokeGetGroupBoundariesMethodNode getStart, TRegexUtil.InvokeGetGroupBoundariesMethodNode getEnd, com.oracle.truffle.api.strings.TruffleString.SubstringByteIndexNode substringNode, com.oracle.truffle.api.profiles.InlinedCountingConditionProfile ifIsMatch, PropertySetNode setIndexNode, PropertySetNode setInputNode)
protected static JSDynamicObject exec(Object thisObj, Object input)