public abstract static class RegExpPrototypeBuiltins.RegExpPrototypeSymbolOperation extends JSBuiltinNode
JSBuiltinNode.Inlineable, JSBuiltinNode.InlinedARGUMENTSINTERMEDIATE_VALUE| Constructor and Description |
|---|
RegExpPrototypeSymbolOperation(JSContext context,
JSBuiltin builtin) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
advanceLastIndexAfterEmptyMatch(Object regex,
com.oracle.truffle.api.strings.TruffleString string,
boolean fullUnicode,
com.oracle.truffle.api.nodes.Node node,
JSToLengthNode toLengthNode,
RegExpPrototypeBuiltins.AdvanceStringIndexNode advanceStringIndex,
com.oracle.truffle.api.profiles.InlinedBranchProfile lastIndexNotIntBranch) |
protected ArrayPrototypeBuiltins.ArraySpeciesConstructorNode |
getArraySpeciesConstructorNode() |
protected Object |
getLastIndex(Object obj) |
protected Object |
read(Object target,
long index) |
protected Object |
regexExecIntl(Object regex,
com.oracle.truffle.api.strings.TruffleString input) |
protected void |
setLastIndex(Object obj,
int value) |
protected void |
setLastIndex(Object obj,
Object value) |
protected void |
write(Object target,
long index,
Object value) |
copyUninitialized, countsTowardsStackTraceLimit, createBuiltin, getArguments, getBuiltin, getContext, getNodeObject, hasTag, isCallerSensitive, isInlineable, isSplitImmediately, tryCreateInlinedaddCallTag, addExpressionTag, addRootBodyTag, addStatementTag, cloneUninitialized, cloneUninitialized, convertIncomingValue, copy, createWrapper, execute, executeBoolean, executeDouble, executeInt, executeLong, executeVoid, expressionToString, findBlockScopeNode, getSourceSection, hasSourceSection, isInstrumentable, isResultAlwaysOfType, onReplace, removeSourceSection, setSourceSection, setSourceSection, toString, transferSourceSection, transferSourceSectionAddExpressionTag, transferSourceSectionAndTagsgetJSContext, getLanguage, getLanguageOptions, getRealm, hasOverloadedOperators, reportLoopCount, reportLoopCountaccept, adoptChildren, atomic, atomic, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, insert, insert, isAdoptable, isSafelyReplaceableBy, notifyInserted, replace, replace, reportPolymorphicSpecializeprotected final ArrayPrototypeBuiltins.ArraySpeciesConstructorNode getArraySpeciesConstructorNode()
protected void setLastIndex(Object obj, int value)
protected final void advanceLastIndexAfterEmptyMatch(Object regex, com.oracle.truffle.api.strings.TruffleString string, boolean fullUnicode, com.oracle.truffle.api.nodes.Node node, JSToLengthNode toLengthNode, RegExpPrototypeBuiltins.AdvanceStringIndexNode advanceStringIndex, com.oracle.truffle.api.profiles.InlinedBranchProfile lastIndexNotIntBranch)