Lines Matching refs:containers
17 #include "ecmascript/containers/containers_private.h"
72 auto result = TestCommon::CreateContainerTaggedValue(thread, containers::ContainerTag::ArrayList);
84 auto result = TestCommon::CreateContainerTaggedValue(thread, containers::ContainerTag::PlainArray);
98 auto result = TestCommon::CreateContainerTaggedValue(thread, containers::ContainerTag::Deque);
109 auto result = TestCommon::CreateContainerTaggedValue(thread, containers::ContainerTag::HashMap);
121 auto result = TestCommon::CreateContainerTaggedValue(thread, containers::ContainerTag::HashSet);
133 auto result = TestCommon::CreateContainerTaggedValue(thread, containers::ContainerTag::LightWeightMap);
150 auto result = TestCommon::CreateContainerTaggedValue(thread, containers::ContainerTag::LightWeightSet);
165 auto result = TestCommon::CreateContainerTaggedValue(thread, containers::ContainerTag::LinkedList);
178 auto result = TestCommon::CreateContainerTaggedValue(thread, containers::ContainerTag::List);
189 auto result = TestCommon::CreateContainerTaggedValue(thread, containers::ContainerTag::Queue);
203 auto result = TestCommon::CreateContainerTaggedValue(thread, containers::ContainerTag::Stack);
214 auto result = TestCommon::CreateContainerTaggedValue(thread, containers::ContainerTag::TreeMap);