Home
last modified time | relevance | path

Searched refs:NotifyLocalScopeUpdated (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/toolchain/tooling/backend/
Ddebugger_executor.cpp161 vm->GetJsDebuggerManager()->NotifyLocalScopeUpdated(varName, value); in SetLocalValue()
189 vm->GetJsDebuggerManager()->NotifyLocalScopeUpdated(varName, value); in SetLexicalValue()
/arkcompiler/ets_runtime/ecmascript/debugger/
Djs_debugger_manager.h147 void NotifyLocalScopeUpdated(std::string_view varName, Local<JSValueRef> value) in NotifyLocalScopeUpdated() function