Home
last modified time | relevance | path

Searched defs:PropertyKind (Results 1 – 4 of 4) 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_runtime/ecmascript/
Djs_object.h47 enum PropertyKind { KEY = 0, VALUE, KEY_VALUE }; enum
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.h116 enum class PropertyKind; variable