v8  3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ParserTraits::Type Struct Reference

#include <parser.h>

Public Types

typedef v8::internal::ParserParser
 
typedef v8::internal::Scope Scope
 
typedef Variable GeneratorVariable
 
typedef v8::internal::Zone Zone
 
typedef Handle< StringIdentifier
 
typedef v8::internal::ExpressionExpression
 
typedef Yield * YieldExpression
 
typedef
v8::internal::FunctionLiteral * 
FunctionLiteral
 
typedef v8::internal::Literal * Literal
 
typedef ObjectLiteral::Property * ObjectLiteralProperty
 
typedef ZoneList
< v8::internal::Expression * > * 
ExpressionList
 
typedef ZoneList
< ObjectLiteral::Property * > * 
PropertyList
 
typedef AstNodeFactory
< AstConstructionVisitor > 
Factory
 

Detailed Description

Definition at line 414 of file parser.h.

Member Typedef Documentation

Definition at line 426 of file parser.h.

Definition at line 431 of file parser.h.

typedef AstNodeFactory<AstConstructionVisitor> Factory

Definition at line 435 of file parser.h.

typedef v8::internal::FunctionLiteral* FunctionLiteral

Definition at line 428 of file parser.h.

Definition at line 421 of file parser.h.

Definition at line 425 of file parser.h.

typedef v8::internal::Literal* Literal

Definition at line 429 of file parser.h.

typedef ObjectLiteral::Property* ObjectLiteralProperty

Definition at line 430 of file parser.h.

Definition at line 417 of file parser.h.

typedef ZoneList<ObjectLiteral::Property*>* PropertyList

Definition at line 432 of file parser.h.

Definition at line 420 of file parser.h.

typedef Yield* YieldExpression

Definition at line 427 of file parser.h.

Definition at line 422 of file parser.h.


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