Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/base/
Dproperty.h33 enum class PropertyKind { INIT, GET, SET, PROTO }; enum
/arkcompiler/ets_frontend/ts2panda/src/base/
Dproperties.ts20 export enum PropertyKind { enum
/arkcompiler/ets_frontend/ets2panda/ir/base/
Dproperty.h23 enum class PropertyKind { INIT, GET, SET, PROTO }; enum
/arkcompiler/ets_runtime/ecmascript/
Djs_object.h54 enum PropertyKind { KEY = 0, VALUE, KEY_VALUE }; enum
/arkcompiler/ets_frontend/ets2panda/parser/
DparserImpl.h95 enum class PropertyKind; variable
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.h117 enum class PropertyKind; variable