Home
last modified time | relevance | path

Searched refs:compileIfNecessary (Results 1 – 19 of 19) sorted by relevance

/dports/lang/abcl/abcl-src-1.8.0/src/org/armedbear/lisp/scripting/
H A DAbclScriptEngine.java130 public LispObject load(String filespec, boolean compileIfNecessary) { in load() argument
131 if (isCompiled(filespec) || !compileIfNecessary) { in load()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DRegExpObject.cpp577 if (!RegExpShared::compileIfNecessary(cx, re, input, CodeKind::Bytecode)) { in dumpBytecode()
1017 bool RegExpShared::compileIfNecessary(JSContext* cx, in compileIfNecessary() function in RegExpShared
1056 if (!compileIfNecessary(cx, re, input, RegExpShared::CodeKind::Any)) { in execute()
1276 bool RegExpShared::compileIfNecessary(JSContext* cx, in compileIfNecessary() function in RegExpShared
1295 if (!compileIfNecessary(cx, re, input, RegExpShared::CodeKind::Any)) { in execute()
1361 if (!compileIfNecessary(cx, re, input, RegExpShared::CodeKind::Bytecode)) { in execute()
H A DRegExpShared.h182 static bool compileIfNecessary(JSContext* cx, MutableHandleRegExpShared res,
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A DRegExpObject.cpp548 RegExpShared::compileIfNecessary(JSContext* cx, HandleLinearString input, in compileIfNecessary() function in RegExpShared
565 if (!compileIfNecessary(cx, input, mode, DontForceByteCode)) in execute()
654 if (!compileIfNecessary(cx, input, mode, ForceByteCode)) in execute()
H A DRegExpObject.h148 bool compileIfNecessary(JSContext* cx, HandleLinearString input,
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/
H A DRegExpObject.cpp503 if (!compileIfNecessary(cx, input, mode, ForceByteCode)) in dumpBytecode()
1037 RegExpShared::compileIfNecessary(JSContext* cx, HandleLinearString input, in compileIfNecessary() function in RegExpShared
1056 if (!compileIfNecessary(cx, input, mode, DontForceByteCode)) in execute()
1149 if (!compileIfNecessary(cx, input, mode, ForceByteCode)) in execute()
H A DRegExpObject.h157 bool compileIfNecessary(JSContext* cx, HandleLinearString input,
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DRegExpObject.cpp453 if (!RegExpShared::compileIfNecessary(cx, re, input, mode, ForceByteCode)) in dumpBytecode()
907 /* static */ bool RegExpShared::compileIfNecessary(JSContext* cx, in compileIfNecessary() function in RegExpShared
926 if (!compileIfNecessary(cx, re, input, mode, DontForceByteCode)) in execute()
1017 if (!compileIfNecessary(cx, re, input, mode, ForceByteCode)) in execute()
H A DRegExpShared.h138 static bool compileIfNecessary(JSContext* cx, MutableHandleRegExpShared res,
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DRegExpObject.cpp599 bool RegExpShared::compileIfNecessary(JSContext* cx, in compileIfNecessary() function in RegExpShared
642 if (!compileIfNecessary(cx, re, input, RegExpShared::CodeKind::Any)) { in execute()
708 if (!compileIfNecessary(cx, re, input, in execute()
H A DRegExpShared.h145 static bool compileIfNecessary(JSContext* cx, MutableHandleRegExpShared res,
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DRegExpObject.cpp600 bool RegExpShared::compileIfNecessary(JSContext* cx, in compileIfNecessary() function in RegExpShared
643 if (!compileIfNecessary(cx, re, input, RegExpShared::CodeKind::Any)) { in execute()
709 if (!compileIfNecessary(cx, re, input, in execute()
H A DRegExpShared.h149 static bool compileIfNecessary(JSContext* cx, MutableHandleRegExpShared res,
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DRegExpObject.cpp600 bool RegExpShared::compileIfNecessary(JSContext* cx, in compileIfNecessary() function in RegExpShared
643 if (!compileIfNecessary(cx, re, input, RegExpShared::CodeKind::Any)) { in execute()
709 if (!compileIfNecessary(cx, re, input, in execute()
H A DRegExpShared.h149 static bool compileIfNecessary(JSContext* cx, MutableHandleRegExpShared res,
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/new-regexp/
H A DRegExpAPI.cpp604 if (!RegExpShared::compileIfNecessary(cx, &re, input, codeKind)) { in ExecuteForFuzzing()
/dports/www/firefox-esr/firefox-91.8.0/js/src/irregexp/
H A DRegExpAPI.cpp745 if (!RegExpShared::compileIfNecessary(cx, &re, input, codeKind)) { in ExecuteForFuzzing()
/dports/www/firefox/firefox-99.0/js/src/irregexp/
H A DRegExpAPI.cpp762 if (!RegExpShared::compileIfNecessary(cx, &re, input, codeKind)) { in ExecuteForFuzzing()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/irregexp/
H A DRegExpAPI.cpp745 if (!RegExpShared::compileIfNecessary(cx, &re, input, codeKind)) { in ExecuteForFuzzing()