Home
last modified time | relevance | path

Searched defs:keys (Results 1 – 25 of 29) sorted by relevance

12

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DinferStringLiteralUnionForBindingElement.ts38 const { keys } = func({keys: ["aa", "bb"]}) constant
54 const { keys, firstKey } = func({keys: ["aa", "bb"]}) constant
DpartialOfLargeAPIIsAbleToBeWorkedWith.ts80 declare let keys: (keyof MyAPI)[]; variable
DliteralTypeWidening.ts362 export function keys<K extends string, V>(obj: Record<K, V>): K[] { function
/arkcompiler/ets_frontend/es2panda/lexer/scripts/
Dkeywords.rb183 def collect_functions(functions, keys) argument
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dcontainers_lightweightmap_stub_builder.h39 GateRef keys = Load(VariableType::JS_POINTER(), obj, keysOffset); in GetKey() local
/arkcompiler/runtime_core/tests/cts-coverage-tool/lib/
Dsummary.rb138 def except(hash, keys) argument
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dclass_info_extractor.cpp103 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/
Dbuiltins_proxy_test.cpp120 JSHandle<TaggedArray> keys = JSObject::GetOwnPropertyKeys(thread, resultHandle); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
Dlayout_info.cpp145 uint32_t *keys, const JSHandle<JSObject> object) in GetAllEnumKeys()
Dglobal_dictionary-inl.h159 uint32_t *keys) const in GetEnumAllKeys()
Djs_object.cpp381 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
Dtagged_dictionary.cpp280 const JSHandle<TaggedArray> &keyArray, uint32_t *keys) in GetAllEnumKeys()
Dtagged_list.cpp134 JSHandle<TaggedArray> keys = factory->NewTaggedArray(length); in OwnKeys() local
Ddump.cpp1804 TaggedArray *keys = TaggedArray::Cast(GetKeys().GetTaggedObject()); in Dump() local
2094 TaggedArray *keys = TaggedArray::Cast(GetHashes().GetTaggedObject()); in Dump() local
/arkcompiler/ets_runtime/ecmascript/tests/
Dlayout_info_test.cpp191 uint32_t keys = 0; in HWTEST_F_L0() local
Dglobal_dictionary_test.cpp283 uint32_t keys = 0; in HWTEST_F_L0() local
Djs_api_arraylist_test.cpp631 JSHandle<TaggedArray> keys = JSAPIArrayList::OwnKeys(thread, arrayList); in HWTEST_F_L0() local
Ddump_test.cpp249 JSHandle<TaggedArray> keys = in NewJSAPIPlainArray() local
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_plain_array.cpp72 TaggedArray *keys = TaggedArray::Cast(GetKeys().GetTaggedObject()); in AdjustForward() local
127 TaggedArray *keys = TaggedArray::Cast(GetKeys().GetTaggedObject()); in Clear() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_reflect.cpp244 JSHandle<TaggedArray> keys = JSTaggedValue::GetOwnPropertyKeys(thread, target); in ReflectOwnKeys() local
Dbuiltins_object.cpp93 …JSHandle<TaggedArray> keys = JSTaggedValue::GetOwnPropertyKeys(thread, JSHandle<JSTaggedValue>::Ca… in Assign() local
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_plainarray.cpp44 JSHandle<TaggedArray> keys = in PlainArrayConstructor() local
Dcontainers_lightweightmap.cpp548 JSMutableHandle<TaggedArray> keys(thread, tmap->GetKeys()); in ForEach() local
/arkcompiler/toolchain/tooling/agent/
Druntime_impl.cpp286 Local<ArrayRef> keys = Local<ObjectRef>(value)->GetOwnPropertyNames(vm_); in GetProperties() local
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp975 JSMutableHandle<TaggedArray> keys(thread, lightweightMap->GetKeys()); in GetLightWeightMapValue() local

12