Home
last modified time | relevance | path

Searched refs:NotifyReturnNative (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/debugger/
Djs_debugger_manager.h159 void NotifyReturnNative() in NotifyReturnNative() function
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.h49 void NotifyReturnNative();
Ddebugger_impl.cpp54 returnNative_ = std::bind(&DebuggerImpl::NotifyReturnNative, this); in DebuggerImpl()
330 void DebuggerImpl::NotifyReturnNative() in NotifyReturnNative() function in panda::ecmascript::tooling::DebuggerImpl
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp2174 vm->GetJsDebuggerManager()->NotifyReturnNative(); in Call()
2224 dm->NotifyReturnNative(); in CallForNapi()