public abstract static class RegExpPrototypeBuiltins.JSRegExpMatchNode extends RegExpPrototypeBuiltins.RegExpPrototypeSymbolOperation
JSBuiltinNode.Inlineable, JSBuiltinNode.InlinedARGUMENTSINTERMEDIATE_VALUE| Modifier | Constructor and Description |
|---|---|
protected |
JSRegExpMatchNode(JSContext context,
JSBuiltin builtin) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
match(JSDynamicObject rx,
Object param,
com.oracle.truffle.api.nodes.Node node,
IsJSObjectNode isObjectNode,
PropertyGetNode getFlagsNode,
JSToStringNode toStringNodeForFlags,
com.oracle.truffle.api.strings.TruffleString.ByteIndexOfCodePointNode stringIndexOfNode,
com.oracle.truffle.api.strings.TruffleString.CharIndexOfAnyCharUTF16Node stringIndexOfAnyNode,
JSToStringNode toString1Node,
JSToStringNode toString2Node,
JSToLengthNode toLengthNode,
com.oracle.truffle.api.profiles.InlinedConditionProfile isGlobal,
com.oracle.truffle.api.profiles.InlinedConditionProfile isUnicode,
RegExpPrototypeBuiltins.AdvanceStringIndexUnicodeNode advanceStringIndexUnicode) |
protected static Object |
match(Object thisObj,
Object string) |
getArraySpeciesConstructorNode, getLastIndex, read, regexExecIntl, setLastIndex, setLastIndex, writecopyUninitialized, 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, reportPolymorphicSpecializeprotected Object match(JSDynamicObject rx, Object param, com.oracle.truffle.api.nodes.Node node, IsJSObjectNode isObjectNode, PropertyGetNode getFlagsNode, JSToStringNode toStringNodeForFlags, com.oracle.truffle.api.strings.TruffleString.ByteIndexOfCodePointNode stringIndexOfNode, com.oracle.truffle.api.strings.TruffleString.CharIndexOfAnyCharUTF16Node stringIndexOfAnyNode, JSToStringNode toString1Node, JSToStringNode toString2Node, JSToLengthNode toLengthNode, com.oracle.truffle.api.profiles.InlinedConditionProfile isGlobal, com.oracle.truffle.api.profiles.InlinedConditionProfile isUnicode, RegExpPrototypeBuiltins.AdvanceStringIndexUnicodeNode advanceStringIndexUnicode)