Home
last modified time | relevance | path

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

12

/arkcompiler/runtime_core/runtime/tooling/inspector/
Djson_property.h27 …Property(Result &result, const JsonObject &object, const JsonObject::Key &key, const Key &... keys) in GetProperty()
51 …rtyOrLog(Result &result, const JsonObject &object, const JsonObject::Key &key, const Key &... keys) in GetPropertyOrLog()
/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/runtime_core/verification/config/handlers/
Dconfig_handler_options.cpp44 PandaString keys; in GetKeys() local
/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()
460 JSHandle<TaggedArray> &keys, in BuildDictionaryProperties()
/arkcompiler/ets_runtime/ecmascript/
Dlayout_info.cpp93 uint32_t *keys, const JSHandle<JSObject> object) in GetAllEnumKeys()
Dglobal_dictionary-inl.h123 uint32_t *keys) const in GetEnumAllKeys()
Dtagged_dictionary.cpp181 const JSHandle<TaggedArray> &keyArray, uint32_t *keys) in GetAllEnumKeys()
Djs_object.cpp343 uint32_t numOfKeys, uint32_t *keys) in GetAllEnumKeys()
425 uint32_t numOfElements, uint32_t *keys) in GetEnumElementKeys()
1326 JSHandle<TaggedArray> keys; in EnumerableOwnNames() local
1340 JSHandle<TaggedArray> keys = JSTaggedValue::GetOwnPropertyKeys(thread, tagObj); in EnumerableOwnNames() local
/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/js_api/
Djs_api_stack.cpp133 JSHandle<TaggedArray> keys = factory->NewTaggedArray(top + 1); in OwnKeys() local
Djs_api_plain_array.cpp72 TaggedArray *keys = TaggedArray::Cast(GetKeys().GetTaggedObject()); in AdjustForward() local
127 TaggedArray *keys = TaggedArray::Cast(GetKeys().GetTaggedObject()); in Clear() local
Djs_api_queue.cpp160 JSHandle<TaggedArray> keys = factory->NewTaggedArray(length); in OwnKeys() local
Djs_api_deque.cpp205 JSHandle<TaggedArray> keys = factory->NewTaggedArray(length); in OwnKeys() local
Djs_api_arraylist.cpp398 JSHandle<TaggedArray> keys = factory->NewTaggedArray(length); in OwnKeys() local
Djs_api_vector.cpp407 JSHandle<TaggedArray> keys = factory->NewTaggedArray(length); in OwnKeys() 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
/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.cpp541 JSMutableHandle<TaggedArray> keys(thread, tmap->GetKeys()); in ForEach() local
/arkcompiler/toolchain/tooling/agent/
Druntime_impl.cpp235 Local<ArrayRef> keys = Local<ObjectRef>(value)->GetOwnPropertyNames(vm_); in GetProperties() local

12