Lines Matching full:create
53 …* @tc.desc: Create a TemplateMap through calling Create function with numberOfElements. Check whet…
67 JSHandle<TemplateMap> templateMap = TemplateMap::Create(thread, numElementsTempMap); in HWTEST_F_L0()
82 …* @tc.desc: Create a TemplateMap, call Insert function with the TemplateMap, a key(JSArray) and a …
92 JSHandle<TemplateMap> templateMap = TemplateMap::Create(thread); in HWTEST_F_L0()
120 …* @tc.desc: Create a TemplateMap, let it call IncreaseEntries function, check whether the value re…
129 JSHandle<TemplateMap> templateMap = TemplateMap::Create(thread); in HWTEST_F_L0()
138 …* @tc.desc: Create a TemplateMap, let it call IncreaseEntries function and IncreaseHoleEntriesCoun…
148 JSHandle<TemplateMap> templateMap = TemplateMap::Create(thread); in HWTEST_F_L0()
168 JSHandle<TemplateMap> templateMap = TemplateMap::Create(thread); in HWTEST_F_L0()
183 …* @tc.desc: Create a source TemplateMap, change it through calling IncreaseEntries/IncreaseHoleEnt…
194 JSHandle<TemplateMap> templateMap = TemplateMap::Create(thread, intNumElementsTempMap); in HWTEST_F_L0()
205 JSHandle<TemplateMap> templateMap1 = TemplateMap::Create(thread, intNumElementsTempMap); in HWTEST_F_L0()
219 …* @tc.desc: Create a source TemplateMap, change it through calling IncreaseEntries function. Check…
230 JSHandle<TemplateMap> templateMap = TemplateMap::Create(thread, intNumElementsTempMap); in HWTEST_F_L0()
244 JSHandle<TemplateMap> templateMap3 = TemplateMap::Create(thread, intNumElementsTempMap); in HWTEST_F_L0()
283 …* @tc.desc: Create a source TemplateMap, change the source TemplateMap through calling Insert func…
284 …* Create a target TaggedArray, change the target TaggedArray through the changed source …
294 JSHandle<TemplateMap> templateMap = TemplateMap::Create(thread); in HWTEST_F_L0()
313 …* @tc.desc: Create a source TemplateMap, change the source TemplateMap through calling Insert func…
314 …* Create a target std::vector<JSTaggedValue>,change the target std::vector<JSTaggedValue…
323 JSHandle<TemplateMap> templateMap = TemplateMap::Create(thread); in HWTEST_F_L0()
340 …* @tc.desc: Create a source TemplateMap, change the source TemplateMap through calling Insert func…
350 JSHandle<TemplateMap> templateMap = TemplateMap::Create(thread); in HWTEST_F_L0()