Home
last modified time | relevance | path

Searched refs:IteratableScope (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Didentity-map.h158 class IteratableScope {
160 explicit IteratableScope(IdentityMap* map) : map_(map) { in IteratableScope() function
164 ~IteratableScope() { in ~IteratableScope()
174 DISALLOW_COPY_AND_ASSIGN(IteratableScope);
/external/v8/src/builtins/
Dconstants-table-builder.cc99 ConstantsMap::IteratableScope it_scope(&map_); in Finalize()