Home
last modified time | relevance | path

Searched refs:regexp_source_impl (Results 1 – 4 of 4) sorted by relevance

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/builtin/
H A DRegExp.cpp517 regexp_source_impl(JSContext* cx, const CallArgs& args) in regexp_source_impl() function
541 return CallNonGenericMethod<IsRegExpObject, regexp_source_impl>(cx, args); in regexp_source()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/builtin/
H A DRegExp.cpp642 regexp_source_impl(JSContext* cx, const CallArgs& args) in regexp_source_impl() function
666 return CallNonGenericMethod<IsRegExpObject, regexp_source_impl>(cx, args); in regexp_source()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/builtin/
H A DRegExp.cpp609 MOZ_ALWAYS_INLINE bool regexp_source_impl(JSContext* cx, const CallArgs& args) { in regexp_source_impl() function
635 return CallNonGenericMethod<IsRegExpObject, regexp_source_impl>(cx, args); in regexp_source()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/builtin/
H A DRegExp.cpp757 MOZ_ALWAYS_INLINE bool regexp_source_impl(JSContext* cx, const CallArgs& args) { in regexp_source_impl() function
787 return CallNonGenericMethod<IsRegExpObject, regexp_source_impl>(cx, args); in regexp_source()