/dports/lang/abcl/abcl-src-1.8.0/src/org/armedbear/lisp/scripting/ |
H A D | AbclScriptEngine.java | 130 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 D | RegExpObject.cpp | 577 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 D | RegExpShared.h | 182 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 D | RegExpObject.cpp | 548 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 D | RegExpObject.h | 148 bool compileIfNecessary(JSContext* cx, HandleLinearString input,
|
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/ |
H A D | RegExpObject.cpp | 503 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 D | RegExpObject.h | 157 bool compileIfNecessary(JSContext* cx, HandleLinearString input,
|
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/ |
H A D | RegExpObject.cpp | 453 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 D | RegExpShared.h | 138 static bool compileIfNecessary(JSContext* cx, MutableHandleRegExpShared res,
|
/dports/www/firefox/firefox-99.0/js/src/vm/ |
H A D | RegExpObject.cpp | 599 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 D | RegExpShared.h | 145 static bool compileIfNecessary(JSContext* cx, MutableHandleRegExpShared res,
|
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/ |
H A D | RegExpObject.cpp | 600 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 D | RegExpShared.h | 149 static bool compileIfNecessary(JSContext* cx, MutableHandleRegExpShared res,
|
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/ |
H A D | RegExpObject.cpp | 600 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 D | RegExpShared.h | 149 static bool compileIfNecessary(JSContext* cx, MutableHandleRegExpShared res,
|
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/new-regexp/ |
H A D | RegExpAPI.cpp | 604 if (!RegExpShared::compileIfNecessary(cx, &re, input, codeKind)) { in ExecuteForFuzzing()
|
/dports/www/firefox-esr/firefox-91.8.0/js/src/irregexp/ |
H A D | RegExpAPI.cpp | 745 if (!RegExpShared::compileIfNecessary(cx, &re, input, codeKind)) { in ExecuteForFuzzing()
|
/dports/www/firefox/firefox-99.0/js/src/irregexp/ |
H A D | RegExpAPI.cpp | 762 if (!RegExpShared::compileIfNecessary(cx, &re, input, codeKind)) { in ExecuteForFuzzing()
|
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/irregexp/ |
H A D | RegExpAPI.cpp | 745 if (!RegExpShared::compileIfNecessary(cx, &re, input, codeKind)) { in ExecuteForFuzzing()
|