public abstract static class RegExpPrototypeBuiltins.RegExpPrototypeSymbolOperation extends JSBuiltinNode
JSBuiltinNode.Inlineable, JSBuiltinNode.InlinedINTERMEDIATE_VALUE| Constructor and Description |
|---|
RegExpPrototypeSymbolOperation(JSContext context,
JSBuiltin builtin) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
advanceStringIndexUnicode(String s,
int index) |
protected ArrayPrototypeBuiltins.ArraySpeciesConstructorNode |
getArraySpeciesConstructorNode() |
protected boolean |
getFlag(com.oracle.truffle.api.object.DynamicObject re,
PropertyGetNode getNode) |
protected Object |
getLastIndex(Object obj) |
protected Object |
read(Object target,
int index) |
protected Object |
regexExecIntl(com.oracle.truffle.api.object.DynamicObject regex,
String input) |
protected void |
setLastIndex(Object obj,
int value) |
protected void |
setLastIndex(Object obj,
Object value) |
protected void |
write(Object target,
int index,
Object value) |
copyUninitialized, createBuiltin, getArguments, getBuiltin, getContext, getNodeObject, hasTag, isCallerSensitive, isInlineable, tryCreateInlinedaddCallTag, addExpressionTag, addRootBodyTag, addStatementTag, cloneUninitialized, cloneUninitialized, copy, createWrapper, execute, executeBoolean, executeDouble, executeInt, executeLong, executeSafeInteger, executeString, executeVoid, expressionToString, findBlockScopeNode, getSourceSection, hasSourceSection, isInstrumentable, isResultAlwaysOfType, onReplace, removeSourceSection, setSourceSection, setSourceSection, toString, transferSourceSection, transferSourceSectionAddExpressionTag, transferSourceSectionAndTagsaccept, adoptChildren, atomic, atomic, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, insert, insert, isAdoptable, isSafelyReplaceableBy, lookupContextReference, lookupLanguageReference, notifyInserted, replace, replace, reportPolymorphicSpecializeprotected final ArrayPrototypeBuiltins.ArraySpeciesConstructorNode getArraySpeciesConstructorNode()
protected int advanceStringIndexUnicode(String s, int index)
protected void setLastIndex(Object obj, int value)
protected Object regexExecIntl(com.oracle.truffle.api.object.DynamicObject regex, String input)
protected final boolean getFlag(com.oracle.truffle.api.object.DynamicObject re,
PropertyGetNode getNode)