Home
last modified time | relevance | path

Searched defs:keys (Results 1 - 25 of 39) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_shared_array_test.cpp108 std::vector<JSHandle<JSTaggedValue>> keys; in HWTEST_F_L0() local
H A Dlayout_info_test.cpp140 uint32_t keys = 0; in GetAllKeysCommon() local
H A Dglobal_dictionary_test.cpp259 uint32_t keys = 0; in HWTEST_F_L0() local
H A Djs_api_bitvector_test.cpp480 JSHandle<TaggedArray> keys = JSAPIBitVector::OwnKeys(thread, bitVector); in HWTEST_F_L0() local
H A Djs_api_lightweightmap_test.cpp69 JSHandle<JSAPILightWeightMap> RemoveCommon(std::vector<JSHandle<JSTaggedValue>>& keys, in RemoveCommon() argument
H A Djs_api_arraylist_test.cpp583 JSHandle<TaggedArray> keys = JSAPIArrayList::OwnKeys(thread, arrayList); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/verification/config/handlers/
H A Dconfig_handler_options.cpp45 PandaString keys; in GetKeys() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dcontainers_lightweightmap_stub_builder.h39 GateRef keys = Load(VariableType::JS_POINTER(), obj, keysOffset); in GetKey() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_proxy_test.cpp96 JSHandle<TaggedArray> keys = JSObject::GetOwnPropertyKeys(thread, resultHandle); in HWTEST_F_L0() local
H A Dbuiltins_array_test.cpp237 std::vector<JSHandle<JSTaggedValue>> keys; in DefineOwnPropertyCommonTest() local
250 std::vector<JSHandle<JSTaggedValue>> keys; in DefineOwnPropertyCommonTest() local
259 CheckKeyValueCommon(JSThread* thread, JSHandle<JSObject>& valueHandle, PropertyDescriptor& descRes, std::vector<JSHandle<JSTaggedValue>>& keys, std::vector<int32_t>& vals) CheckKeyValueCommon() argument
278 auto keys = DefineOwnPropertyCommonTest(thread, obj, descVals); HWTEST_F_L0() local
380 auto keys = DefineOwnPropertyCommonTest(thread, obj, descVals); HWTEST_F_L0() local
418 auto keys = DefineOwnPropertyCommonTest(thread, obj, descVals); HWTEST_F_L0() local
451 auto keys = DefineOwnPropertyCommonTest(thread, obj, descVals); HWTEST_F_L0() local
482 auto keys = DefineOwnPropertyCommonTest(thread, obj, descVals); HWTEST_F_L0() local
516 auto keys = DefineOwnPropertyCommonTest(thread, obj, descVals); HWTEST_F_L0() local
547 auto keys = DefineOwnPropertyCommonTest(thread, obj, descVals); HWTEST_F_L0() local
583 auto keys = DefineOwnPropertyCommonTest(thread, obj, descVals); HWTEST_F_L0() local
613 auto keys = DefineOwnPropertyCommonTest(thread, obj, descVals); HWTEST_F_L0() local
647 auto keys = DefineOwnPropertyCommonTest(thread, obj, descVals); HWTEST_F_L0() local
719 auto keys = DefineOwnPropertyCommonTest(thread, obj, vals); HWTEST_F_L0() local
749 auto keys = DefineOwnPropertyCommonTest(thread, obj, descVals); HWTEST_F_L0() local
780 auto keys = DefineOwnPropertyCommonTest(thread, obj, descVals); HWTEST_F_L0() local
1068 auto keys = DefineOwnPropertyCommonTest(thread, obj, descVals); HWTEST_F_L0() local
1097 auto keys = DefineOwnPropertyCommonTest(thread, obj, descVals); HWTEST_F_L0() local
1122 auto keys = DefineOwnPropertyCommonTest(thread, obj, descVals); HWTEST_F_L0() local
1170 auto keys = DefineOwnPropertyCommonTest(thread, obj, descVals); HWTEST_F_L0() local
1196 auto keys = DefineOwnPropertyCommonTest(thread, obj, descVals); HWTEST_F_L0() local
1223 auto keys = DefineOwnPropertyCommonTest(thread, obj, descVals); HWTEST_F_L0() local
1253 auto keys = DefineOwnPropertyCommonTest(thread, obj, descVals); HWTEST_F_L0() local
1276 auto keys = DefineOwnPropertyCommonTest(thread, obj, descVals); HWTEST_F_L0() local
1299 auto keys = DefineOwnPropertyCommonTest(thread, obj, descVals); HWTEST_F_L0() local
1421 auto keys = DefineOwnPropertyCommonTest(thread, obj, descVals); HWTEST_F_L0() local
1455 auto keys = DefineOwnPropertyCommonTest(thread, obj, descVals); HWTEST_F_L0() local
1523 auto keys = DefineOwnPropertyCommonTest(thread, obj, descVals); HWTEST_F_L0() local
1555 auto keys = DefineOwnPropertyCommonTest(thread, obj, descVals); HWTEST_F_L0() local
1584 auto keys = DefineOwnPropertyCommonTest(thread, obj, descVals); HWTEST_F_L0() local
1619 auto keys = DefineOwnPropertyCommonTest(thread, obj, descVals); HWTEST_F_L0() local
1652 auto keys = DefineOwnPropertyCommonTest(thread, obj, descVals); HWTEST_F_L0() local
1681 auto keys = DefineOwnPropertyCommonTest(thread, obj, descVals); HWTEST_F_L0() local
[all...]
H A Dbuiltins_shared_array_test.cpp227 std::vector<JSHandle<JSTaggedValue>> keys; in SharedArrayDefineOwnPropertyTest() local
240 std::vector<JSHandle<JSTaggedValue>> keys; in SharedArrayDefineOwnPropertyTest() local
249 SharedArrayCheckKeyValueCommon(JSThread* thread, JSHandle<JSObject>& valueHandle, PropertyDescriptor& descRes, std::vector<JSHandle<JSTaggedValue>>& keys, std::vector<int32_t>& vals) SharedArrayCheckKeyValueCommon() argument
269 auto keys = SharedArrayDefineOwnPropertyTest(thread, obj, descVals); HWTEST_F_L0() local
314 auto keys = SharedArrayDefineOwnPropertyTest(thread, obj, descVals); HWTEST_F_L0() local
359 auto keys = SharedArrayDefineOwnPropertyTest(thread, obj, descVals); HWTEST_F_L0() local
395 auto keys = SharedArrayDefineOwnPropertyTest(thread, obj, descVals); HWTEST_F_L0() local
427 auto keys = SharedArrayDefineOwnPropertyTest(thread, obj, descVals); HWTEST_F_L0() local
465 auto keys = SharedArrayDefineOwnPropertyTest(thread, obj, descVals); HWTEST_F_L0() local
500 auto keys = SharedArrayDefineOwnPropertyTest(thread, obj, vals); HWTEST_F_L0() local
532 auto keys = SharedArrayDefineOwnPropertyTest(thread, obj, descVals); HWTEST_F_L0() local
565 auto keys = SharedArrayDefineOwnPropertyTest(thread, obj, descVals); HWTEST_F_L0() local
862 auto keys = SharedArrayDefineOwnPropertyTest(thread, obj, descVals); HWTEST_F_L0() local
889 auto keys = SharedArrayDefineOwnPropertyTest(thread, obj, descVals); HWTEST_F_L0() local
912 auto keys = SharedArrayDefineOwnPropertyTest(thread, obj, descVals); HWTEST_F_L0() local
983 auto keys = SharedArrayDefineOwnPropertyTest(thread, obj, descVals); HWTEST_F_L0() local
1017 auto keys = SharedArrayDefineOwnPropertyTest(thread, obj, descVals); HWTEST_F_L0() local
1041 auto keys = SharedArrayDefineOwnPropertyTest(thread, obj, descVals); HWTEST_F_L0() local
1065 auto keys = SharedArrayDefineOwnPropertyTest(thread, obj, descVals); HWTEST_F_L0() local
1111 auto keys = SharedArrayDefineOwnPropertyTest(thread, obj, descVals); HWTEST_F_L0() local
1148 auto keys = SharedArrayDefineOwnPropertyTest(thread, obj, descVals); HWTEST_F_L0() local
1188 auto keys = SharedArrayDefineOwnPropertyTest(thread, obj, descVals); HWTEST_F_L0() local
1349 auto keys = SharedArrayDefineOwnPropertyTest(thread, obj, descVals); HWTEST_F_L0() local
1371 auto keys = SharedArrayDefineOwnPropertyTest(thread, obj, descVals); HWTEST_F_L0() local
1449 auto keys = SharedArrayDefineOwnPropertyTest(thread, obj, descVals); HWTEST_F_L0() local
1486 auto keys = SharedArrayDefineOwnPropertyTest(thread, obj, descVals); HWTEST_F_L0() local
1566 auto keys = SharedArrayDefineOwnPropertyTest(thread, obj, descVals); HWTEST_F_L0() local
1620 auto keys = SharedArrayDefineOwnPropertyTest(thread, obj, descVals); HWTEST_F_L0() local
[all...]
/arkcompiler/ets_runtime/ecmascript/
H A Djs_for_in_iterator.cpp87 TaggedArray *keys = TaggedArray::Cast(taggedKeys.GetTaggedObject()); in NextInternal() local
H A Dlayout_info.cpp136 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
H A Dproperty_accessor.cpp164 void PropertyAccessor::AddKeysEndIfNeeded(JSHandle<TaggedArray> keys) in AddKeysEndIfNeeded() argument
H A Dbuiltin_entries.h160 std::vector<std::string> keys; variable
H A Dtagged_dictionary.cpp149 void NameDictionary::GetAllEnumKeys(JSThread *thread, int offset, JSHandle<TaggedArray> keyArray, uint32_t *keys, in GetAllEnumKeys() argument
347 GetAllEnumKeys(JSThread *thread, const JSHandle<NumberDictionary> &obj, int offset, const JSHandle<TaggedArray> &keyArray, uint32_t *keys, int32_t lastLength) GetAllEnumKeys() argument
H A Dtagged_list.cpp142 JSHandle<TaggedArray> keys = factory->NewTaggedArray(length); in OwnKeys() local
H A Ddump.cpp2037 TaggedArray *keys = TaggedArray::Cast(GetKeys().GetTaggedObject()); in Dump() local
2401 TaggedArray *keys = TaggedArray::Cast(GetHashes().GetTaggedObject()); in Dump() local
4524 TaggedArray *keys = TaggedArray::Cast(GetKeys().GetTaggedObject()); in DumpForSnapshot() local
5104 TaggedArray *keys = TaggedArray::Cast(GetKeys().GetTaggedObject()); in DumpForSnapshot() local
[all...]
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_reflect.cpp266 JSHandle<TaggedArray> keys = JSTaggedValue::GetOwnPropertyKeys(thread, target); in ReflectOwnKeys() local
H A Dbuiltins_object.cpp60 JSHandle<TaggedArray> keys = JSTaggedValue::GetOwnPropertyKeys(thread, JSHandle<JSTaggedValue>::Cast(from)); in AssignTaggedValue() local
117 JSHandle<TaggedArray> keys = JSTaggedValue::GetOwnPropertyKeys(thread, JSHandle<JSTaggedValue>::Cast(from)); in Assign() local
[all...]
/arkcompiler/ets_runtime/ecmascript/containers/
H A Dcontainers_plainarray.cpp41 JSHandle<TaggedArray> keys = in PlainArrayConstructor() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_third_tests.cpp957 Local<JSValueRef> keys[1100]; in HWTEST_F_L0() local
998 Local<JSValueRef> keys[] = { in HWTEST_F_L0() local
1016 Local<JSValueRef> keys[] = { in HWTEST_F_L0() local
1040 const char *keys[1100]; in HWTEST_F_L0() local
1080 const char *keys[] = { HWTEST_F_L0() local
1095 const char *keys[] = { HWTEST_F_L0() local
1154 Local<JSValueRef> keys[] = { HWTEST_F_L0() local
1178 Local<JSValueRef> keys[] = { HWTEST_F_L0() local
[all...]
/arkcompiler/ets_runtime/ecmascript/js_api/
H A Djs_api_plain_array.cpp70 TaggedArray *keys = TaggedArray::Cast(GetKeys().GetTaggedObject()); in AdjustForward() local
152 TaggedArray *keys = TaggedArray::Cast(GetKeys().GetTaggedObject()); in Clear() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dclass_info_extractor.cpp123 ExtractAndReturnWhetherWithElements(JSThread *thread, const JSHandle<TaggedArray> &literal, const ExtractContentsDetail &detail, JSHandle<TaggedArray> &keys, JSHandle<TaggedArray> &properties, JSHandle<TaggedArray> &elements, const JSPandaFile *jsPandaFile) ExtractAndReturnWhetherWithElements() argument
198 CreatePrototypeHClass(JSThread *thread, JSHandle<TaggedArray> &keys, JSHandle<TaggedArray> &properties) CreatePrototypeHClass() argument
240 CreateConstructorHClass(JSThread *thread, const JSHandle<JSTaggedValue> &base, JSHandle<TaggedArray> &keys, JSHandle<TaggedArray> &properties) CreateConstructorHClass() argument
340 CreateSendableHClass(JSThread *thread, JSHandle<TaggedArray> &keys, JSHandle<TaggedArray> &properties, bool isProtoClass, uint32_t extraLength) CreateSendableHClass() argument
597 BuildDictionaryProperties(JSThread *thread, const JSHandle<JSObject> &object, JSHandle<TaggedArray> &keys, JSHandle<TaggedArray> &properties, ClassPropertyType type, const JSHandle<JSTaggedValue> &lexenv) BuildDictionaryProperties() argument
836 FilterDuplicatedKeys(JSThread *thread, const JSHandle<TaggedArray> &keys, const JSHandle<TaggedArray> &properties) FilterDuplicatedKeys() argument
879 BuildSendableDictionaryProperties(JSThread *thread, const JSHandle<JSObject> &object, JSHandle<TaggedArray> &keys, JSHandle<TaggedArray> &properties, ClassPropertyType type, const JSHandle<JSFunction> &ctor) BuildSendableDictionaryProperties() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
H A Dheap_dump_test.cpp473 JSHandle<TaggedArray> keys = in NewJSAPIPlainArray() local

Completed in 31 milliseconds

12