5 #ifndef V8_VARIABLES_H_
6 #define V8_VARIABLES_H_
Handle< String > string() const
static Interface * NewValue()
Handle< String > name() const
static const char * Mode2String(VariableMode mode)
int initializer_position_
bool binding_needs_init() const
MaybeAssignedFlag maybe_assigned_
void set_maybe_assigned()
VariableMode mode() const
bool IsStackAllocated() const
Location location() const
bool is_const_mode() const
const AstRawString * name_
Interface * interface() const
MaybeAssignedFlag maybe_assigned() const
bool is_possibly_eval(Isolate *isolate) const
bool IsVariable(Handle< String > n) const
void AllocateTo(Location location, int index)
int initializer_position()
Variable(Scope *scope, const AstRawString *name, VariableMode mode, bool is_valid_ref, Kind kind, InitializationFlag initialization_flag, MaybeAssignedFlag maybe_assigned_flag=kNotAssigned, Interface *interface=Interface::NewValue())
Variable * local_if_not_shadowed() const
bool IsLookupSlot() const
bool force_context_allocation_
Variable * local_if_not_shadowed_
bool is_arguments() const
void set_local_if_not_shadowed(Variable *local)
bool has_forced_context_allocation() const
void set_initializer_position(int pos)
InitializationFlag initialization_flag() const
bool IsGlobalObjectProperty() const
bool IsStackLocal() const
InitializationFlag initialization_flag_
const AstRawString * raw_name() const
void ForceContextAllocation()
bool IsContextSlot() const
static int CompareIndex(Variable *const *v, Variable *const *w)
bool IsUnallocated() const
enable harmony numeric enable harmony object literal extensions Optimize object Array DOM strings and string trace pretenuring decisions of HAllocate instructions Enables optimizations which favor memory size over execution speed maximum source size in bytes considered for a single inlining maximum cumulative number of AST nodes considered for inlining trace the tracking of allocation sites deoptimize every n garbage collections perform array bounds checks elimination analyze liveness of environment slots and zap dead values flushes the cache of optimized code for closures on every GC allow uint32 values on optimize frames if they are used only in safe operations track concurrent recompilation artificial compilation delay in ms do not emit check maps for constant values that have a leaf deoptimize the optimized code if the layout of the maps changes enable context specialization in TurboFan execution budget before interrupt is triggered max percentage of megamorphic generic ICs to allow optimization enable use of SAHF instruction if enable use of VFP3 instructions if available enable use of NEON instructions if enable use of SDIV and UDIV instructions if enable use of MLS instructions if enable loading bit constant by means of movw movt instruction enable unaligned accesses for enable use of d16 d31 registers on ARM this requires VFP3 force all emitted branches to be in long enable alignment of csp to bytes on platforms which prefer the register to always be NULL
#define DCHECK(condition)
bool IsImmutableVariableMode(VariableMode mode)
bool IsDynamicVariableMode(VariableMode mode)
Debugger support for the V8 JavaScript engine.