Searched refs:NextScopes (Results 1 – 1 of 1) sorted by relevance
167 using NextScopes = CombinationAssertScope<Scopes...>; variable171 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()