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

/external/chromium_org/v8/src/
H A Dscopes.cc303 scope_inside_with_ = outer_scope_->scope_inside_with_ || is_with_scope();
305 scope_inside_with_ = is_with_scope();
696 if (scope->is_with_scope() && !found_non_trivial_declarations) return false;
719 if (s->is_with_scope() || s->num_heap_slots() > 0) n++;
967 if (already_resolved() && is_with_scope()) {
994 if (*binding_kind == BOUND && (is_function_scope() || is_with_scope())) {
1001 if (is_with_scope()) {
1368 bool must_have_context = is_with_scope() || is_module_scope() ||
H A Dscopes.h270 bool is_with_scope() const { return scope_type_ == WITH_SCOPE; } function in class:v8::internal::Scope

Completed in 37 milliseconds