Searched defs:numOfKeys (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | fast_json_stringifier.h | 111 inline int32_t FindCache(JSHClass *hclass, size_t numOfKeys) in FindCache() 130 … inline void SetCache(JSHClass *hclass, size_t numOfKeys, CVector<std::pair<CString, int>> &value) in SetCache() 144 inline size_t GetHash(JSHClass *hclass, size_t numOfKeys) in GetHash()
|
| D | fast_json_stringifier.cpp | 243 uint32_t numOfKeys = obj->GetNumberOfKeys(); in SerializeJSONObject() local 976 bool FastJsonStringifier::DefaultSerializeObject(const JSTaggedValue &object, uint32_t numOfKeys, in DefaultSerializeObject()
|
| D | json_stringifier.cpp | 501 uint32_t numOfKeys = obj->GetNumberOfKeys(); in SerializeJSONObject() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | property_accessor.cpp | 55 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
|
| D | js_object-inl.h | 557 std::pair<uint32_t, uint32_t> numOfKeys = obj->GetNumberOfEnumKeys(); in GetOwnEnumerableNamesInFastMode() local
|
| D | js_object.cpp | 547 uint32_t numOfKeys, uint32_t *keys) in GetAllEnumKeys()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_object_stub_builder.cpp | 1007 GateRef numOfKeys = GetNumKeysFromDictionary(array); in GetAllEnumKeys() local 1030 GateRef numOfKeys = GetNumKeysFromLayoutInfo(obj, num, layout); in GetAllEnumKeys() local 1494 GateRef numOfKeys = GetNumberOfPropsFromHClass(hclass); in GetOwnPropertyNames() local 1602 GateRef numOfKeys = GetNumberOfPropsFromHClass(hclass); in GetOwnPropertySymbols() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 3767 int numOfKeys = argKeys.GetInt(); in DEF_RUNTIME_STUBS() local
|