v8  3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
InitializationBlockFinder Class Reference
Inheritance diagram for InitializationBlockFinder:
Collaboration diagram for InitializationBlockFinder:

Public Member Functions

 InitializationBlockFinder (Scope *top_scope, Target *target)
 
 ~InitializationBlockFinder ()
 
void Update (Statement *stat)
 

Additional Inherited Members

- Protected Member Functions inherited from ParserFinder
 ParserFinder ()
 
- Static Protected Member Functions inherited from ParserFinder
static AssignmentAsAssignment (Statement *stat)
 

Detailed Description

Definition at line 825 of file parser.cc.

Constructor & Destructor Documentation

InitializationBlockFinder ( Scope top_scope,
Target *  target 
)
inline

Definition at line 831 of file parser.cc.

Definition at line 838 of file parser.cc.

Member Function Documentation

void Update ( Statement stat)
inline

Definition at line 843 of file parser.cc.

References ParserFinder::AsAssignment(), v8::internal::NULL, and Assignment::op().


The documentation for this class was generated from the following file: