Home
last modified time | relevance | path

Searched refs:NotifyScopeUpdated (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/toolchain/tooling/backend/
H A Ddebugger_executor.cpp162 vm->GetJsDebuggerManager()->NotifyScopeUpdated(varName, value, Scope::Type::Local()); in SetLocalValue()
190 vm->GetJsDebuggerManager()->NotifyScopeUpdated(varName, value, Scope::Type::Closure()); in SetLexicalValue()
202 vm->GetJsDebuggerManager()->NotifyScopeUpdated(varName, value, Scope::Type::Global()); in SetGlobalValue()
237 vm->GetJsDebuggerManager()->NotifyScopeUpdated(varName, value, Scope::Type::Module()); in SetModuleValue()
/arkcompiler/ets_runtime/ecmascript/debugger/
H A Djs_debugger_manager.h158 void NotifyScopeUpdated(std::string_view varName, Local<JSValueRef> value, const std::string& scope) in NotifyScopeUpdated() function in panda::ecmascript::tooling::JsDebuggerManager

Completed in 1 milliseconds