Home
last modified time | relevance | path

Searched refs:KeyType (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DrecordLowering.h28 using KeyType = std::variant<int32_t, int64_t, float, double, util::StringView>;
29 using KeySetType = std::unordered_set<KeyType>;
37 KeyType TypeToKey(checker::Type *type) const;
H A DrecordLowering.cpp46 RecordLowering::KeyType RecordLowering::TypeToKey(checker::Type *type) const in TypeToKey()
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_object.h94 enum class KeyType : uint8_t { class
228 static JSTaggedValue GetOwnPropertyKeys(JSThread *thread, const JSHandle<JSTaggedValue> &obj, const KeyType &type);
H A Dbuiltins_object.cpp443 const KeyType &type) in GetOwnPropertyKeys()
467 case KeyType::STRING_TYPE: { in GetOwnPropertyKeys()
477 case KeyType::SYMBOL_TYPE: { in GetOwnPropertyKeys()
505 KeyType type = KeyType::STRING_TYPE; in GetOwnPropertyNames()
519 KeyType type = KeyType::SYMBOL_TYPE; in GetOwnPropertySymbols()

Completed in 9 milliseconds