Lines Matching refs:JSRegExp
38 class JSRegExp : public TorqueGeneratedJSRegExp<JSRegExp, JSObject> {
48 V8_EXPORT_PRIVATE static MaybeHandle<JSRegExp> New(
52 static MaybeHandle<JSRegExp> Initialize(
53 Handle<JSRegExp> regexp, Handle<String> source, Flags flags,
55 static MaybeHandle<JSRegExp> Initialize(Handle<JSRegExp> regexp,
152 DECL_PRINTER(JSRegExp)
153 DECL_VERIFIER(JSRegExp)
159 // The initial value of the last_index field on a new JSRegExp instance.
250 TQ_OBJECT_CONSTRUCTORS(JSRegExp)
253 DEFINE_OPERATORS_FOR_FLAGS(JSRegExp::Flags)