WITH_SCOPE       2621 src/parser.cc    Scope* with_scope = NewScope(top_scope_, WITH_SCOPE);
WITH_SCOPE       11312 src/runtime.cc         case WITH_SCOPE:
WITH_SCOPE       12042 src/runtime.cc       ASSERT(scope_info->Type() == WITH_SCOPE);
WITH_SCOPE        195 src/scopeinfo.cc         Type() == WITH_SCOPE ||
WITH_SCOPE        221 src/scopes.cc                                            WITH_SCOPE,
WITH_SCOPE        765 src/scopes.cc      case WITH_SCOPE: return "with";
WITH_SCOPE        281 src/scopes.h     bool is_with_scope() const { return type_ == WITH_SCOPE; }
WITH_SCOPE        832 test/cctest/test-parsing.cc     { "  with ({}) ", "{ block; }", " more;", i::WITH_SCOPE, i::CLASSIC_MODE },
WITH_SCOPE        833 test/cctest/test-parsing.cc     { "  with ({}) ", "{ block; }", "; more;", i::WITH_SCOPE, i::CLASSIC_MODE },
WITH_SCOPE        837 test/cctest/test-parsing.cc       "  more;", i::WITH_SCOPE, i::CLASSIC_MODE },
WITH_SCOPE        838 test/cctest/test-parsing.cc     { "  with ({}) ", "statement;", " more;", i::WITH_SCOPE, i::CLASSIC_MODE },
WITH_SCOPE        840 test/cctest/test-parsing.cc       "  more;", i::WITH_SCOPE, i::CLASSIC_MODE },
WITH_SCOPE        843 test/cctest/test-parsing.cc       "  more;", i::WITH_SCOPE, i::CLASSIC_MODE },