Lines Matching defs:numberofElements
114 int numberofElements = 4;
115 JSHandle<GlobalDictionary> handleDict = GlobalDictionary::Create(thread, numberofElements);
118 for (int i = 0; i < numberofElements; i++) {
134 int numberofElements = 16;
135 JSHandle<GlobalDictionary> handleDict = GlobalDictionary::Create(thread, numberofElements);
138 for (int i = 0; i < numberofElements; i++) {
160 int numberofElements = 16;
161 JSHandle<GlobalDictionary> handleDict = GlobalDictionary::Create(thread, numberofElements);
164 for (int i = 0; i < numberofElements; i++) {
175 for (int i = 0; i < numberofElements; i++) {
196 int numberofElements = 16;
199 JSHandle<GlobalDictionary> handleDict = GlobalDictionary::Create(thread, numberofElements);
202 for (int i = 0; i < numberofElements; i++) {
213 int arraySize = numberofElements + static_cast<int>(offset);
237 int numberofElements = 16;
240 JSHandle<GlobalDictionary> handleDict = GlobalDictionary::Create(thread, numberofElements);
244 for (int i = 0; i < numberofElements; i++) {
261 uint32_t arraySize = static_cast<uint32_t>(numberofElements) + offset;
296 int numberofElements = 16;
299 JSHandle<GlobalDictionary> handleDict = GlobalDictionary::Create(thread, numberofElements);
303 for (int i = 0; i < numberofElements; i++) {