Home
last modified time | relevance | path

Searched defs:KeyType (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/test_record/ts_to_ets/
Drecord.ts16 type KeyType = 'day' | 'month' | 'year'; alias
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_object.h94 enum class KeyType : uint8_t { enum