Searched refs:CreateSharedSortedExports (Results 1 – 2 of 2) sorted by relevance
48 …static JSHandle<JSTaggedValue> CreateSharedSortedExports(JSThread *thread, const JSHandle<TaggedAr…
165 JSHandle<JSTaggedValue> JSSharedModule::CreateSharedSortedExports(JSThread *thread, in CreateSharedSortedExports() function in panda::ecmascript::JSSharedModule193 …JSHandle<JSTaggedValue> sortedExports = JSSharedModule::CreateSharedSortedExports(thread, exports); in SModuleNamespaceCreate()