37 class CompilationInfo;
71 for (
int i = 0; i < 3; i++)
77 ASSERT(index >= 0 && index < 3);
166 template<
class Visitor>
170 int position = RelocInfo::kNoPosition) {
176 factory->NewVariableProxy(name,
false,
interface, position);
401 int statement_position);
418 void Print(
int n = 0);
609 void AddInnerScope(
Scope* inner_scope) {
610 if (inner_scope !=
NULL) {
618 Handle<ScopeInfo> scope_info);
625 #endif // V8_SCOPES_H_
bool is_global_scope() const
activate correct semantics for inheriting readonliness enable harmony semantics for typeof enable harmony enable harmony proxies enable all harmony harmony_scoping harmony_proxies harmony_scoping tracks arrays with only smi values automatically unbox arrays of doubles use crankshaft use hydrogen range analysis use hydrogen global value numbering use function inlining maximum number of AST nodes considered for a single inlining loop invariant code motion print statistics for hydrogen trace generated IR for specified phases trace register allocator trace range analysis trace representation types environment for every instruction put a break point before deoptimizing polymorphic inlining perform array bounds checks elimination use dead code elimination trace on stack replacement optimize closures cache optimized code for closures functions with arguments object loop weight for representation inference allow uint32 values on optimize frames if they are used only in safe operations track parallel recompilation enable all profiler experiments number of stack frames inspected by the profiler call recompile stub directly when self optimizing trigger profiler ticks based on counting instead of timing weight back edges by jump distance for interrupt triggering percentage of ICs that must have type info to allow optimization watch_ic_patching retry_self_opt interrupt_at_exit extra verbose compilation tracing generate extra emit comments in code disassembly enable use of SSE3 instructions if available enable use of CMOV instruction if available enable use of SAHF instruction if enable use of VFP3 instructions if available this implies enabling ARMv7 and VFP2 enable use of VFP2 instructions if available enable use of SDIV and UDIV instructions if enable loading bit constant by means of movw movt instruction enable unaligned accesses for enable use of MIPS FPU instructions if expose natives in global object expose gc extension number of stack frames to capture disable builtin natives files print a stack trace if an assertion failure occurs use random jit cookie to mask large constants trace lazy optimization use adaptive optimizations prepare for turning on always opt minimum length for automatic enable preparsing maximum number of optimization attempts before giving up cache prototype transitions automatically set the debug break flag when debugger commands are in the queue always cause a debug break before aborting maximum length of function source code printed in a stack trace max size of the new max size of the old max size of executable always perform global GCs print one trace line following each garbage collection do not print trace line after scavenger collection print more details following each garbage collection print amount of external allocated memory after each time it is adjusted flush code that we expect not to use again before full gc do incremental marking steps track object counts and memory usage use caching Perform compaction on every full GC Never perform compaction on full GC testing only Compact code space on full incremental collections Default seed for initializing random allows verbose printing trace parsing and preparsing Check icache flushes in ARM and MIPS simulator Stack alingment in bytes in print stack trace when throwing exceptions randomize hashes to avoid predictable hash Fixed seed to use to hash property activate a timer that switches between V8 threads testing_bool_flag float flag Seed used for threading test randomness A filename with extra code to be included in the Print usage including on console Map counters to a file Enable debugger compile events enable GDBJIT interface(disables compacting GC)") DEFINE_bool(gdbjit_full
Scope * DeclarationScope()
bool scope_contains_with_
Declaration * CheckConflictingVarDeclarations()
Handle< ScopeInfo > GetScopeInfo()
ZoneList< Scope * > inner_scopes_
bool force_eager_compilation_
void CollectStackAndContextLocals(ZoneList< Variable * > *stack_locals, ZoneList< Variable * > *context_locals)
bool outer_scope_calls_non_strict_eval() const
Scope * FinalizeBlockScope()
static bool Analyze(CompilationInfo *info)
Scope * outer_scope() const
bool HasIllegalRedeclaration() const
ZoneList< VariableProxy * > unresolved_
Expression * illegal_redecl_
bool is_classic_mode() const
VariableProxy * NewUnresolved(AstNodeFactory< Visitor > *factory, Handle< String > name, Interface *interface=Interface::NewValue(), int position=RelocInfo::kNoPosition)
Handle< String > scope_name_
void DeclareParameter(Handle< String > name, VariableMode mode)
VariableProxy * CheckAssignmentToConst()
bool HasTrivialContext() const
#define ASSERT(condition)
v8::Handle< v8::Value > Print(const v8::Arguments &args)
Variable * NewTemporary(Handle< String > name)
void ForceEagerCompilation()
VariableMap * GetMap(VariableMode mode)
VariableDeclaration * function_
Variable * LookupRecursive(Handle< String > name, BindingKind *binding_kind, AstNodeFactory< AstNullVisitor > *factory)
void set_end_position(int statement_pos)
LanguageMode language_mode_
Variable * parameter(int index) const
bool outer_scope_calls_non_strict_eval_
bool is_block_scope() const
bool MustAllocateInContext(Variable *var)
ZoneList< Declaration * > decls_
bool is_strict_or_extended_eval_scope() const
Handle< ScopeInfo > scope_info_
int ContextChainLength(Scope *scope)
bool HasTrivialOuterContext() const
bool AllowsLazyCompilation() const
void DeclareFunctionVar(VariableDeclaration *declaration)
void AllocateNonParameterLocal(Variable *var)
static Interface * NewValue()
void AllocateModules(CompilationInfo *info)
int start_position() const
Variable * DeclareLocal(Handle< String > name, VariableMode mode, InitializationFlag init_flag, Interface *interface=Interface::NewValue())
void AllocateVariablesRecursively()
bool is_eval_scope() const
bool HasArgumentsParameter()
Variable * arguments() const
int num_stack_slots() const
void GetNestedScopeChain(List< Handle< ScopeInfo > > *chain, int statement_position)
void AllocateHeapSlot(Variable *var)
void set_start_position(int statement_pos)
void SetScopeName(Handle< String > scope_name)
ZoneList< Scope * > * inner_scopes()
bool PropagateScopeInfo(bool outer_scope_calls_non_strict_eval)
bool calls_non_strict_eval()
bool is_declaration_scope() const
bool HasLazyCompilableOuterContext() const
bool inner_scope_calls_eval_
void AllocateStackSlot(Variable *var)
int num_parameters() const
bool MustAllocate(Variable *var)
Variable * LocalLookup(Handle< String > name)
bool IsDeclared(Handle< String > name)
ZoneList< Variable * > params_
Interface * interface() const
void AllocateParameterLocals()
int StackLocalCount() const
void AddDeclaration(Declaration *declaration)
void SetLanguageMode(LanguageMode language_mode)
int num_heap_slots() const
void VisitIllegalRedeclaration(AstVisitor *visitor)
bool is_with_scope() const
void AllocateNonParameterLocals()
ZoneList< Variable * > temps_
bool contains_with() const
bool AllowsLazyCompilationWithoutContext() const
void LinkModules(CompilationInfo *info)
Variable * DeclareDynamicGlobal(Handle< String > name)
int ContextLocalCount() const
Variable * Lookup(Handle< String > name)
MUST_USE_RESULT bool AllocateVariables(CompilationInfo *info, AstNodeFactory< AstNullVisitor > *factory)
friend class ParserFactory
Variable * NonLocal(Handle< String > name, VariableMode mode)
activate correct semantics for inheriting readonliness enable harmony semantics for typeof enable harmony enable harmony proxies enable all harmony harmony_scoping harmony_proxies harmony_scoping tracks arrays with only smi values automatically unbox arrays of doubles use crankshaft use hydrogen range analysis use hydrogen global value numbering use function inlining maximum number of AST nodes considered for a single inlining loop invariant code motion print statistics for hydrogen trace generated IR for specified phases trace register allocator trace range analysis trace representation types environment for every instruction put a break point before deoptimizing polymorphic inlining perform array bounds checks elimination use dead code elimination trace on stack replacement optimize closures cache optimized code for closures functions with arguments object loop weight for representation inference allow uint32 values on optimize frames if they are used only in safe operations track parallel recompilation enable all profiler experiments number of stack frames inspected by the profiler call recompile stub directly when self optimizing trigger profiler ticks based on counting instead of timing weight back edges by jump distance for interrupt triggering percentage of ICs that must have type info to allow optimization watch_ic_patching retry_self_opt interrupt_at_exit extra verbose compilation tracing generate extra emit comments in code disassembly enable use of SSE3 instructions if available enable use of CMOV instruction if available enable use of SAHF instruction if enable use of VFP3 instructions if available this implies enabling ARMv7 and VFP2 enable use of VFP2 instructions if available enable use of SDIV and UDIV instructions if enable loading bit constant by means of movw movt instruction enable unaligned accesses for enable use of MIPS FPU instructions if NULL
MUST_USE_RESULT bool ResolveVariable(CompilationInfo *info, VariableProxy *proxy, AstNodeFactory< AstNullVisitor > *factory)
LanguageMode language_mode() const
DynamicScopePart * dynamics_
DynamicScopePart(Zone *zone)
bool is_function_scope() const
Variable * Lookup(Handle< String > name)
Variable * Declare(Scope *scope, Handle< String > name, VariableMode mode, bool is_valid_lhs, Variable::Kind kind, InitializationFlag initialization_flag, Interface *interface=Interface::NewValue())
void RecordWithStatement()
bool is_module_scope() const
bool is_catch_scope() const
bool is_extended_mode() const
static Scope * DeserializeScopeChain(Context *context, Scope *global_scope, Zone *zone)
Scope(Scope *outer_scope, ScopeType type, Zone *zone)
void RemoveUnresolved(VariableProxy *var)
ZoneList< Declaration * > * declarations()
Variable * LookupFunctionVar(Handle< String > name, AstNodeFactory< AstNullVisitor > *factory)
MUST_USE_RESULT bool ResolveVariablesRecursively(CompilationInfo *info, AstNodeFactory< AstNullVisitor > *factory)
void SetIllegalRedeclaration(Expression *expression)