Searched defs:ScopeInfo (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/
H A Dobjects.h85 // - ScopeInfo
939 V(ScopeInfo) \
4092 // ScopeInfo represents information about different scopes of a source
4094 // is stored in a compressed form in ScopeInfo objects and is used
4099 class ScopeInfo : public FixedArray { class in namespace:v8::internal
4101 DECLARE_CAST(ScopeInfo)
4188 static int ContextSlotIndex(Handle<ScopeInfo> scope_info, Handle<String> name,
4205 static bool CopyContextLocalsToScopeObject(Handle<ScopeInfo> scope_info,
4210 static Handle<ScopeInfo> Create(Scope* scope, Zone* zone);
4213 static ScopeInfo* Empt
[all...]

Completed in 66 milliseconds