Home
last modified time | relevance | path

Searched refs:tellDebuggerAboutCompiledScript (Results 1 – 8 of 8) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/js/src/frontend/
H A DBytecodeCompiler.cpp162 static void tellDebuggerAboutCompiledScript(JSContext* cx, bool hideScript, in tellDebuggerAboutCompiledScript() function
192 tellDebuggerAboutCompiledScript( in CreateGlobalScript()
249 tellDebuggerAboutCompiledScript( in CreateEvalScript()
762 tellDebuggerAboutCompiledScript(cx, options.hideScriptFromDebugger, in CompileGlobalBinASTScriptImpl()
815 tellDebuggerAboutCompiledScript(cx, options.hideScriptFromDebugger, in InternalParseModule()
1091 tellDebuggerAboutCompiledScript(cx, options.hideScriptFromDebugger, in CompileStandaloneFunction()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/frontend/
H A DBytecodeEmitter.h282 void tellDebuggerAboutCompiledScript(ExclusiveContext* cx);
H A DBytecodeCompiler.cpp556 emitter->tellDebuggerAboutCompiledScript(cx); in compileScript()
H A DBytecodeEmitter.cpp2417 BytecodeEmitter::tellDebuggerAboutCompiledScript(ExclusiveContext* cx) in tellDebuggerAboutCompiledScript() function in BytecodeEmitter
3641 tellDebuggerAboutCompiledScript(cx); in emitFunctionScript()
3693 tellDebuggerAboutCompiledScript(cx); in emitModuleScript()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/frontend/
H A DBytecodeEmitter.h355 void tellDebuggerAboutCompiledScript(ExclusiveContext* cx);
H A DBytecodeEmitter.cpp2869 BytecodeEmitter::tellDebuggerAboutCompiledScript(ExclusiveContext* cx) in tellDebuggerAboutCompiledScript() function in BytecodeEmitter
4207 tellDebuggerAboutCompiledScript(cx); in emitScript()
4275 tellDebuggerAboutCompiledScript(cx); in emitFunctionScript()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/frontend/
H A DBytecodeEmitter.h412 void tellDebuggerAboutCompiledScript(JSContext* cx);
H A DBytecodeEmitter.cpp3220 void BytecodeEmitter::tellDebuggerAboutCompiledScript(JSContext* cx) { in tellDebuggerAboutCompiledScript() function in BytecodeEmitter
4415 tellDebuggerAboutCompiledScript(cx); in emitScript()
4475 tellDebuggerAboutCompiledScript(cx); in emitFunctionScript()