Home
last modified time | relevance | path

Searched defs:keyArray (Results 1 - 25 of 40) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_api_deque_test.cpp231 JSHandle<TaggedArray> keyArray = JSAPIDeque::OwnKeys(thread, toor); in HWTEST_F_L0() local
H A Djs_api_linked_list_test.cpp297 JSHandle<TaggedArray> keyArray = JSAPILinkedList::OwnKeys(thread, linkedList); in HWTEST_F_L0() local
H A Djs_set_test.cpp75 char keyArray[] = "key0"; in HWTEST_F_L0() local
H A Djs_api_list_test.cpp265 JSHandle<TaggedArray> keyArray = JSAPIList::OwnKeys(thread, list); in HWTEST_F_L0() local
H A Djs_map_test.cpp76 char keyArray[] = "key0"; in HWTEST_F_L0() local
H A Dlinked_hash_table_test.cpp64 char keyArray[] = "hello"; in HWTEST_F_L0() local
105 char keyArray[] = "hello"; in HWTEST_F_L0() local
141 char keyArray[7] = "hello"; in HWTEST_F_L0() local
173 char keyArray[7] = "hello"; HWTEST_F_L0() local
204 char keyArray[7] = "hello"; HWTEST_F_L0() local
237 char keyArray[7] = "hello"; HWTEST_F_L0() local
[all...]
H A Dlayout_info_test.cpp121 JSHandle<TaggedArray> keyArray = factory->NewTaggedArray(infoLength); in GetAllKeysCommon() local
H A Djs_api_stack_test.cpp291 JSHandle<TaggedArray> keyArray = JSAPIStack::OwnKeys(thread, toor); in HWTEST_F_L0() local
H A Djs_function_test.cpp118 char keyArray[] = "invoked"; in HWTEST_F_L0() local
H A Djs_api_vector_test.cpp442 JSHandle<TaggedArray> keyArray = JSAPIVector::OwnKeys(thread, toor); in HWTEST_F_L0() local
H A Dglobal_dictionary_test.cpp214 JSHandle<TaggedArray> keyArray = factory->NewTaggedArray(arraySize); in HWTEST_F_L0() local
262 JSHandle<TaggedArray> keyArray = factory->NewTaggedArray(arraySize); in HWTEST_F_L0() local
[all...]
H A Decma_container_common.h88 JSHandle<JSTaggedValue> keyArray = JSHandle<JSTaggedValue>(factory->NewTaggedArray(g_defaultSize)); in CreatePlainArray() local
138 JSHandle<JSTaggedValue> keyArray = JSHandle<JSTaggedValue>(factory->NewTaggedArray(g_defaultSize)); in CreateLightWeightMap() local
H A Dtagged_dictionary_test.cpp67 char keyArray[] = "hello"; in HWTEST_F_L0() local
111 char keyArray[7] = "hello"; in HWTEST_F_L0() local
142 uint8_t keyArray[7] = "hello"; in HWTEST_F_L0() local
[all...]
/arkcompiler/ets_runtime/ecmascript/js_api/
H A Djs_api_lightweightmap.h26 JSHandle<TaggedArray> keyArray; member
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefisplainarray_fuzzer/
H A Djsvaluerefisplainarray_fuzzer.cpp144 JSHandle<JSTaggedValue> keyArray = JSHandle<JSTaggedValue>(factory->NewTaggedArray(nodeNumbers)); in JSValueRefIsPlainArrayFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltin_test_util.h142 JSHandle<TaggedArray> keyArray = factory->NewTaggedArray(6); // 6 : 6 length in DateTimeGlobalSet() local
171 JSHandle<TaggedArray> keyArray = DateTimeGlobalSet(thread); in BuiltinsDateTimeOptionsSet() local
[all...]
H A Dbuiltins_date_time_format_second_test.cpp182 JSHandle<TaggedArray> keyArray = BuiltTestUtil::DateTimeGlobalSet(thread); in JSDateTimeFormatForObj_001() local
273 JSHandle<TaggedArray> keyArray = factory->NewTaggedArray(6); // 6 : 6 length in JSDateTimeFormatForObj_002() local
[all...]
H A Dbuiltins_map_test.cpp193 char keyArray[] = "key0"; in HWTEST_F_L0() local
221 char keyArray[] = "key0"; in HWTEST_F_L0() local
H A Dbuiltins_set_test.cpp194 char keyArray[] = "key0"; in HWTEST_F_L0() local
232 char keyArray[] = "key0"; in HWTEST_F_L0() local
H A Dbuiltins_shared_set_test.cpp234 char keyArray[] = "key0"; in HWTEST_F_L0() local
272 char keyArray[] = "key0"; in HWTEST_F_L0() local
H A Dbuiltins_shared_map_test.cpp269 char keyArray[] = "key0"; in HWTEST_F_L0() local
297 char keyArray[] = "key0"; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
H A Dlayout_info.cpp31 void LayoutInfo::GetAllKeys(const JSThread *thread, int end, int offset, TaggedArray *keyArray, in GetAllKeys() argument
61 GetAllKeysByFilter(const JSThread *thread, uint32_t numberOfProps, uint32_t &keyArrayEffectivelength, TaggedArray *keyArray, const JSHandle<JSObject> object, uint32_t filter) GetAllKeysByFilter() argument
136 GetAllEnumKeys(JSThread *thread, int end, int offset, JSHandle<TaggedArray> keyArray, uint32_t *keys, JSHandle<TaggedQueue> shadowQueue, const JSHandle<JSObject> object, int32_t lastLength) GetAllEnumKeys() argument
167 GetAllEnumKeys(JSThread *thread, int end, int offset, JSHandle<TaggedArray> keyArray, uint32_t *keys, const JSHandle<JSObject> object) GetAllEnumKeys() argument
[all...]
H A Dproperty_accessor.cpp202 JSHandle<TaggedArray> keyArray = factory->NewTaggedArray(arraySize); in GetKeysFast() local
277 JSHandle<TaggedArray> keyArray in MergeRemainings() local
[all...]
H A Dglobal_dictionary-inl.h177 void GlobalDictionary::GetEnumAllKeys(const JSThread *thread, int offset, TaggedArray *keyArray, in GetEnumAllKeys() argument
124 GetAllKeysByFilter(const JSThread *thread, uint32_t &keyArrayEffectivelength, TaggedArray *keyArray, uint32_t filter) const GetAllKeysByFilter() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/containers/
H A Dcontainers_lightweightmap.cpp44 JSHandle<TaggedArray> keyArray = factory->NewTaggedArray(JSAPILightWeightMap::DEFAULT_CAPACITY_LENGTH); in LightWeightMapConstructor() local

Completed in 14 milliseconds

12