Home
last modified time | relevance | path

Searched refs:SetGlobalValue (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/toolchain/tooling/backend/
H A Ddebugger_executor.cpp124 if (SetGlobalValue(vm, name, value)) { in SetValue()
199 bool DebuggerExecutor::SetGlobalValue(const EcmaVM *vm, Local<StringRef> name, Local<JSValueRef> value) in SetGlobalValue() function in panda::ecmascript::tooling::DebuggerExecutor
203 return DebuggerApi::SetGlobalValue(vm, name, value); in SetGlobalValue()
H A Ddebugger_executor.h58 static bool SetGlobalValue(const EcmaVM *vm, Local<StringRef> name, Local<JSValueRef> value);
/arkcompiler/ets_runtime/ecmascript/debugger/
H A Ddebugger_api.h105 static bool SetGlobalValue(const EcmaVM *ecmaVm, Local<StringRef> name, Local<JSValueRef> value);
H A Ddebugger_api.cpp403 bool DebuggerApi::SetGlobalValue(const EcmaVM *ecmaVm, Local<StringRef> name, Local<JSValueRef> value) in SetGlobalValue() function in panda::ecmascript::tooling::DebuggerApi

Completed in 5 milliseconds