Home
last modified time | relevance | path

Searched refs:NotifyScriptParsed (Results 1 – 20 of 20) sorted by relevance

/arkcompiler/toolchain/tooling/backend/
Djs_pt_hooks.cpp77 if (debugger_->NotifyScriptParsed(scriptId++, pandaFileName.data(), entryPoint)) { in LoadModule()
/arkcompiler/toolchain/tooling/test/testcases/
Djs_breakpoint_async_test.h41 ASSERT_TRUE(debugger_->NotifyScriptParsed(0, pandaFile_)); in JsBreakpointAsyncTest()
Djs_breakpoint_test.h41 ASSERT_TRUE(debugger_->NotifyScriptParsed(0, pandaFile_)); in JsBreakpointTest()
Djs_breakpoint_arrow_test.h41 ASSERT_TRUE(debugger_->NotifyScriptParsed(0, pandaFile_)); in JsBreakpointArrowTest()
Djs_syntax_exception_test.h64 ASSERT_TRUE(debugger_->NotifyScriptParsed(0, pandaFile_)); in JsSyntaxExceptionTest()
Djs_range_error_test.h64 ASSERT_TRUE(debugger_->NotifyScriptParsed(0, pandaFile_)); in JsRangeErrorTest()
Djs_exception_test.h64 ASSERT_TRUE(debugger_->NotifyScriptParsed(0, pandaFile_)); in JsExceptionTest()
Djs_step_into_test.h44 debugger_->NotifyScriptParsed(0, moduleName.data()); in JsStepIntoTest()
Djs_throw_exception_test.h67 ASSERT_TRUE(debugger_->NotifyScriptParsed(0, pandaFile_)); in JsThrowExceptionTest()
Djs_step_out_test.h42 debugger_->NotifyScriptParsed(0, moduleName.data()); in JsStepOutTest()
Djs_step_over_test.h42 debugger_->NotifyScriptParsed(0, moduleName.data()); in JsStepOverTest()
Djs_local_variable_scope_test.h45 ASSERT_TRUE(debugger_->NotifyScriptParsed(0, pandaFile)); in JsLocalVariableScopeTest()
Djs_variable_second_test.h45 ASSERT_TRUE(debugger_->NotifyScriptParsed(0, panfaFile)); in JsVariableSecondTest()
Djs_container_test.h45 ASSERT_TRUE(debugger_->NotifyScriptParsed(0, pandaFile)); in JsContainerTest()
Djs_variable_first_test.h45 ASSERT_TRUE(debugger_->NotifyScriptParsed(0, pandaFile)); in JsVariableFirstTest()
Djs_module_variable_test.h50 ASSERT_TRUE(debugger_->NotifyScriptParsed(0, gg_pandaFile, gg_entry)); in JsModuleVariableTest()
Djs_dropframe_test.h59 ASSERT_TRUE(debugger_->NotifyScriptParsed(0, pandaFile_)); in JsDropFrameTest()
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.h41 bool NotifyScriptParsed(ScriptId scriptId, const std::string &fileName,
Ddebugger_impl.cpp63 bool DebuggerImpl::NotifyScriptParsed(ScriptId scriptId, const std::string &fileName, std::string_v… in NotifyScriptParsed() function in panda::ecmascript::tooling::DebuggerImpl
/arkcompiler/toolchain/tooling/test/
Ddebugger_impl_test.cpp65 EXPECT_FALSE(debuggerImpl->NotifyScriptParsed(0, strFilename, "")); in HWTEST_F_L0()
69 EXPECT_FALSE(debuggerImpl->NotifyScriptParsed(0, strFilename, "")); in HWTEST_F_L0()