Searched refs:SetStrictMode (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/v8/src/
H A Dscopes.h215 void SetStrictMode(StrictMode strict_mode) { strict_mode_ = strict_mode; } function in class:v8::internal::Scope
H A Dcompiler.cc175 SetStrictMode(shared_info_->strict_mode());
1106 info.SetStrictMode(strict_mode);
1208 if (FLAG_use_strict) info.SetStrictMode(STRICT);
1239 if (FLAG_use_strict) info->SetStrictMode(STRICT);
1253 info.SetStrictMode(literal->scope()->strict_mode());
H A Dpreparser.cc128 scope_->SetStrictMode(strict_mode);
216 scope_->SetStrictMode(STRICT);
H A Dcompiler.h154 void SetStrictMode(StrictMode strict_mode) { function in class:v8::internal::CompilationInfo
H A Dparser.cc901 scope_->SetStrictMode(info->strict_mode());
1016 scope->SetStrictMode(shared_info->strict_mode());
1114 scope_->SetStrictMode(STRICT);
1271 scope->SetStrictMode(STRICT);
3725 scope_->SetStrictMode(entry.strict_mode());
3753 scope_->SetStrictMode(logger.strict_mode());
H A Dparser.h636 info->SetStrictMode(info->function()->strict_mode());
H A Dpreparser.h949 void SetStrictMode(StrictMode strict_mode) { strict_mode_ = strict_mode; } function in class:v8::internal::PreParserScope
2743 scope_->SetStrictMode(STRICT);
/external/chromium_org/v8/test/cctest/
H A Dtest-parsing.cc1142 info.SetStrictMode(source_data[i].strict_mode);

Completed in 1524 milliseconds