Lines Matching refs:IsAllowed
43 V8_EXPORT_PRIVATE static bool IsAllowed();
88 static bool IsAllowed(Isolate* isolate); \
154 V8_EXPORT_PRIVATE static bool IsAllowed() {
155 // Define IsAllowed() explicitly rather than with using Scope::IsAllowed, to
156 // allow SFINAE removal of IsAllowed() when it's not defined (under debug).
157 return Scope::IsAllowed();
176 V8_EXPORT_PRIVATE static bool IsAllowed() {
177 return Scope::IsAllowed() && NextScopes::IsAllowed();