Home
last modified time | relevance | path

Searched refs:ExecuteRegExp (Results 1 – 16 of 16) sorted by relevance

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/builtin/
H A DRegExp.cpp741 js::ExecuteRegExp(JSContext* cx, HandleObject regexp, HandleString string, in ExecuteRegExp() function in js
842 ExecuteRegExp(JSContext* cx, const CallArgs& args, MatchPairs* matches) in ExecuteRegExp() function
852 return ExecuteRegExp(cx, regexp, string, matches, UpdateRegExpStatics); in ExecuteRegExp()
863 RegExpRunStatus status = ExecuteRegExp(cx, regexp, string, &matches, staticsUpdate); in regexp_exec_impl()
923 RegExpRunStatus status = ExecuteRegExp(cx, args, nullptr); in regexp_test_impl()
932 RegExpRunStatus status = ExecuteRegExp(cx, regexp, input, nullptr, UpdateRegExpStatics); in regexp_test_raw()
955 RegExpRunStatus status = ExecuteRegExp(cx, regexp, string, nullptr, DontUpdateRegExpStatics); in regexp_test_no_statics()
H A DRegExp.h30 ExecuteRegExp(JSContext* cx, HandleObject regexp, HandleString string,
/dports/www/firefox-esr/firefox-91.8.0/js/public/
H A DRegExp.h45 extern JS_PUBLIC_API bool ExecuteRegExp(JSContext* cx, Handle<JSObject*> obj,
/dports/lang/spidermonkey78/firefox-78.9.0/js/public/
H A DRegExp.h46 extern JS_PUBLIC_API bool ExecuteRegExp(JSContext* cx, Handle<JSObject*> obj,
/dports/www/firefox/firefox-99.0/js/public/
H A DRegExp.h54 extern JS_PUBLIC_API bool ExecuteRegExp(JSContext* cx, Handle<JSObject*> obj,
/dports/mail/thunderbird/thunderbird-91.8.0/js/public/
H A DRegExp.h45 extern JS_PUBLIC_API bool ExecuteRegExp(JSContext* cx, Handle<JSObject*> obj,
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/builtin/
H A DRegExp.cpp879 ExecuteRegExp(JSContext* cx, HandleObject regexp, HandleString string, in ExecuteRegExp() function
964 RegExpRunStatus status = ExecuteRegExp(cx, regexp, string, lastIndex, in RegExpMatcherImpl()
1038 RegExpRunStatus status = ExecuteRegExp(cx, regexp, string, lastIndex, in RegExpSearcherImpl()
1142 RegExpRunStatus status = ExecuteRegExp(cx, regexp, string, lastIndex, in RegExpTester()
1168 RegExpRunStatus status = ExecuteRegExp(cx, regexp, input, lastIndex, in RegExpTesterRaw()
1196 RegExpRunStatus status = ExecuteRegExp(cx, regexp, string, 0, in regexp_test_no_statics()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/builtin/
H A DRegExp.cpp827 static RegExpRunStatus ExecuteRegExp(JSContext* cx, HandleObject regexp, in ExecuteRegExp() function
903 ExecuteRegExp(cx, regexp, string, lastIndex, &matches, nullptr); in RegExpMatcherImpl()
967 ExecuteRegExp(cx, regexp, string, lastIndex, &matches, nullptr); in RegExpSearcherImpl()
1044 ExecuteRegExp(cx, regexp, string, lastIndex, nullptr, &endIndex); in RegExpTester()
1067 ExecuteRegExp(cx, regexp, input, lastIndex, nullptr, &endIndexTmp); in RegExpTesterRaw()
/dports/www/firefox-esr/firefox-91.8.0/js/src/builtin/
H A DRegExp.cpp1057 static RegExpRunStatus ExecuteRegExp(JSContext* cx, HandleObject regexp, in ExecuteRegExp() function
1142 ExecuteRegExp(cx, regexp, string, lastIndex, &matches); in RegExpMatcherImpl()
1213 ExecuteRegExp(cx, regexp, string, lastIndex, &matches); in RegExpSearcherImpl()
1294 ExecuteRegExp(cx, regexp, string, lastIndex, &matches); in RegExpTester()
1319 ExecuteRegExp(cx, regexp, input, lastIndex, &matches); in RegExpTesterRaw()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/builtin/
H A DRegExp.cpp1012 static RegExpRunStatus ExecuteRegExp(JSContext* cx, HandleObject regexp, in ExecuteRegExp() function
1097 ExecuteRegExp(cx, regexp, string, lastIndex, &matches); in RegExpMatcherImpl()
1170 ExecuteRegExp(cx, regexp, string, lastIndex, &matches); in RegExpSearcherImpl()
1251 ExecuteRegExp(cx, regexp, string, lastIndex, &matches); in RegExpTester()
1276 ExecuteRegExp(cx, regexp, input, lastIndex, &matches); in RegExpTesterRaw()
/dports/www/firefox/firefox-99.0/js/src/builtin/
H A DRegExp.cpp1053 static RegExpRunStatus ExecuteRegExp(JSContext* cx, HandleObject regexp, in ExecuteRegExp() function
1138 ExecuteRegExp(cx, regexp, string, lastIndex, &matches); in RegExpMatcherImpl()
1209 ExecuteRegExp(cx, regexp, string, lastIndex, &matches); in RegExpSearcherImpl()
1290 ExecuteRegExp(cx, regexp, string, lastIndex, &matches); in RegExpTester()
1315 ExecuteRegExp(cx, regexp, input, lastIndex, &matches); in RegExpTesterRaw()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/builtin/
H A DRegExp.cpp1057 static RegExpRunStatus ExecuteRegExp(JSContext* cx, HandleObject regexp, in ExecuteRegExp() function
1142 ExecuteRegExp(cx, regexp, string, lastIndex, &matches); in RegExpMatcherImpl()
1213 ExecuteRegExp(cx, regexp, string, lastIndex, &matches); in RegExpSearcherImpl()
1294 ExecuteRegExp(cx, regexp, string, lastIndex, &matches); in RegExpTester()
1319 ExecuteRegExp(cx, regexp, input, lastIndex, &matches); in RegExpTesterRaw()
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DRegExpObject.cpp1163 JS_PUBLIC_API bool JS::ExecuteRegExp(JSContext* cx, HandleObject obj, in ExecuteRegExp() function in JS
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DRegExpObject.cpp1214 JS_PUBLIC_API bool JS::ExecuteRegExp(JSContext* cx, HandleObject obj, in ExecuteRegExp() function in JS
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DRegExpObject.cpp1214 JS_PUBLIC_API bool JS::ExecuteRegExp(JSContext* cx, HandleObject obj, in ExecuteRegExp() function in JS
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DRegExpObject.cpp1781 JS_PUBLIC_API bool JS::ExecuteRegExp(JSContext* cx, HandleObject obj, in ExecuteRegExp() function in JS