Home
last modified time | relevance | path

Searched refs:SetExportVariableValue (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.h93 …static bool SetExportVariableValue(const EcmaVM *ecmaVm, const JSHandle<JSTaggedValue> &currentMod…
Ddebugger_api.cpp502 bool DebuggerApi::SetExportVariableValue(const EcmaVM *ecmaVm, const JSHandle<JSTaggedValue> &curre… in SetExportVariableValue() function in panda::ecmascript::tooling::DebuggerApi
554 result = SetExportVariableValue(ecmaVm, currentModule, name, value); in SetModuleValue()
560 result = SetExportVariableValue(ecmaVm, importModule, name, value); in SetModuleValue()