• Home
  • Raw
  • Download

Lines Matching full:create

72     JSHandle<NameDictionary> handleNameDict(NameDictionary::Create(thread, numOfElementsDict));  in HWTEST_F_L0()
133 …* CaseDescription: Create a source key, a source value, a source NameDictionary and a target EcmaM…
144 JSHandle<NameDictionary> handleNameDict(NameDictionary::Create(thread, numOfElementsDict)); in HWTEST_F_L0()
169 …* CaseDescription: Create 2 source EcmaModules that both add an item, create a ModuleManager that …
184 JSHandle<NameDictionary> handleNameDict1(NameDictionary::Create(thread, numOfElementsDict1)); in HWTEST_F_L0()
185 JSHandle<NameDictionary> handleNameDict2(NameDictionary::Create(thread, numOfElementsDict2)); in HWTEST_F_L0()
223 …* CaseDescription: Create two source EcmaModules that add different items, create a ModuleManager …
247 JSHandle<NameDictionary> handleNameDict1(NameDictionary::Create(thread, numOfElementsDict1)); in HWTEST_F_L0()
248 JSHandle<NameDictionary> handleNameDict2(NameDictionary::Create(thread, numOfElementsDict2)); in HWTEST_F_L0()
278 …* CaseDescription: Create a ModuleManager, check whether the ExportModuleName obtained from the Mo…
299 …* CaseDescription: Create a ModuleManager, check whether the previous ExportModuleName obtained fr…
322 …* CaseDescription: Create a ModuleManager, check whether the current ExportModuleName obtained fro…
349 * CaseDescription: Create a ModuleManager, set the current EcmaModule for the ModuleManager through
412 …* CaseDescription: Create two source EcmaModules and one target ModuleManager, prepare the two sou…