Home
last modified time | relevance | path

Searched refs:SetModuleValue (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/toolchain/tooling/backend/
Ddebugger_executor.cpp120 if (SetModuleValue(vm, frameHandler, name, value)) { in SetValue()
221 bool DebuggerExecutor::SetModuleValue(const EcmaVM *vm, const FrameHandler *frameHandler, in SetModuleValue() function in panda::ecmascript::tooling::DebuggerExecutor
233 DebuggerApi::SetModuleValue(vm, currentModule, varName, value); in SetModuleValue()
Ddebugger_executor.h56 static bool SetModuleValue(const EcmaVM *vm, const FrameHandler *frameHandler,
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.h98 static bool SetModuleValue(const EcmaVM *ecmaVm, const JSHandle<JSTaggedValue> &currentModule,
Ddebugger_api.cpp603 bool DebuggerApi::SetModuleValue(const EcmaVM *ecmaVm, const JSHandle<JSTaggedValue> &currentModule, in SetModuleValue() function in panda::ecmascript::tooling::DebuggerApi