Home
last modified time | relevance | path

Searched defs:numOfKeys (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
H A Dfast_json_stringifier.h111 inline int32_t FindCache(JSHClass *hclass, size_t numOfKeys) in FindCache() argument
130 inline void SetCache(JSHClass *hclass, size_t numOfKeys, CVector<std::pair<CString, int>> &value) in SetCache() argument
144 inline size_t GetHash(JSHClass *hclass, size_t numOfKeys) in GetHash() argument
H A Dfast_json_stringifier.cpp240 uint32_t numOfKeys = obj->GetNumberOfKeys(); in SerializeJSONObject() local
972 bool FastJsonStringifier::DefaultSerializeObject(const JSTaggedValue &object, uint32_t numOfKeys, in DefaultSerializeObject() argument
H A Djson_stringifier.cpp429 uint32_t numOfKeys = obj->GetNumberOfKeys(); in SerializeJSONObject() local
/arkcompiler/ets_runtime/ecmascript/
H A 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
H A Djs_object-inl.h559 std::pair<uint32_t, uint32_t> numOfKeys = obj->GetNumberOfEnumKeys(); in GetOwnEnumerableNamesInFastMode() local
H A Djs_object.cpp546 GetAllEnumKeys(JSThread *thread, const JSHandle<JSObject> &obj, uint32_t numOfKeys, uint32_t *keys) GetAllEnumKeys() argument
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_object_stub_builder.cpp1016 GateRef numOfKeys = GetNumKeysFromDictionary(array); in GetAllEnumKeys() local
1039 GateRef numOfKeys = GetNumKeysFromLayoutInfo(obj, num, layout); in GetAllEnumKeys() local
1503 GateRef numOfKeys = GetNumberOfPropsFromHClass(hclass); in GetOwnPropertyNames() local
1611 GateRef numOfKeys in GetOwnPropertySymbols() local
[all...]
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.cpp3788 int numOfKeys = argKeys.GetInt(); in DEF_RUNTIME_STUBS() local

Completed in 24 milliseconds