Home
last modified time | relevance | path

Searched defs:GET (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dtyped_native_inline_lowering.h42 enum class DataViewProtoFunc : uint8_t { GET = 0, SET = 1 }; member in panda::ecmascript::kungfu::TypedNativeInlineLowering::DataViewProtoFunc
/arkcompiler/toolchain/websocket/
H A Dhttp.h24 static constexpr std::string_view GET = "GET"; member
/arkcompiler/ets_frontend/ets2panda/ir/base/
H A Dproperty.h23 enum class PropertyKind { INIT, GET, SET, PROTO }; member in ark::es2panda::ir::PropertyKind
H A DmethodDefinition.h30 enum class MethodDefinitionKind { NONE, CONSTRUCTOR, METHOD, EXTENSION_METHOD, GET, SET }; member in ark::es2panda::ark::es2panda::ir::MethodDefinitionKind
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
H A Didentifier.h37 GET = 1U << 4U, member in ark::es2panda::ark::es2panda::ir::IdentifierFlags
/arkcompiler/ets_frontend/es2panda/ir/base/
H A Dproperty.h33 enum class PropertyKind { INIT, GET, SET, PROTO }; member in panda::es2panda::panda::es2panda::panda::es2panda::ir::PropertyKind
H A DmethodDefinition.h35 enum class MethodDefinitionKind { CONSTRUCTOR, METHOD, GET, SET }; member in panda::es2panda::panda::es2panda::panda::es2panda::ir::MethodDefinitionKind
/arkcompiler/ets_frontend/ets2panda/ir/
H A DastNodeFlags.h75 enum class PrivateFieldKind { FIELD, METHOD, GET, SET, STATIC_FIELD, STATIC_METHOD, STATIC_GET, STATIC_SET }; member in ark::es2panda::ir::ModifierFlags::PrivateFieldKind

Completed in 4 milliseconds