/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | inferStringLiteralUnionForBindingElement.ts | 38 const { keys } = func({keys: ["aa", "bb"]}) constant 54 const { keys, firstKey } = func({keys: ["aa", "bb"]}) constant
|
D | partialOfLargeAPIIsAbleToBeWorkedWith.ts | 80 declare let keys: (keyof MyAPI)[]; variable
|
D | literalTypeWidening.ts | 362 export function keys<K extends string, V>(obj: Record<K, V>): K[] { function
|
/arkcompiler/ets_frontend/es2panda/lexer/scripts/ |
D | keywords.rb | 183 def collect_functions(functions, keys) argument
|
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
D | containers_lightweightmap_stub_builder.h | 39 GateRef keys = Load(VariableType::JS_POINTER(), obj, keysOffset); in GetKey() local
|
/arkcompiler/runtime_core/tests/cts-coverage-tool/lib/ |
D | summary.rb | 138 def except(hash, keys) argument
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
D | class_info_extractor.cpp | 103 JSHandle<TaggedArray> &keys, in ExtractAndReturnWhetherWithElements() 177 JSHandle<TaggedArray> &keys, in CreatePrototypeHClass() 223 JSHandle<TaggedArray> &keys, in CreateConstructorHClass() 512 JSHandle<TaggedArray> &keys, in BuildDictionaryProperties()
|
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
D | builtins_proxy_test.cpp | 120 JSHandle<TaggedArray> keys = JSObject::GetOwnPropertyKeys(thread, resultHandle); in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/ecmascript/ |
D | layout_info.cpp | 145 uint32_t *keys, const JSHandle<JSObject> object) in GetAllEnumKeys()
|
D | global_dictionary-inl.h | 159 uint32_t *keys) const in GetEnumAllKeys()
|
D | js_object.cpp | 381 uint32_t numOfKeys, uint32_t *keys) in GetAllEnumKeys() 422 uint32_t keys = 0; in GetAllEnumKeys() local 526 uint32_t numOfElements, uint32_t *keys) in GetEnumElementKeys() 582 uint32_t keys = 0; in GetEnumElementKeys() local 1558 JSHandle<TaggedArray> keys; in EnumerableOwnNames() local 1572 JSHandle<TaggedArray> keys = JSTaggedValue::GetOwnPropertyKeys(thread, tagObj); in EnumerableOwnNames() local
|
D | tagged_dictionary.cpp | 280 const JSHandle<TaggedArray> &keyArray, uint32_t *keys) in GetAllEnumKeys()
|
D | tagged_list.cpp | 134 JSHandle<TaggedArray> keys = factory->NewTaggedArray(length); in OwnKeys() local
|
D | dump.cpp | 1804 TaggedArray *keys = TaggedArray::Cast(GetKeys().GetTaggedObject()); in Dump() local 2094 TaggedArray *keys = TaggedArray::Cast(GetHashes().GetTaggedObject()); in Dump() local
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | layout_info_test.cpp | 191 uint32_t keys = 0; in HWTEST_F_L0() local
|
D | global_dictionary_test.cpp | 283 uint32_t keys = 0; in HWTEST_F_L0() local
|
D | js_api_arraylist_test.cpp | 631 JSHandle<TaggedArray> keys = JSAPIArrayList::OwnKeys(thread, arrayList); in HWTEST_F_L0() local
|
D | dump_test.cpp | 249 JSHandle<TaggedArray> keys = in NewJSAPIPlainArray() local
|
/arkcompiler/ets_runtime/ecmascript/js_api/ |
D | js_api_plain_array.cpp | 72 TaggedArray *keys = TaggedArray::Cast(GetKeys().GetTaggedObject()); in AdjustForward() local 127 TaggedArray *keys = TaggedArray::Cast(GetKeys().GetTaggedObject()); in Clear() local
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_reflect.cpp | 244 JSHandle<TaggedArray> keys = JSTaggedValue::GetOwnPropertyKeys(thread, target); in ReflectOwnKeys() local
|
D | builtins_object.cpp | 93 …JSHandle<TaggedArray> keys = JSTaggedValue::GetOwnPropertyKeys(thread, JSHandle<JSTaggedValue>::Ca… in Assign() local
|
/arkcompiler/ets_runtime/ecmascript/containers/ |
D | containers_plainarray.cpp | 44 JSHandle<TaggedArray> keys = in PlainArrayConstructor() local
|
D | containers_lightweightmap.cpp | 548 JSMutableHandle<TaggedArray> keys(thread, tmap->GetKeys()); in ForEach() local
|
/arkcompiler/toolchain/tooling/agent/ |
D | runtime_impl.cpp | 286 Local<ArrayRef> keys = Local<ObjectRef>(value)->GetOwnPropertyNames(vm_); in GetProperties() local
|
/arkcompiler/ets_runtime/ecmascript/debugger/ |
D | debugger_api.cpp | 975 JSMutableHandle<TaggedArray> keys(thread, lightweightMap->GetKeys()); in GetLightWeightMapValue() local
|