V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Types | |
enum | CallType { GLOBAL_CALL, WITH_CALL, NAMED_PROPERTY_CALL, KEYED_PROPERTY_CALL, NAMED_SUPER_PROPERTY_CALL, KEYED_SUPER_PROPERTY_CALL, SUPER_CALL, RESOLVED_PROPERTY_CALL, OTHER_CALL } |
enum | PossiblyEval { IS_POSSIBLY_EVAL, NOT_EVAL } |
enum | TaggedTemplateTag { kTrue } |
Public Types inherited from v8::internal::Expression | |
enum | Context { kUninitialized, kEffect, kValue, kTest } |
Public Types inherited from v8::internal::AstNode | |
enum | NodeType : uint8_t { AST_NODE_LIST =(DECLARE_TYPE_ENUM) } |
Public Member Functions | |
Expression * | expression () const |
const ZonePtrList< Expression > * | arguments () const |
bool | is_possibly_eval () const |
bool | is_tagged_template () const |
bool | only_last_arg_is_spread () |
CallType | GetCallType () const |
Public Member Functions inherited from v8::internal::Expression | |
bool | IsValidReferenceExpression () const |
bool | ToBooleanIsTrue () const |
bool | ToBooleanIsFalse () const |
bool | IsPropertyName () const |
bool | IsAnonymousFunctionDefinition () const |
bool | IsConciseMethodDefinition () const |
bool | IsAccessorFunctionDefinition () const |
bool | IsSmiLiteral () const |
bool | IsNumberLiteral () const |
bool | IsStringLiteral () const |
bool | IsNullLiteral () const |
bool | IsTheHoleLiteral () const |
bool | IsUndefinedLiteral () const |
bool | IsCompileTimeValue () |
bool | IsPattern () |
bool | is_parenthesized () const |
void | mark_parenthesized () |
Public Member Functions inherited from v8::internal::AstNode | |
void * | operator new (size_t size, Zone *zone) |
NodeType | node_type () const |
int | position () const |
BreakableStatement * | AsBreakableStatement () |
IterationStatement * | AsIterationStatement () |
MaterializedLiteral * | AsMaterializedLiteral () |
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) |
Friends | |
class | AstNodeFactory |
Additional Inherited Members | |
Protected Member Functions inherited from v8::internal::Expression | |
Expression (int pos, NodeType type) | |
Protected Member Functions inherited from v8::internal::AstNode | |
AstNode (int position, NodeType type) | |
Protected Attributes inherited from v8::internal::AstNode | |
uint32_t | bit_field_ |
Static Protected Attributes inherited from v8::internal::Expression | |
static const uint8_t | kNextBitFieldIndex = IsParenthesizedField::kNext |
Static Protected Attributes inherited from v8::internal::AstNode | |
static const uint8_t | kNextBitFieldIndex = NodeTypeField::kNext |