Home
last modified time | relevance | path

Searched refs:DebugAfterYieldFn (Results 1 – 3 of 3) sorted by relevance

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/
H A DBaselineCompiler.cpp3963 typedef bool (*DebugAfterYieldFn)(JSContext*, BaselineFrame*); typedef
3964 static const VMFunction DebugAfterYieldInfo = FunctionInfo<DebugAfterYieldFn>(jit::DebugAfterYield);
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/
H A DBaselineCompiler.cpp4194 typedef bool (*DebugAfterYieldFn)(JSContext*, BaselineFrame*); typedef
4196 FunctionInfo<DebugAfterYieldFn>(jit::DebugAfterYield, "DebugAfterYield");
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/
H A DBaselineCompiler.cpp3930 typedef bool (*DebugAfterYieldFn)(JSContext*, BaselineFrame*); typedef
3932 FunctionInfo<DebugAfterYieldFn>(jit::DebugAfterYield, "DebugAfterYield");