Searched refs:NotifyScriptParsed (Results 1 – 13 of 13) sorted by relevance
| /arkcompiler/toolchain/tooling/backend/ |
| D | js_pt_hooks.cpp | 86 if (debugger_->NotifyScriptParsed(pandaFileName.data(), entryPoint)) { in LoadModule()
|
| /arkcompiler/toolchain/tooling/test/testcases/ |
| 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_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_variable_second_test.h | 46 ASSERT_TRUE(debugger_->NotifyScriptParsed(0, panfaFile)); in JsVariableSecondTest()
|
| D | js_variable_first_test.h | 46 ASSERT_TRUE(debugger_->NotifyScriptParsed(0, pandaFile)); in JsVariableFirstTest()
|
| D | js_dropframe_test.h | 61 ASSERT_TRUE(debugger_->NotifyScriptParsed(0, pandaFile_)); in JsDropFrameTest()
|
| /arkcompiler/toolchain/tooling/agent/ |
| D | debugger_impl.h | 42 bool NotifyScriptParsed(const std::string &fileName,
|
| D | debugger_impl.cpp | 73 bool DebuggerImpl::NotifyScriptParsed(const std::string &fileName, std::string_view entryPoint) in NotifyScriptParsed() function in panda::ecmascript::tooling::DebuggerImpl
|
| /arkcompiler/toolchain/tooling/test/ |
| D | debugger_impl_test.cpp | 96 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()
|