Class RegExpPrototypeBuiltins
java.lang.Object
com.oracle.truffle.js.builtins.JSBuiltinsContainer
com.oracle.truffle.js.builtins.JSBuiltinsContainer.SwitchEnum<RegExpPrototypeBuiltins.RegExpPrototype>
com.oracle.truffle.js.builtins.RegExpPrototypeBuiltins
public final class RegExpPrototypeBuiltins
extends JSBuiltinsContainer.SwitchEnum<RegExpPrototypeBuiltins.RegExpPrototype>
Contains builtin methods for JSRegExp.prototype.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static classstatic classThis implements the deprecated RegExp.prototype.compile() method.static classThis implements the RegExp.prototype.exec() method as defined by ECMAScript 5.static classThis implements the RegExp.prototype.exec() method.static classThis implements the RegExp.prototype.[@@matchAll] method.static classThis implements the RegExp.prototype.[@@match] method.static classThis implements the RegExp.prototype.[@@replace] method.static classThis implements the RegExp.prototype.[@@search] method.static classThis implements the RegExp.prototype.[@@split] method.static classThis implements the RegExp.prototype.test() method as defined by ECMAScript 5.1 15.10.6.3.static classThis implements the RegExp.prototype.test() method.static classThis implements the RegExp.prototype.toString() method.static classImplements the RegExp.prototype.flags getter.static enumstatic classstatic final classstatic final classNested classes/interfaces inherited from class com.oracle.truffle.js.builtins.JSBuiltinsContainer
JSBuiltinsContainer.Lambda, JSBuiltinsContainer.Switch, JSBuiltinsContainer.SwitchEnum<E extends Enum<E> & BuiltinEnum<E>> -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ObjectcreateNode(JSContext context, JSBuiltin builtin, boolean construct, boolean newTarget, RegExpPrototypeBuiltins.RegExpPrototype builtinEnum) Methods inherited from class com.oracle.truffle.js.builtins.JSBuiltinsContainer.SwitchEnum
getEnumTypeMethods inherited from class com.oracle.truffle.js.builtins.JSBuiltinsContainer
args, forEachAccessor, forEachBuiltin, fromEnum, getName, lookupAccessorByKey, lookupFunctionByKey, register
-
Field Details
-
BUILTINS
-
-
Constructor Details
-
RegExpPrototypeBuiltins
protected RegExpPrototypeBuiltins()
-
-
Method Details
-
createNode
protected Object createNode(JSContext context, JSBuiltin builtin, boolean construct, boolean newTarget, RegExpPrototypeBuiltins.RegExpPrototype builtinEnum) - Overrides:
createNodein classJSBuiltinsContainer.SwitchEnum<RegExpPrototypeBuiltins.RegExpPrototype>
-