Lines Matching full:zero
282 … thread, prototype, ContainersArrayList::ArrayListConstructor, "ArrayList", FuncLength::ZERO)); in InitializeArrayList()
294 SetFrozenFunction(thread, prototype, "clear", ContainersArrayList::Clear, FuncLength::ZERO); in InitializeArrayList()
295 SetFrozenFunction(thread, prototype, "clone", ContainersArrayList::Clone, FuncLength::ZERO); in InitializeArrayList()
297 …ozenFunction(thread, prototype, "getCapacity", ContainersArrayList::GetCapacity, FuncLength::ZERO); in InitializeArrayList()
301 ContainersArrayList::TrimToCurrentLength, FuncLength::ZERO); in InitializeArrayList()
303 SetFrozenFunction(thread, prototype, "isEmpty", ContainersArrayList::IsEmpty, FuncLength::ZERO); in InitializeArrayList()
312 …nction(thread, prototype, "convertToArray", ContainersArrayList::ConvertToArray, FuncLength::ZERO); in InitializeArrayList()
320 FuncLength::ZERO); in InitializeArrayList()
357 FuncLength::ZERO)); in InitializeLightWeightMap()
393 FuncLength::ZERO); in InitializeLightWeightMap()
432 "LightWeightSet", FuncLength::ZERO)); in InitializeLightWeightSet()
451 …rozenFunction(thread, funcPrototype, "remove", ContainersLightWeightSet::Remove, FuncLength::ZERO); in InitializeLightWeightSet()
452 …nFunction(thread, funcPrototype, "removeAt", ContainersLightWeightSet::RemoveAt, FuncLength::ZERO); in InitializeLightWeightSet()
454 …nFunction(thread, funcPrototype, "toString", ContainersLightWeightSet::ToString, FuncLength::ZERO); in InitializeLightWeightSet()
457 …zenFunction(thread, funcPrototype, "entries", ContainersLightWeightSet::Entries, FuncLength::ZERO); in InitializeLightWeightSet()
459 CreateGetter(thread, ContainersLightWeightSet::GetSize, "length", FuncLength::ZERO); in InitializeLightWeightSet()
498 … thread, mapFuncPrototype, ContainersTreeMap::TreeMapConstructor, "TreeMap", FuncLength::ZERO)); in InitializeTreeMap()
512 …unction(thread, mapFuncPrototype, "getFirstKey", ContainersTreeMap::GetFirstKey, FuncLength::ZERO); in InitializeTreeMap()
513 …nFunction(thread, mapFuncPrototype, "getLastKey", ContainersTreeMap::GetLastKey, FuncLength::ZERO); in InitializeTreeMap()
515 … SetFrozenFunction(thread, mapFuncPrototype, "clear", ContainersTreeMap::Clear, FuncLength::ZERO); in InitializeTreeMap()
518 SetFrozenFunction(thread, mapFuncPrototype, "keys", ContainersTreeMap::Keys, FuncLength::ZERO); in InitializeTreeMap()
519 …SetFrozenFunction(thread, mapFuncPrototype, "values", ContainersTreeMap::Values, FuncLength::ZERO); in InitializeTreeMap()
522 …tFrozenFunction(thread, mapFuncPrototype, "entries", ContainersTreeMap::Entries, FuncLength::ZERO); in InitializeTreeMap()
523 …tFrozenFunction(thread, mapFuncPrototype, "isEmpty", ContainersTreeMap::IsEmpty, FuncLength::ZERO); in InitializeTreeMap()
538 CreateGetter(thread, ContainersTreeMap::GetLength, "length", FuncLength::ZERO); in InitializeTreeMap()
557 …FrozenFunction(thread, mapIteratorPrototype, "next", JSAPITreeMapIterator::Next, FuncLength::ZERO); in InitializeTreeMapIterator()
575 … thread, setFuncPrototype, ContainersTreeSet::TreeSetConstructor, "TreeSet", FuncLength::ZERO)); in InitializeTreeSet()
587 …ion(thread, setFuncPrototype, "getFirstValue", ContainersTreeSet::GetFirstValue, FuncLength::ZERO); in InitializeTreeSet()
588 …ction(thread, setFuncPrototype, "getLastValue", ContainersTreeSet::GetLastValue, FuncLength::ZERO); in InitializeTreeSet()
589 … SetFrozenFunction(thread, setFuncPrototype, "clear", ContainersTreeSet::Clear, FuncLength::ZERO); in InitializeTreeSet()
592 …rozenFunction(thread, setFuncPrototype, "popFirst", ContainersTreeSet::PopFirst, FuncLength::ZERO); in InitializeTreeSet()
593 …tFrozenFunction(thread, setFuncPrototype, "popLast", ContainersTreeSet::PopLast, FuncLength::ZERO); in InitializeTreeSet()
595 …SetFrozenFunction(thread, setFuncPrototype, "values", ContainersTreeSet::Values, FuncLength::ZERO); in InitializeTreeSet()
597 …tFrozenFunction(thread, setFuncPrototype, "entries", ContainersTreeSet::Entries, FuncLength::ZERO); in InitializeTreeSet()
612 CreateGetter(thread, ContainersTreeSet::GetLength, "length", FuncLength::ZERO); in InitializeTreeSet()
631 …FrozenFunction(thread, setIteratorPrototype, "next", JSAPITreeSetIterator::Next, FuncLength::ZERO); in InitializeTreeSetIterator()
649 "PlainArray", FuncLength::ZERO)); in InitializePlainArray()
667 FuncLength::ZERO); in InitializePlainArray()
669 FuncLength::ZERO); in InitializePlainArray()
671 FuncLength::ZERO); in InitializePlainArray()
672 …ction(thread, plainArrayFuncPrototype, "isEmpty", ContainersPlainArray::IsEmpty, FuncLength::ZERO); in InitializePlainArray()
674 ContainersPlainArray::GetKeyAt, FuncLength::ZERO); in InitializePlainArray()
675 …unction(thread, plainArrayFuncPrototype, "remove", ContainersPlainArray::Remove, FuncLength::ZERO); in InitializePlainArray()
677 FuncLength::ZERO); in InitializePlainArray()
679 FuncLength::ZERO); in InitializePlainArray()
681 FuncLength::ZERO); in InitializePlainArray()
683 FuncLength::ZERO); in InitializePlainArray()
686 FuncLength::ZERO); in InitializePlainArray()
724 thread, stackFuncPrototype, ContainersStack::StackConstructor, "Stack", FuncLength::ZERO)); in InitializeStack()
748 …Value> lengthGetter = CreateGetter(thread, ContainersStack::GetLength, "length", FuncLength::ZERO); in InitializeStack()
783 thread, prototype, ContainersVector::VectorConstructor, "Vector", FuncLength::ZERO)); in InitializeVector()
795 …tFrozenFunction(thread, prototype, "getCapacity", ContainersVector::GetCapacity, FuncLength::ZERO); in InitializeVector()
800 SetFrozenFunction(thread, prototype, "isEmpty", ContainersVector::IsEmpty, FuncLength::ZERO); in InitializeVector()
801 …nFunction(thread, prototype, "getLastElement", ContainersVector::GetLastElement, FuncLength::ZERO); in InitializeVector()
809 SetFrozenFunction(thread, prototype, "toString", ContainersVector::ToString, FuncLength::ZERO); in InitializeVector()
815 SetFrozenFunction(thread, prototype, "sort", ContainersVector::Sort, FuncLength::ZERO); in InitializeVector()
816 SetFrozenFunction(thread, prototype, "clear", ContainersVector::Clear, FuncLength::ZERO); in InitializeVector()
817 SetFrozenFunction(thread, prototype, "clone", ContainersVector::Clone, FuncLength::ZERO); in InitializeVector()
819 …nFunction(thread, prototype, "convertToArray", ContainersVector::ConvertToArray, FuncLength::ZERO); in InitializeVector()
820 …unction(thread, prototype, "getFirstElement", ContainersVector::GetFirstElement, FuncLength::ZERO); in InitializeVector()
822 ContainersVector::TrimToCurrentLength, FuncLength::ZERO); in InitializeVector()
827 …dValue> lengthGetter = CreateGetter(thread, ContainersVector::GetSize, "length", FuncLength::ZERO); in InitializeVector()
893 thread, queueFuncPrototype, ContainersQueue::QueueConstructor, "Queue", FuncLength::ZERO)); in InitializeQueue()
903 …rozenFunction(thread, queueFuncPrototype, "getFirst", ContainersQueue::GetFirst, FuncLength::ZERO); in InitializeQueue()
904 SetFrozenFunction(thread, queueFuncPrototype, "pop", ContainersQueue::Pop, FuncLength::ZERO); in InitializeQueue()
911 …edValue> lengthGetter = CreateGetter(thread, ContainersQueue::GetSize, "length", FuncLength::ZERO); in InitializeQueue()
948 thread, dequeFuncPrototype, ContainersDeque::DequeConstructor, "Deque", FuncLength::ZERO)); in InitializeDeque()
958 …rozenFunction(thread, dequeFuncPrototype, "getFirst", ContainersDeque::GetFirst, FuncLength::ZERO); in InitializeDeque()
959 …tFrozenFunction(thread, dequeFuncPrototype, "getLast", ContainersDeque::GetLast, FuncLength::ZERO); in InitializeDeque()
961 …rozenFunction(thread, dequeFuncPrototype, "popFirst", ContainersDeque::PopFirst, FuncLength::ZERO); in InitializeDeque()
962 …tFrozenFunction(thread, dequeFuncPrototype, "popLast", ContainersDeque::PopLast, FuncLength::ZERO); in InitializeDeque()
969 …edValue> lengthGetter = CreateGetter(thread, ContainersDeque::GetSize, "length", FuncLength::ZERO); in InitializeDeque()
1002 thread, listFuncPrototype, ContainersList::ListConstructor, "List", FuncLength::ZERO)); in InitializeList()
1031 …ggedValue> lengthGetter = CreateGetter(thread, ContainersList::Length, "length", FuncLength::ZERO); in InitializeList()
1053 …edListFuncPrototype, ContainersLinkedList::LinkedListConstructor, "LinkedList", FuncLength::ZERO)); in InitializeLinkedList()
1089 FuncLength::ZERO); in InitializeLinkedList()
1139 …thread, hashMapFuncPrototype, ContainersHashMap::HashMapConstructor, "HashMap", FuncLength::ZERO)); in InitializeHashMap()
1152 …zenFunction(thread, hashMapFuncPrototype, "isEmpty", ContainersHashMap::IsEmpty, FuncLength::ZERO); in InitializeHashMap()
1156 …tFrozenFunction(thread, hashMapFuncPrototype, "clear", ContainersHashMap::Clear, FuncLength::ZERO); in InitializeHashMap()
1169 …SetFrozenFunction(thread, hashMapFuncPrototype, "keys", ContainersHashMap::Keys, FuncLength::ZERO); in InitializeHashMap()
1171 …rozenFunction(thread, hashMapFuncPrototype, "values", ContainersHashMap::Values, FuncLength::ZERO); in InitializeHashMap()
1173 …zenFunction(thread, hashMapFuncPrototype, "entries", ContainersHashMap::Entries, FuncLength::ZERO); in InitializeHashMap()
1182 CreateGetter(thread, ContainersHashMap::GetLength, "length", FuncLength::ZERO); in InitializeHashMap()
1199 …enFunction(thread, hashMapIteratorPrototype, "next", JSAPIHashMapIterator::Next, FuncLength::ZERO); in InitializeHashMapIterator()
1218 …thread, hashSetFuncPrototype, ContainersHashSet::HashSetConstructor, "HashSet", FuncLength::ZERO)); in InitializeHashSet()
1226 …zenFunction(thread, hashSetFuncPrototype, "isEmpty", ContainersHashSet::IsEmpty, FuncLength::ZERO); in InitializeHashSet()
1231 …tFrozenFunction(thread, hashSetFuncPrototype, "clear", ContainersHashSet::Clear, FuncLength::ZERO); in InitializeHashSet()
1232 …rozenFunction(thread, hashSetFuncPrototype, "values", ContainersHashSet::Values, FuncLength::ZERO); in InitializeHashSet()
1233 …zenFunction(thread, hashSetFuncPrototype, "entries", ContainersHashSet::Entries, FuncLength::ZERO); in InitializeHashSet()
1245 CreateGetter(thread, ContainersHashSet::GetLength, "length", FuncLength::ZERO); in InitializeHashSet()
1263 …enFunction(thread, hashSetIteratorPrototype, "next", JSAPIHashSetIterator::Next, FuncLength::ZERO); in InitializeHashSetIterator()