Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp724 Local<ObjectRef> importModuleObj = ObjectRef::New(ecmaVm); in GetImportVariables() local
725 GetLocalExportVariables(ecmaVm, importModuleObj, importModule, true); in GetImportVariables()
727 … PropertyAttribute descriptor(static_cast<Local<JSValueRef>>(importModuleObj), true, true, true); in GetImportVariables()