Home
last modified time | relevance | path

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

/external/v8/src/
Dscopeinfo.cc52 ScopeInfo<Allocator>::ScopeInfo(Scope* scope) in ScopeInfo() function in v8::internal::ScopeInfo
240 ScopeInfo<Allocator>::ScopeInfo(SerializedScopeInfo* data) in ScopeInfo() function in v8::internal::ScopeInfo
627 template class ScopeInfo<FreeStoreAllocationPolicy>; variable
628 template class ScopeInfo<PreallocatedStorage>; variable
629 template class ScopeInfo<ZoneListAllocationPolicy>; variable
Dv8globals.h164 template<class Allocator = FreeStoreAllocationPolicy> class ScopeInfo; variable