HomeSort by relevance Sort by last modified time
    Searched refs:is_with_scope (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/src/
scopes.cc 297 scope_inside_with_ = outer_scope_->scope_inside_with_ || is_with_scope();
299 scope_inside_with_ = is_with_scope();
679 if (scope->is_with_scope() && !found_non_trivial_declarations) return false;
702 if (s->is_with_scope() || s->num_heap_slots() > 0) n++;
945 if (already_resolved() && is_with_scope()) {
972 if (*binding_kind == BOUND && (is_function_scope() || is_with_scope())) {
979 if (is_with_scope()) {
    [all...]
scopes.h 266 bool is_with_scope() const { return scope_type_ == WITH_SCOPE; } function in class:v8::internal::Scope

Completed in 43 milliseconds