|
enum | Kind : uint8_t {
CONSTANT,
COMPUTED,
MATERIALIZED_LITERAL,
GETTER,
SETTER,
PROTOTYPE,
SPREAD
} |
|
|
Kind | kind () const |
|
bool | IsCompileTimeValue () const |
|
void | set_emit_store (bool emit_store) |
|
bool | emit_store () const |
|
bool | IsNullPrototype () const |
|
bool | IsPrototype () const |
|
Expression * | key () const |
|
Expression * | value () const |
|
bool | is_computed_name () const |
|
bool | NeedsSetFunctionName () const |
|
void * | operator new (size_t size, Zone *zone) |
|
void | operator delete (void *, size_t) |
|
void | operator delete (void *pointer, Zone *zone) |
|
Definition at line 1339 of file ast.h.
The documentation for this class was generated from the following files: