Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dproperty_accessor.cpp61 std::pair<uint32_t, uint32_t> numOfKeys = receiverObj->GetNumberOfEnumKeys(thread_); in PreLoad() local
110 std::pair<uint32_t, uint32_t> numOfKeys = currentObj->GetNumberOfEnumKeys(thread_); in CollectPrototypeInfo() local
Djs_object-inl.h562 std::pair<uint32_t, uint32_t> numOfKeys = obj->GetNumberOfEnumKeys(thread); in GetOwnEnumerableNamesInFastMode() local
Djs_object.cpp656 uint32_t numOfKeys, uint32_t *keys) in GetAllEnumKeys()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_object_stub_builder.cpp797 GateRef numOfKeys = GetNumKeysFromDictionary(array); in GetAllEnumKeys() local
822 GateRef numOfKeys = GetNumKeysFromLayoutInfo(num, layout); in GetAllEnumKeys() local
1290 GateRef numOfKeys = GetNumberOfPropsFromHClass(hclass); in GetOwnPropertyNames() local
1399 GateRef numOfKeys = GetNumberOfPropsFromHClass(hclass); in GetOwnPropertySymbols() local
/arkcompiler/ets_runtime/ecmascript/base/
Djson_stringifier.cpp502 uint32_t numOfKeys = obj->GetNumberOfKeys(thread_); in SerializeJSONObject() local
Djson_stringifier_optimized.cpp498 uint32_t numOfKeys = obj->GetNumberOfKeys(thread_); in SerializeJSONObject() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp3917 int numOfKeys = argKeys.GetInt(); in DEF_RUNTIME_STUBS() local