Home
last modified time | relevance | path

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

/external/v8/src/
Didentity-map.h148 class IteratableScope {
150 explicit IteratableScope(IdentityMap* map) : map_(map) { in IteratableScope() function
154 ~IteratableScope() { in ~IteratableScope()
164 DISALLOW_COPY_AND_ASSIGN(IteratableScope);