• Home
  • Raw
  • Download

Lines Matching full:create

29 …* @tc.desc: Create a TemplateMap through calling Create function with numberOfElements. Check whet…
43 JSHandle<TemplateMap> templateMap = TemplateMap::Create(thread, numElementsTempMap); in HWTEST_F_L0()
58 …* @tc.desc: Create a TemplateMap, call Insert function with the TemplateMap, a key(JSArray) and a …
68 JSHandle<TemplateMap> templateMap = TemplateMap::Create(thread); in HWTEST_F_L0()
96 …* @tc.desc: Create a TemplateMap, let it call IncreaseEntries function, check whether the value re…
105 JSHandle<TemplateMap> templateMap = TemplateMap::Create(thread); in HWTEST_F_L0()
114 …* @tc.desc: Create a TemplateMap, let it call IncreaseEntries function and IncreaseHoleEntriesCoun…
124 JSHandle<TemplateMap> templateMap = TemplateMap::Create(thread); in HWTEST_F_L0()
144 JSHandle<TemplateMap> templateMap = TemplateMap::Create(thread); in HWTEST_F_L0()
159 …* @tc.desc: Create a source TemplateMap, change it through calling IncreaseEntries/IncreaseHoleEnt…
170 JSHandle<TemplateMap> templateMap = TemplateMap::Create(thread, intNumElementsTempMap); in HWTEST_F_L0()
181 JSHandle<TemplateMap> templateMap1 = TemplateMap::Create(thread, intNumElementsTempMap); in HWTEST_F_L0()
195 …* @tc.desc: Create a source TemplateMap, change it through calling IncreaseEntries function. Check…
206 JSHandle<TemplateMap> templateMap = TemplateMap::Create(thread, intNumElementsTempMap); in HWTEST_F_L0()
220 JSHandle<TemplateMap> templateMap3 = TemplateMap::Create(thread, intNumElementsTempMap); in HWTEST_F_L0()
259 …* @tc.desc: Create a source TemplateMap, change the source TemplateMap through calling Insert func…
260 …* Create a target TaggedArray, change the target TaggedArray through the changed source …
270 JSHandle<TemplateMap> templateMap = TemplateMap::Create(thread); in HWTEST_F_L0()
289 …* @tc.desc: Create a source TemplateMap, change the source TemplateMap through calling Insert func…
290 …* Create a target std::vector<JSTaggedValue>,change the target std::vector<JSTaggedValue…
299 JSHandle<TemplateMap> templateMap = TemplateMap::Create(thread); in HWTEST_F_L0()
316 …* @tc.desc: Create a source TemplateMap, change the source TemplateMap through calling Insert func…
326 JSHandle<TemplateMap> templateMap = TemplateMap::Create(thread); in HWTEST_F_L0()