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

  /external/chromium_org/v8/src/
scopes.cc 324 scope_inside_with_ = outer_scope_->scope_inside_with_ || is_with_scope();
326 scope_inside_with_ = is_with_scope();
706 if (scope->is_with_scope() && !found_non_trivial_declarations) return false;
729 if (s->is_with_scope() || s->num_heap_slots() > 0) n++;
973 if (already_resolved() && is_with_scope()) {
1000 if (*binding_kind == BOUND && (is_function_scope() || is_with_scope())) {
1007 if (is_with_scope()) {
    [all...]
scopes.h 291 bool is_with_scope() const { return scope_type_ == WITH_SCOPE; } function in class:v8::internal::Scope
  /external/v8/src/
scopes.cc 309 scope_inside_with_ = outer_scope_->scope_inside_with_ || is_with_scope();
311 scope_inside_with_ = is_with_scope();
663 if (outer->is_with_scope()) return true;
923 if (*binding_kind == BOUND && (is_function_scope() || is_with_scope())) {
930 if (is_with_scope()) {
    [all...]
scopes.h 274 bool is_with_scope() const { return type_ == WITH_SCOPE; } function in class:v8::internal::Scope

Completed in 92 milliseconds