Lines Matching full:zero
280 … thread, prototype, ContainersArrayList::ArrayListConstructor, "ArrayList", FuncLength::ZERO)); in InitializeArrayList()
299 FuncLength::ZERO); in InitializeArrayList()
336 FuncLength::ZERO)); in InitializeLightWeightMap()
352 FuncLength::ZERO); in InitializeLightWeightMap()
391 "LightWeightSet", FuncLength::ZERO)); in InitializeLightWeightSet()
406 CreateGetter(thread, ContainersLightWeightSet::GetSize, "length", FuncLength::ZERO); in InitializeLightWeightSet()
445 … thread, mapFuncPrototype, ContainersTreeMap::TreeMapConstructor, "TreeMap", FuncLength::ZERO)); in InitializeTreeMap()
473 CreateGetter(thread, ContainersTreeMap::GetLength, "length", FuncLength::ZERO); in InitializeTreeMap()
492 …FrozenFunction(thread, mapIteratorPrototype, "next", JSAPITreeMapIterator::Next, FuncLength::ZERO); in InitializeTreeMapIterator()
510 … thread, setFuncPrototype, ContainersTreeSet::TreeSetConstructor, "TreeSet", FuncLength::ZERO)); in InitializeTreeSet()
538 CreateGetter(thread, ContainersTreeSet::GetLength, "length", FuncLength::ZERO); in InitializeTreeSet()
557 …FrozenFunction(thread, setIteratorPrototype, "next", JSAPITreeSetIterator::Next, FuncLength::ZERO); in InitializeTreeSetIterator()
575 "PlainArray", FuncLength::ZERO)); in InitializePlainArray()
592 FuncLength::ZERO); in InitializePlainArray()
630 thread, stackFuncPrototype, ContainersStack::StackConstructor, "Stack", FuncLength::ZERO)); in InitializeStack()
648 …Value> lengthGetter = CreateGetter(thread, ContainersStack::GetLength, "length", FuncLength::ZERO); in InitializeStack()
683 thread, prototype, ContainersVector::VectorConstructor, "Vector", FuncLength::ZERO)); in InitializeVector()
695 …tFrozenFunction(thread, prototype, "getCapacity", ContainersVector::GetCapacity, FuncLength::ZERO); in InitializeVector()
700 SetFrozenFunction(thread, prototype, "isEmpty", ContainersVector::IsEmpty, FuncLength::ZERO); in InitializeVector()
701 …nFunction(thread, prototype, "getLastElement", ContainersVector::GetLastElement, FuncLength::ZERO); in InitializeVector()
709 SetFrozenFunction(thread, prototype, "toString", ContainersVector::ToString, FuncLength::ZERO); in InitializeVector()
715 SetFrozenFunction(thread, prototype, "sort", ContainersVector::Sort, FuncLength::ZERO); in InitializeVector()
716 SetFrozenFunction(thread, prototype, "clear", ContainersVector::Clear, FuncLength::ZERO); in InitializeVector()
717 SetFrozenFunction(thread, prototype, "clone", ContainersVector::Clone, FuncLength::ZERO); in InitializeVector()
719 …nFunction(thread, prototype, "convertToArray", ContainersVector::ConvertToArray, FuncLength::ZERO); in InitializeVector()
720 …unction(thread, prototype, "getFirstElement", ContainersVector::GetFirstElement, FuncLength::ZERO); in InitializeVector()
722 ContainersVector::TrimToCurrentLength, FuncLength::ZERO); in InitializeVector()
727 …dValue> lengthGetter = CreateGetter(thread, ContainersVector::GetSize, "length", FuncLength::ZERO); in InitializeVector()
793 thread, queueFuncPrototype, ContainersQueue::QueueConstructor, "Queue", FuncLength::ZERO)); in InitializeQueue()
811 …edValue> lengthGetter = CreateGetter(thread, ContainersQueue::GetSize, "length", FuncLength::ZERO); in InitializeQueue()
848 thread, dequeFuncPrototype, ContainersDeque::DequeConstructor, "Deque", FuncLength::ZERO)); in InitializeDeque()
866 …edValue> lengthGetter = CreateGetter(thread, ContainersDeque::GetSize, "length", FuncLength::ZERO); in InitializeDeque()
899 thread, listFuncPrototype, ContainersList::ListConstructor, "List", FuncLength::ZERO)); in InitializeList()
913 …ggedValue> lengthGetter = CreateGetter(thread, ContainersList::Length, "length", FuncLength::ZERO); in InitializeList()
935 …edListFuncPrototype, ContainersLinkedList::LinkedListConstructor, "LinkedList", FuncLength::ZERO)); in InitializeLinkedList()
950 FuncLength::ZERO); in InitializeLinkedList()
1000 …thread, hashMapFuncPrototype, ContainersHashMap::HashMapConstructor, "HashMap", FuncLength::ZERO)); in InitializeHashMap()
1023 CreateGetter(thread, ContainersHashMap::GetLength, "length", FuncLength::ZERO); in InitializeHashMap()
1040 …enFunction(thread, hashMapIteratorPrototype, "next", JSAPIHashMapIterator::Next, FuncLength::ZERO); in InitializeHashMapIterator()
1059 …thread, hashSetFuncPrototype, ContainersHashSet::HashSetConstructor, "HashSet", FuncLength::ZERO)); in InitializeHashSet()
1082 CreateGetter(thread, ContainersHashSet::GetLength, "length", FuncLength::ZERO); in InitializeHashSet()
1100 …enFunction(thread, hashSetIteratorPrototype, "next", JSAPIHashSetIterator::Next, FuncLength::ZERO); in InitializeHashSetIterator()