Lines Matching refs:JSRegExp
17 class JSRegExp;
81 // Parses the RegExp pattern and prepares the JSRegExp object with
86 Isolate* isolate, Handle<JSRegExp> re, Handle<String> pattern,
93 Handle<JSRegExp> re,
114 Isolate* isolate, Handle<JSRegExp> regexp, Handle<String> subject,
119 ExperimentalOneshotExec(Isolate* isolate, Handle<JSRegExp> regexp,
157 Handle<JSRegExp> re,
160 static void ThrowRegExpException(Isolate* isolate, Handle<JSRegExp> re,
163 static bool IsUnmodifiedRegExp(Isolate* isolate, Handle<JSRegExp> regexp);
174 RegExpGlobalCache(Handle<JSRegExp> regexp, Handle<String> subject,
199 Handle<JSRegExp> regexp_;