Home
last modified time | relevance | path

Searched defs:numberKey (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dhash_stub_builder.cpp63 BRANCH(TaggedIsNumber(key), &numberKey, &slowGetHash); in GetHash() local
/arkcompiler/ets_runtime/ecmascript/base/
H A Dfast_json_stringifier.cpp423 JSTaggedValue numberKey = JSTaggedValue(static_cast<uint32_t>(key.GetInt())); in TryCacheSerializeElements() local
775 JSTaggedValue numberKey = JSTaggedValue(static_cast<uint32_t>(key.GetInt())); in DefaultSerializeElements() local
H A Djson_stringifier.cpp638 JSTaggedValue numberKey = JSTaggedValue(static_cast<uint32_t>(key.GetInt())); in SerializeElements() local

Completed in 6 milliseconds