Home
last modified time | relevance | path

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

/dports/lang/v8/v8-9.6.180.12/src/common/
H A 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()