| /arkcompiler/toolchain/tooling/backend/ |
| D | js_pt_hooks.cpp | 77 if (debugger_->NotifyScriptParsed(scriptId++, pandaFileName.data(), entryPoint)) { in LoadModule()
|
| /arkcompiler/toolchain/tooling/test/testcases/ |
| D | js_breakpoint_async_test.h | 41 ASSERT_TRUE(debugger_->NotifyScriptParsed(0, pandaFile_)); in JsBreakpointAsyncTest()
|
| D | js_breakpoint_test.h | 41 ASSERT_TRUE(debugger_->NotifyScriptParsed(0, pandaFile_)); in JsBreakpointTest()
|
| D | js_breakpoint_arrow_test.h | 41 ASSERT_TRUE(debugger_->NotifyScriptParsed(0, pandaFile_)); in JsBreakpointArrowTest()
|
| D | js_syntax_exception_test.h | 64 ASSERT_TRUE(debugger_->NotifyScriptParsed(0, pandaFile_)); in JsSyntaxExceptionTest()
|
| D | js_range_error_test.h | 64 ASSERT_TRUE(debugger_->NotifyScriptParsed(0, pandaFile_)); in JsRangeErrorTest()
|
| D | js_exception_test.h | 64 ASSERT_TRUE(debugger_->NotifyScriptParsed(0, pandaFile_)); in JsExceptionTest()
|
| D | js_step_into_test.h | 44 debugger_->NotifyScriptParsed(0, moduleName.data()); in JsStepIntoTest()
|
| D | js_throw_exception_test.h | 67 ASSERT_TRUE(debugger_->NotifyScriptParsed(0, pandaFile_)); in JsThrowExceptionTest()
|
| D | js_step_out_test.h | 42 debugger_->NotifyScriptParsed(0, moduleName.data()); in JsStepOutTest()
|
| D | js_step_over_test.h | 42 debugger_->NotifyScriptParsed(0, moduleName.data()); in JsStepOverTest()
|
| D | js_local_variable_scope_test.h | 45 ASSERT_TRUE(debugger_->NotifyScriptParsed(0, pandaFile)); in JsLocalVariableScopeTest()
|
| D | js_variable_second_test.h | 45 ASSERT_TRUE(debugger_->NotifyScriptParsed(0, panfaFile)); in JsVariableSecondTest()
|
| D | js_container_test.h | 45 ASSERT_TRUE(debugger_->NotifyScriptParsed(0, pandaFile)); in JsContainerTest()
|
| D | js_variable_first_test.h | 45 ASSERT_TRUE(debugger_->NotifyScriptParsed(0, pandaFile)); in JsVariableFirstTest()
|
| D | js_module_variable_test.h | 50 ASSERT_TRUE(debugger_->NotifyScriptParsed(0, gg_pandaFile, gg_entry)); in JsModuleVariableTest()
|
| D | js_dropframe_test.h | 59 ASSERT_TRUE(debugger_->NotifyScriptParsed(0, pandaFile_)); in JsDropFrameTest()
|
| /arkcompiler/toolchain/tooling/agent/ |
| D | debugger_impl.h | 41 bool NotifyScriptParsed(ScriptId scriptId, const std::string &fileName,
|
| D | debugger_impl.cpp | 63 bool DebuggerImpl::NotifyScriptParsed(ScriptId scriptId, const std::string &fileName, std::string_v… in NotifyScriptParsed() function in panda::ecmascript::tooling::DebuggerImpl
|
| /arkcompiler/toolchain/tooling/test/ |
| D | debugger_impl_test.cpp | 65 EXPECT_FALSE(debuggerImpl->NotifyScriptParsed(0, strFilename, "")); in HWTEST_F_L0() 69 EXPECT_FALSE(debuggerImpl->NotifyScriptParsed(0, strFilename, "")); in HWTEST_F_L0()
|