Home
last modified time | relevance | path

Searched defs:numOfKeys (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dproperty_accessor.cpp55 std::pair<uint32_t, uint32_t> numOfKeys = receiverObj->GetNumberOfEnumKeys(); in PreLoad() local
91 std::pair<uint32_t, uint32_t> numOfKeys = currentObj->GetNumberOfEnumKeys(); in CollectPrototypeInfo() local
Djs_object-inl.h582 std::pair<uint32_t, uint32_t> numOfKeys = obj->GetNumberOfEnumKeys(); in GetOwnEnumerableNamesInFastMode() local
Djs_object.cpp570 uint32_t numOfKeys, uint32_t *keys) in GetAllEnumKeys()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_object_stub_builder.cpp814 GateRef numOfKeys = GetNumKeysFromDictionary(array); in GetAllEnumKeys() local
837 GateRef numOfKeys = GetNumKeysFromLayoutInfo(num, layout); in GetAllEnumKeys() local
1304 GateRef numOfKeys = GetNumberOfPropsFromHClass(hclass); in GetOwnPropertyNames() local
1413 GateRef numOfKeys = GetNumberOfPropsFromHClass(hclass); in GetOwnPropertySymbols() local
/arkcompiler/ets_runtime/ecmascript/base/
Djson_stringifier.cpp538 uint32_t numOfKeys = obj->GetNumberOfKeys(); in SerializeJSONObject() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp3768 int numOfKeys = argKeys.GetInt(); in DEF_RUNTIME_STUBS() local