Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/backend/
Djs_pt_hooks.cpp86 if (debugger_->NotifyScriptParsed(pandaFileName.data(), entryPoint)) { in LoadModule()
/arkcompiler/toolchain/tooling/test/testcases/
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_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_variable_second_test.h46 ASSERT_TRUE(debugger_->NotifyScriptParsed(0, panfaFile)); in JsVariableSecondTest()
Djs_variable_first_test.h46 ASSERT_TRUE(debugger_->NotifyScriptParsed(0, pandaFile)); in JsVariableFirstTest()
Djs_dropframe_test.h61 ASSERT_TRUE(debugger_->NotifyScriptParsed(0, pandaFile_)); in JsDropFrameTest()
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.h42 bool NotifyScriptParsed(const std::string &fileName,
Ddebugger_impl.cpp73 bool DebuggerImpl::NotifyScriptParsed(const std::string &fileName, std::string_view entryPoint) in NotifyScriptParsed() function in panda::ecmascript::tooling::DebuggerImpl
/arkcompiler/toolchain/tooling/test/
Ddebugger_impl_test.cpp96 EXPECT_FALSE(debuggerImpl->NotifyScriptParsed(strFilename, "")); in HWTEST_F_L0()
100 EXPECT_FALSE(debuggerImpl->NotifyScriptParsed(strFilename, "")); in HWTEST_F_L0()
121 EXPECT_FALSE(debuggerImpl->NotifyScriptParsed(strFilename, "")); in HWTEST_F_L0()