Searched refs:NotifyScopeUpdated (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/toolchain/tooling/backend/ |
H A D | debugger_executor.cpp | 162 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 D | js_debugger_manager.h | 158 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