Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/common/
Dassert-scope.h167 using NextScopes = CombinationAssertScope<Scopes...>; variable
171 V8_EXPORT_PRIVATE CombinationAssertScope() : Scope(), NextScopes() {} in CombinationAssertScope()
174 : Scope(isolate), NextScopes(isolate) {} in CombinationAssertScope()
177 return Scope::IsAllowed() && NextScopes::IsAllowed(); in IsAllowed()
182 NextScopes::Release(); in Release()