Searched refs:cjsExports (Results 1 – 4 of 4) sorted by relevance
156 JSHandle<JSTaggedValue> cjsExports = CjsModule::SearchFromModuleCache(thread, cjsModuleName); in GetCJSModuleValue() local158 if (!cjsExports->IsJSObject()) { in GetCJSModuleValue()159 if (cjsExports->IsHole()) { in GetCJSModuleValue()169 return cjsExports.GetTaggedValue(); in GetCJSModuleValue()171 return GetValueFromExportObject(cjsExports, binding->GetIndex()); in GetCJSModuleValue()
280 JSHandle<JSTaggedValue> cjsExports = CjsModule::SearchFromModuleCache(thread, cjsModuleName); in InstantiateCJS() local281 InitializeEnvironment(thread, currentModule, cjsModuleName, cjsExports, isBundle); in InstantiateCJS()
1310 JSHandle<CjsExports> cjsExports = factory->NewCjsExports(); in HWTEST_F_L0() local1311 DUMP_FOR_HANDLE(cjsExports); in HWTEST_F_L0()
2521 JSHandle<CjsExports> cjsExports = JSHandle<CjsExports>(NewJSObjectByConstructor(exportsObj)); in NewCjsExports() local2522 return cjsExports; in NewCjsExports()