Lines Matching defs:result
72 … auto result = TestCommon::CreateContainerTaggedValue(thread, containers::ContainerTag::ArrayList); in CreateArrayList() local
84 …auto result = TestCommon::CreateContainerTaggedValue(thread, containers::ContainerTag::PlainArray); in CreatePlainArray() local
98 … auto result = TestCommon::CreateContainerTaggedValue(thread, containers::ContainerTag::Deque); in CreateJSApiDeque() local
109 … auto result = TestCommon::CreateContainerTaggedValue(thread, containers::ContainerTag::HashMap); in CreateHashMap() local
121 … auto result = TestCommon::CreateContainerTaggedValue(thread, containers::ContainerTag::HashSet); in CreateHashSet() local
133 …auto result = TestCommon::CreateContainerTaggedValue(thread, containers::ContainerTag::LightWeight… in CreateLightWeightMap() local
150 …auto result = TestCommon::CreateContainerTaggedValue(thread, containers::ContainerTag::LightWeight… in CreateLightWeightSet() local
165 …auto result = TestCommon::CreateContainerTaggedValue(thread, containers::ContainerTag::LinkedList); in CreateLinkedList() local
178 … auto result = TestCommon::CreateContainerTaggedValue(thread, containers::ContainerTag::List); in CreateList() local
189 … auto result = TestCommon::CreateContainerTaggedValue(thread, containers::ContainerTag::Queue); in CreateQueue() local
203 … auto result = TestCommon::CreateContainerTaggedValue(thread, containers::ContainerTag::Stack); in CreateJSApiStack() local
214 … auto result = TestCommon::CreateContainerTaggedValue(thread, containers::ContainerTag::TreeMap); in CreateTreeMap() local