Lines Matching full:one
293 SetFrozenFunction(thread, prototype, "add", ContainersArrayList::Add, FuncLength::ONE); in InitializeArrayList()
297 SetFrozenFunction(thread, prototype, "has", ContainersArrayList::Has, FuncLength::ONE); in InitializeArrayList()
300 ContainersArrayList::IncreaseCapacityTo, FuncLength::ONE); in InitializeArrayList()
303 …tFrozenFunction(thread, prototype, "getIndexOf", ContainersArrayList::GetIndexOf, FuncLength::ONE); in InitializeArrayList()
305 …unction(thread, prototype, "getLastIndexOf", ContainersArrayList::GetLastIndexOf, FuncLength::ONE); in InitializeArrayList()
306 …nFunction(thread, prototype, "removeByIndex", ContainersArrayList::RemoveByIndex, FuncLength::ONE); in InitializeArrayList()
307 SetFrozenFunction(thread, prototype, "remove", ContainersArrayList::Remove, FuncLength::ONE); in InitializeArrayList()
311 SetFrozenFunction(thread, prototype, "sort", ContainersArrayList::Sort, FuncLength::ONE); in InitializeArrayList()
326 ContainersArrayList::GetIteratorObj, FuncLength::ONE); in InitializeArrayList()
342 …unction(thread, arrayListIteratorPrototype, "next", JSAPIArrayListIterator::Next, FuncLength::ONE); in InitializeArrayListIterator()
367 …FrozenFunction(thread, funcPrototype, "hasAll", ContainersLightWeightMap::HasAll, FuncLength::ONE); in InitializeLightWeightMap()
368 …FrozenFunction(thread, funcPrototype, "hasKey", ContainersLightWeightMap::HasKey, FuncLength::ONE); in InitializeLightWeightMap()
369 …enFunction(thread, funcPrototype, "hasValue", ContainersLightWeightMap::HasValue, FuncLength::ONE); in InitializeLightWeightMap()
371 FuncLength::ONE); in InitializeLightWeightMap()
372 …ozenFunction(thread, funcPrototype, "entries", ContainersLightWeightMap::Entries, FuncLength::ONE); in InitializeLightWeightMap()
373 SetFrozenFunction(thread, funcPrototype, "get", ContainersLightWeightMap::Get, FuncLength::ONE); in InitializeLightWeightMap()
374 …(thread, funcPrototype, "getIndexOfKey", ContainersLightWeightMap::GetIndexOfKey, FuncLength::ONE); in InitializeLightWeightMap()
376 FuncLength::ONE); in InitializeLightWeightMap()
377 …ozenFunction(thread, funcPrototype, "isEmpty", ContainersLightWeightMap::IsEmpty, FuncLength::ONE); in InitializeLightWeightMap()
378 …enFunction(thread, funcPrototype, "getKeyAt", ContainersLightWeightMap::GetKeyAt, FuncLength::ONE); in InitializeLightWeightMap()
379 … SetFrozenFunction(thread, funcPrototype, "keys", ContainersLightWeightMap::Keys, FuncLength::ONE); in InitializeLightWeightMap()
380 …FrozenFunction(thread, funcPrototype, "setAll", ContainersLightWeightMap::SetAll, FuncLength::ONE); in InitializeLightWeightMap()
381 SetFrozenFunction(thread, funcPrototype, "set", ContainersLightWeightMap::Set, FuncLength::ONE); in InitializeLightWeightMap()
382 …FrozenFunction(thread, funcPrototype, "remove", ContainersLightWeightMap::Remove, FuncLength::ONE); in InitializeLightWeightMap()
383 …enFunction(thread, funcPrototype, "removeAt", ContainersLightWeightMap::RemoveAt, FuncLength::ONE); in InitializeLightWeightMap()
384 …etFrozenFunction(thread, funcPrototype, "clear", ContainersLightWeightMap::Clear, FuncLength::ONE); in InitializeLightWeightMap()
385 …nction(thread, funcPrototype, "setValueAt", ContainersLightWeightMap::SetValueAt, FuncLength::ONE); in InitializeLightWeightMap()
386 …rozenFunction(thread, funcPrototype, "forEach", ContainersLightWeightMap::ForEach, FuncLength::ONE, in InitializeLightWeightMap()
388 …enFunction(thread, funcPrototype, "toString", ContainersLightWeightMap::ToString, FuncLength::ONE); in InitializeLightWeightMap()
389 …nction(thread, funcPrototype, "getValueAt", ContainersLightWeightMap::GetValueAt, FuncLength::ONE); in InitializeLightWeightMap()
390 …FrozenFunction(thread, funcPrototype, "values", ContainersLightWeightMap::Values, FuncLength::ONE); in InitializeLightWeightMap()
399 ContainersLightWeightMap::Entries, FuncLength::ONE); in InitializeLightWeightMap()
413 FuncLength::ONE); in InitializeLightWeightMapIterator()
438 SetFrozenFunction(thread, funcPrototype, "add", ContainersLightWeightSet::Add, FuncLength::ONE); in InitializeLightWeightSet()
439 …FrozenFunction(thread, funcPrototype, "addAll", ContainersLightWeightSet::AddAll, FuncLength::ONE); in InitializeLightWeightSet()
440 …ozenFunction(thread, funcPrototype, "isEmpty", ContainersLightWeightSet::IsEmpty, FuncLength::ONE); in InitializeLightWeightSet()
441 …nction(thread, funcPrototype, "getValueAt", ContainersLightWeightSet::GetValueAt, FuncLength::ONE); in InitializeLightWeightSet()
442 …FrozenFunction(thread, funcPrototype, "hasAll", ContainersLightWeightSet::HasAll, FuncLength::ONE); in InitializeLightWeightSet()
443 SetFrozenFunction(thread, funcPrototype, "has", ContainersLightWeightSet::Has, FuncLength::ONE); in InitializeLightWeightSet()
444 …etFrozenFunction(thread, funcPrototype, "equal", ContainersLightWeightSet::Equal, FuncLength::ONE); in InitializeLightWeightSet()
446 ContainersLightWeightSet::IncreaseCapacityTo, FuncLength::ONE); in InitializeLightWeightSet()
447 …rozenFunction(thread, funcPrototype, "forEach", ContainersLightWeightSet::ForEach, FuncLength::ONE, in InitializeLightWeightSet()
449 …nction(thread, funcPrototype, "getIndexOf", ContainersLightWeightSet::GetIndexOf, FuncLength::ONE); in InitializeLightWeightSet()
452 …etFrozenFunction(thread, funcPrototype, "clear", ContainersLightWeightSet::Clear, FuncLength::ONE); in InitializeLightWeightSet()
454 …ozenFunction(thread, funcPrototype, "toArray", ContainersLightWeightSet::ToArray, FuncLength::ONE); in InitializeLightWeightSet()
455 …FrozenFunction(thread, funcPrototype, "values", ContainersLightWeightSet::Values, FuncLength::ONE); in InitializeLightWeightSet()
464 ContainersLightWeightSet::GetIteratorObj, FuncLength::ONE); in InitializeLightWeightSet()
479 …read, lightWeightSetIteratorPrototype, "next", JSAPILightWeightSetIterator::Next, FuncLength::ONE); in InitializeLightWeightSetIterator()
506 SetFrozenFunction(thread, mapFuncPrototype, "get", ContainersTreeMap::Get, FuncLength::ONE); in InitializeTreeMap()
507 … SetFrozenFunction(thread, mapFuncPrototype, "remove", ContainersTreeMap::Remove, FuncLength::ONE); in InitializeTreeMap()
508 … SetFrozenFunction(thread, mapFuncPrototype, "hasKey", ContainersTreeMap::HasKey, FuncLength::ONE); in InitializeTreeMap()
509 …FrozenFunction(thread, mapFuncPrototype, "hasValue", ContainersTreeMap::HasValue, FuncLength::ONE); in InitializeTreeMap()
512 … SetFrozenFunction(thread, mapFuncPrototype, "setAll", ContainersTreeMap::SetAll, FuncLength::ONE); in InitializeTreeMap()
514 …Function(thread, mapFuncPrototype, "getLowerKey", ContainersTreeMap::GetLowerKey, FuncLength::ONE); in InitializeTreeMap()
515 …nction(thread, mapFuncPrototype, "getHigherKey", ContainersTreeMap::GetHigherKey, FuncLength::ONE); in InitializeTreeMap()
519 …etFrozenFunction(thread, mapFuncPrototype, "forEach", ContainersTreeMap::ForEach, FuncLength::ONE); in InitializeTreeMap()
581 … SetFrozenFunction(thread, setFuncPrototype, "remove", ContainersTreeSet::Remove, FuncLength::ONE); in InitializeTreeSet()
582 SetFrozenFunction(thread, setFuncPrototype, "has", ContainersTreeSet::Has, FuncLength::ONE); in InitializeTreeSet()
586 …tion(thread, setFuncPrototype, "getLowerValue", ContainersTreeSet::GetLowerValue, FuncLength::ONE); in InitializeTreeSet()
587 …on(thread, setFuncPrototype, "getHigherValue", ContainersTreeSet::GetHigherValue, FuncLength::ONE); in InitializeTreeSet()
592 …etFrozenFunction(thread, setFuncPrototype, "forEach", ContainersTreeSet::ForEach, FuncLength::ONE); in InitializeTreeSet()
653 …FrozenFunction(thread, plainArrayFuncPrototype, "add", ContainersPlainArray::Add, FuncLength::ONE); in InitializePlainArray()
654 …enFunction(thread, plainArrayFuncPrototype, "clear", ContainersPlainArray::Clear, FuncLength::ONE); in InitializePlainArray()
655 …enFunction(thread, plainArrayFuncPrototype, "clone", ContainersPlainArray::Clone, FuncLength::ONE); in InitializePlainArray()
656 …FrozenFunction(thread, plainArrayFuncPrototype, "has", ContainersPlainArray::Has, FuncLength::ONE); in InitializePlainArray()
657 …FrozenFunction(thread, plainArrayFuncPrototype, "get", ContainersPlainArray::Get, FuncLength::ONE); in InitializePlainArray()
658 …unction(thread, plainArrayFuncPrototype, "forEach", ContainersPlainArray::ForEach, FuncLength::ONE, in InitializePlainArray()
686 ContainersPlainArray::GetIteratorObj, FuncLength::ONE); in InitializePlainArray()
700 …ction(thread, plainarrayIteratorPrototype, "next", JSAPIPlainArrayIterator::Next, FuncLength::ONE); in InitializePlainArrayIterator()
726 SetFrozenFunction(thread, stackFuncPrototype, "push", ContainersStack::Push, FuncLength::ONE); in InitializeStack()
728 …etFrozenFunction(thread, stackFuncPrototype, "isEmpty", ContainersStack::IsEmpty, FuncLength::ONE); in InitializeStack()
730 SetFrozenFunction(thread, stackFuncPrototype, "peek", ContainersStack::Peek, FuncLength::ONE); in InitializeStack()
732 SetFrozenFunction(thread, stackFuncPrototype, "pop", ContainersStack::Pop, FuncLength::ONE); in InitializeStack()
734 … SetFrozenFunction(thread, stackFuncPrototype, "locate", ContainersStack::Locate, FuncLength::ONE); in InitializeStack()
736 …SetFrozenFunction(thread, stackFuncPrototype, "forEach", ContainersStack::ForEach, FuncLength::ONE, in InitializeStack()
746 ContainersStack::Iterator, FuncLength::ONE); in InitializeStack()
760 …tFrozenFunction(thread, stackIteratorPrototype, "next", JSAPIStackIterator::Next, FuncLength::ONE); in InitializeStackIterator()
784 SetFrozenFunction(thread, prototype, "add", ContainersVector::Add, FuncLength::ONE); in InitializeVector()
786 SetFrozenFunction(thread, prototype, "setLength", ContainersVector::SetLength, FuncLength::ONE); in InitializeVector()
788 …on(thread, prototype, "increaseCapacityTo", ContainersVector::IncreaseCapacityTo, FuncLength::ONE); in InitializeVector()
789 SetFrozenFunction(thread, prototype, "get", ContainersVector::Get, FuncLength::ONE); in InitializeVector()
790 … SetFrozenFunction(thread, prototype, "getIndexOf", ContainersVector::GetIndexOf, FuncLength::ONE); in InitializeVector()
794 …enFunction(thread, prototype, "getLastIndexOf", ContainersVector::GetLastIndexOf, FuncLength::ONE); in InitializeVector()
796 SetFrozenFunction(thread, prototype, "remove", ContainersVector::Remove, FuncLength::ONE); in InitializeVector()
797 …ozenFunction(thread, prototype, "removeByIndex", ContainersVector::RemoveByIndex, FuncLength::ONE); in InitializeVector()
806 SetFrozenFunction(thread, prototype, "has", ContainersVector::Has, FuncLength::ONE); in InitializeVector()
810 …etFrozenFunction(thread, prototype, "copyToArray", ContainersVector::CopyToArray, FuncLength::ONE); in InitializeVector()
824 ContainersVector::GetIteratorObj, FuncLength::ONE); in InitializeVector()
840 …rozenFunction(thread, vectorIteratorPrototype, "next", JSAPIVectorIterator::Next, FuncLength::ONE); in InitializeVectorIterator()
865 SetFrozenFunction(thread, queueFuncPrototype, "add", ContainersQueue::Add, FuncLength::ONE); in InitializeQueue()
879 ContainersQueue::GetIteratorObj, FuncLength::ONE); in InitializeQueue()
894 …tFrozenFunction(thread, queueIteratorPrototype, "next", JSAPIQueueIterator::Next, FuncLength::ONE); in InitializeQueueIterator()
918 …Function(thread, dequeFuncPrototype, "insertFront", ContainersDeque::InsertFront, FuncLength::ONE); in InitializeDeque()
919 …ozenFunction(thread, dequeFuncPrototype, "insertEnd", ContainersDeque::InsertEnd, FuncLength::ONE); in InitializeDeque()
922 SetFrozenFunction(thread, dequeFuncPrototype, "has", ContainersDeque::Has, FuncLength::ONE); in InitializeDeque()
936 ContainersDeque::GetIteratorObj, FuncLength::ONE); in InitializeDeque()
950 …tFrozenFunction(thread, dequeIteratorPrototype, "next", JSAPIDequeIterator::Next, FuncLength::ONE); in InitializeDequeIterator()
970 SetFrozenFunction(thread, listFuncPrototype, "add", ContainersList::Add, FuncLength::ONE); in InitializeList()
971 …etFrozenFunction(thread, listFuncPrototype, "getFirst", ContainersList::GetFirst, FuncLength::ONE); in InitializeList()
972 … SetFrozenFunction(thread, listFuncPrototype, "getLast", ContainersList::GetLast, FuncLength::ONE); in InitializeList()
973 SetFrozenFunction(thread, listFuncPrototype, "insert", ContainersList::Insert, FuncLength::ONE); in InitializeList()
974 SetFrozenFunction(thread, listFuncPrototype, "clear", ContainersList::Clear, FuncLength::ONE); in InitializeList()
975 …nction(thread, listFuncPrototype, "removeByIndex", ContainersList::RemoveByIndex, FuncLength::ONE); in InitializeList()
976 SetFrozenFunction(thread, listFuncPrototype, "remove", ContainersList::Remove, FuncLength::ONE); in InitializeList()
977 SetFrozenFunction(thread, listFuncPrototype, "has", ContainersList::Has, FuncLength::ONE); in InitializeList()
978 … SetFrozenFunction(thread, listFuncPrototype, "isEmpty", ContainersList::IsEmpty, FuncLength::ONE); in InitializeList()
979 SetFrozenFunction(thread, listFuncPrototype, "get", ContainersList::Get, FuncLength::ONE); in InitializeList()
980 …ozenFunction(thread, listFuncPrototype, "getIndexOf", ContainersList::GetIndexOf, FuncLength::ONE); in InitializeList()
981 …tion(thread, listFuncPrototype, "getLastIndexOf", ContainersList::GetLastIndexOf, FuncLength::ONE); in InitializeList()
982 SetFrozenFunction(thread, listFuncPrototype, "set", ContainersList::Set, FuncLength::ONE); in InitializeList()
983 … SetFrozenFunction(thread, listFuncPrototype, "forEach", ContainersList::ForEach, FuncLength::ONE, in InitializeList()
986 FuncLength::ONE); in InitializeList()
987 SetFrozenFunction(thread, listFuncPrototype, "equal", ContainersList::Equal, FuncLength::ONE); in InitializeList()
988 SetFrozenFunction(thread, listFuncPrototype, "sort", ContainersList::Sort, FuncLength::ONE); in InitializeList()
989 …tion(thread, listFuncPrototype, "convertToArray", ContainersList::ConvertToArray, FuncLength::ONE); in InitializeList()
990 …ozenFunction(thread, listFuncPrototype, "getSubList", ContainersList::GetSubList, FuncLength::ONE); in InitializeList()
998 ContainersList::GetIteratorObj, FuncLength::ONE); in InitializeList()
1021 …FrozenFunction(thread, linkedListFuncPrototype, "add", ContainersLinkedList::Add, FuncLength::ONE); in InitializeLinkedList()
1022 …Function(thread, linkedListFuncPrototype, "insert", ContainersLinkedList::Insert, FuncLength::ONE); in InitializeLinkedList()
1023 …enFunction(thread, linkedListFuncPrototype, "clear", ContainersLinkedList::Clear, FuncLength::ONE); in InitializeLinkedList()
1024 …enFunction(thread, linkedListFuncPrototype, "clone", ContainersLinkedList::Clone, FuncLength::ONE); in InitializeLinkedList()
1026 FuncLength::ONE); in InitializeLinkedList()
1027 …(thread, linkedListFuncPrototype, "removeLast", ContainersLinkedList::RemoveLast, FuncLength::ONE); in InitializeLinkedList()
1029 FuncLength::ONE); in InitializeLinkedList()
1031 FuncLength::ONE); in InitializeLinkedList()
1032 …Function(thread, linkedListFuncPrototype, "remove", ContainersLinkedList::Remove, FuncLength::ONE); in InitializeLinkedList()
1034 FuncLength::ONE); in InitializeLinkedList()
1035 …FrozenFunction(thread, linkedListFuncPrototype, "has", ContainersLinkedList::Has, FuncLength::ONE); in InitializeLinkedList()
1036 …FrozenFunction(thread, linkedListFuncPrototype, "get", ContainersLinkedList::Get, FuncLength::ONE); in InitializeLinkedList()
1037 …tion(thread, linkedListFuncPrototype, "addFirst", ContainersLinkedList::AddFirst, FuncLength::ONE); in InitializeLinkedList()
1038 …tion(thread, linkedListFuncPrototype, "getFirst", ContainersLinkedList::GetFirst, FuncLength::ONE); in InitializeLinkedList()
1039 …nction(thread, linkedListFuncPrototype, "getLast", ContainersLinkedList::GetLast, FuncLength::ONE); in InitializeLinkedList()
1040 …(thread, linkedListFuncPrototype, "getIndexOf", ContainersLinkedList::GetIndexOf, FuncLength::ONE); in InitializeLinkedList()
1042 FuncLength::ONE); in InitializeLinkedList()
1044 FuncLength::ONE); in InitializeLinkedList()
1045 …FrozenFunction(thread, linkedListFuncPrototype, "set", ContainersLinkedList::Set, FuncLength::ONE); in InitializeLinkedList()
1046 …unction(thread, linkedListFuncPrototype, "forEach", ContainersLinkedList::ForEach, FuncLength::ONE, in InitializeLinkedList()
1056 ContainersLinkedList::GetIteratorObj, FuncLength::ONE); in InitializeLinkedList()
1070 …ozenFunction(thread, setIteratorPrototype, "next", JSAPILinkedListIterator::Next, FuncLength::ONE); in InitializeLinkedListIterator()
1083 … SetFrozenFunction(thread, setIteratorPrototype, "next", JSAPIListIterator::Next, FuncLength::ONE); in InitializeListIterator()
1109 …FrozenFunction(thread, hashMapFuncPrototype, "setAll", ContainersHashMap::SetAll, FuncLength::ONE); in InitializeHashMap()
1113 …FrozenFunction(thread, hashMapFuncPrototype, "remove", ContainersHashMap::Remove, FuncLength::ONE); in InitializeHashMap()
1117 SetFrozenFunction(thread, hashMapFuncPrototype, "get", ContainersHashMap::Get, FuncLength::ONE); in InitializeHashMap()
1122 …FrozenFunction(thread, hashMapFuncPrototype, "hasKey", ContainersHashMap::HasKey, FuncLength::ONE); in InitializeHashMap()
1124 …enFunction(thread, hashMapFuncPrototype, "hasValue", ContainersHashMap::HasValue, FuncLength::ONE); in InitializeHashMap()
1189 SetFrozenFunction(thread, hashSetFuncPrototype, "has", ContainersHashSet::Has, FuncLength::ONE); in InitializeHashSet()
1190 SetFrozenFunction(thread, hashSetFuncPrototype, "add", ContainersHashSet::Add, FuncLength::ONE); in InitializeHashSet()
1191 SetFrozenFunction(thread, hashSetFuncPrototype, "has", ContainersHashSet::Has, FuncLength::ONE); in InitializeHashSet()
1192 …FrozenFunction(thread, hashSetFuncPrototype, "remove", ContainersHashSet::Remove, FuncLength::ONE); in InitializeHashSet()