Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/module/
Djs_shared_module.cpp174 JSHandle<JSTaggedValue> sortedExports = JSHandle<JSTaggedValue>::Cast(exportsArray); in CreateSharedSortedExports() local
193 …JSHandle<JSTaggedValue> sortedExports = JSSharedModule::CreateSharedSortedExports(thread, exports); in SModuleNamespaceCreate() local
Djs_module_namespace.cpp34 JSHandle<JSTaggedValue> sortedExports = JSHandle<JSTaggedValue>::Cast(exportsArray); in CreateSortedExports() local
60 JSHandle<JSTaggedValue> sortedExports = CreateSortedExports(thread, exports); in ModuleNamespaceCreate() local