Searched refs:is_with_scope (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/ast/
H A Dscopes.cc914 DCHECK(!is_with_scope());
1166 if (s->is_with_scope()) continue;
1601 if (is_with_scope()) {
1999 is_with_scope() || is_module_scope() ||
H A Dscopes.h298 bool is_with_scope() const { return scope_type_ == WITH_SCOPE; } function in class:v8::internal::Scope

Completed in 71 milliseconds