Home
last modified time | relevance | path

Searched defs:environment (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp358 JSMutableHandle<TaggedArray> environment(thread, thread->GlobalConstants()->GetUndefined()); in GetImportModule() local
611 … JSHandle<TaggedArray> environment(thread, TaggedArray::Cast(moduleEnvironment.GetTaggedObject())); in GetImportVariables() local
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_source_text.cpp284 JSHandle<TaggedArray> environment = JSHandle<TaggedArray>::Cast(moduleEnvironment); in InitializeEnvironment() local