Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/module/
Djs_shared_module.h48 …static JSHandle<JSTaggedValue> CreateSharedSortedExports(JSThread *thread, const JSHandle<TaggedAr…
Djs_shared_module.cpp165 JSHandle<JSTaggedValue> JSSharedModule::CreateSharedSortedExports(JSThread *thread, in CreateSharedSortedExports() function in panda::ecmascript::JSSharedModule
193 …JSHandle<JSTaggedValue> sortedExports = JSSharedModule::CreateSharedSortedExports(thread, exports); in SModuleNamespaceCreate()