V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Member Functions | |
Expression * | key () const |
Expression * | value () const |
bool | is_computed_name () const |
bool | NeedsSetFunctionName () const |
Public Member Functions inherited from v8::internal::ZoneObject | |
void * | operator new (size_t size, Zone *zone) |
void | operator delete (void *, size_t) |
void | operator delete (void *pointer, Zone *zone) |
Protected Member Functions | |
LiteralProperty (Expression *key, Expression *value, bool is_computed_name) | |
Protected Attributes | |
PointerWithPayload< Expression, bool, 1 > | key_and_is_computed_name_ |
Expression * | value_ |