Home
last modified time | relevance | path

Searched refs:NotifyScriptParsedBySendable (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/toolchain/tooling/backend/
Djs_pt_hooks.cpp115 if (debugger_->NotifyScriptParsedBySendable(method)) { in SendableMethodEntry()
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.h45 bool NotifyScriptParsedBySendable(JSHandle<Method> method);
Ddebugger_impl.cpp173 bool DebuggerImpl::NotifyScriptParsedBySendable(JSHandle<Method> method) in NotifyScriptParsedBySendable() function in panda::ecmascript::tooling::DebuggerImpl