Home | History | Annotate | Download | only in src

Lines Matching refs:is_classic_mode

652     if (ok && !top_scope_->is_classic_mode()) {
753 ASSERT(scope->language_mode() != STRICT_MODE || !info()->is_classic_mode());
888 if (top_scope_->is_classic_mode() &&
1441 if (!top_scope_->is_classic_mode()) {
1571 declaration_scope->is_classic_mode()) {
1927 if (!declaration_scope->is_classic_mode() && IsEvalOrArguments(name)) {
2351 if (!top_scope_->is_classic_mode()) {
2497 if (!top_scope_->is_classic_mode() && IsEvalOrArguments(name)) {
2946 if (!top_scope_->is_classic_mode()) {
3182 if (op == Token::DELETE && !top_scope_->is_classic_mode()) {
3230 if (!top_scope_->is_classic_mode()) {
3265 if (!top_scope_->is_classic_mode()) {
3512 return ReportMessage(top_scope_->is_classic_mode() ?
4512 if (!top_scope_->is_classic_mode()) {
4752 (top_scope_->is_classic_mode() &&
4811 ASSERT(!top_scope_->is_classic_mode());