V8 Project
ast-graph-builder.cc File Reference
+ Include dependency graph for ast-graph-builder.cc:

Go to the source code of this file.

Namespaces

 v8
 Debugger support for the V8 JavaScript engine.
 
 v8::internal
 
 v8::internal::compiler
 

Enumerations

enum  v8::internal::compiler::LhsKind { v8::internal::compiler::VARIABLE , v8::internal::compiler::NAMED_PROPERTY , v8::internal::compiler::KEYED_PROPERTY }
 

Functions

static LhsKind v8::internal::compiler::DetermineLhsKind (Expression *expr)
 
static Handle< SharedFunctionInfo > v8::internal::compiler::SearchSharedFunctionInfo (Code *unoptimized_code, FunctionLiteral *expr)