Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/backend/
H A Ddebugger_executor.cpp104 value = GetGlobalValue(vm, name); in GetValue()
194 Local<JSValueRef> DebuggerExecutor::GetGlobalValue(const EcmaVM *vm, Local<StringRef> name) in GetGlobalValue() function in panda::ecmascript::tooling::DebuggerExecutor
196 return DebuggerApi::GetGlobalValue(vm, name); in GetGlobalValue()
H A Ddebugger_executor.h50 static Local<JSValueRef> GetGlobalValue(const EcmaVM *vm, Local<StringRef> name);
/arkcompiler/ets_runtime/ecmascript/debugger/
H A Ddebugger_api.h104 static Local<JSValueRef> GetGlobalValue(const EcmaVM *ecmaVm, Local<StringRef> name);
H A Ddebugger_api.cpp378 Local<JSValueRef> DebuggerApi::GetGlobalValue(const EcmaVM *ecmaVm, Local<StringRef> name) in GetGlobalValue() function in panda::ecmascript::tooling::DebuggerApi

Completed in 5 milliseconds