|
V8 Project
|
#include <ast.h>
Inheritance diagram for v8::internal::Declaration:
Collaboration diagram for v8::internal::Declaration:Public Member Functions | |
| VariableProxy * | proxy () const |
| VariableMode | mode () const |
| Scope * | scope () const |
| virtual InitializationFlag | initialization () const =0 |
| virtual bool | IsInlineable () const |
Public Member Functions inherited from v8::internal::AstNode | |
| void * | operator new (size_t size, Zone *zone) |
| AstNode (int position) | |
| virtual | ~AstNode () |
| virtual void | Accept (AstVisitor *v)=0 |
| virtual NodeType | node_type () const =0 |
| int | position () const |
| virtual TargetCollector * | AsTargetCollector () |
| virtual BreakableStatement * | AsBreakableStatement () |
| virtual IterationStatement * | AsIterationStatement () |
| virtual MaterializedLiteral * | AsMaterializedLiteral () |
Public Member Functions inherited from v8::internal::ZoneObject | |
| INLINE (void *operator new(size_t size, Zone *zone)) | |
| void | operator delete (void *, size_t) |
| void | operator delete (void *pointer, Zone *zone) |
Protected Member Functions | |
| Declaration (Zone *zone, VariableProxy *proxy, VariableMode mode, Scope *scope, int pos) | |
Private Attributes | |
| VariableProxy * | proxy_ |
| VariableMode | mode_ |
| Scope * | scope_ |
Additional Inherited Members | |
Public Types inherited from v8::internal::AstNode | |
| enum | NodeType { kInvalid = -1 } |
Static Protected Member Functions inherited from v8::internal::AstNode | |
| static TypeFeedbackId | reuse (BailoutId id) |
|
inlineprotected |
Definition at line 496 of file ast.h.
References DCHECK, v8::internal::IsDeclaredVariableMode(), and mode().
Here is the call graph for this function:
|
pure virtual |
Implemented in v8::internal::FINAL< kOperandKind, kNumCachedOperands >, v8::internal::FINAL< kOperandKind, kNumCachedOperands >, v8::internal::FINAL< kOperandKind, kNumCachedOperands >, v8::internal::FINAL< kOperandKind, kNumCachedOperands >, and v8::internal::FINAL< kOperandKind, kNumCachedOperands >.
Referenced by v8::internal::Parser::Declare().
Here is the caller graph for this function:
|
virtual |
Reimplemented in v8::internal::FINAL< kOperandKind, kNumCachedOperands >.
Definition at line 547 of file ast.cc.
References proxy().
Here is the call graph for this function:
|
inline |
Definition at line 490 of file ast.h.
References mode_.
Referenced by v8::internal::Scope::CheckConflictingVarDeclarations(), Declaration(), and v8::internal::Parser::Declare().
Here is the caller graph for this function:
|
inline |
Definition at line 489 of file ast.h.
References proxy_.
Referenced by v8::internal::Scope::CheckConflictingVarDeclarations(), v8::internal::Parser::CheckConflictingVarDeclarations(), v8::internal::Parser::Declare(), v8::internal::Parser::DesugarLetBindingsInForStatement(), and IsInlineable().
Here is the caller graph for this function:
|
inline |
Definition at line 491 of file ast.h.
References scope_.
Referenced by v8::internal::Scope::CheckConflictingVarDeclarations().
Here is the caller graph for this function:
|
private |
|
private |
|
private |