Home
last modified time | relevance | path

Searched defs:PropertyKind (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/base/
Dproperty.h33 enum class PropertyKind { INIT, GET, SET, PROTO }; enum
/arkcompiler/ets_frontend/ets2panda/ir/base/
Dproperty.h23 enum class PropertyKind { INIT, GET, SET, PROTO }; enum
/arkcompiler/ets_frontend/ets2panda/parser/
DforwardDeclForParserImpl.h79 enum class PropertyKind; variable
/arkcompiler/ets_runtime/ecmascript/
Djs_object.h57 enum PropertyKind { KEY = 0, VALUE, KEY_VALUE }; enum
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.h117 enum class PropertyKind; variable