Searched defs:is_classic_mode (Results 1 - 12 of 12) sorted by relevance

/external/v8/src/
H A Dcompiler.h55 bool is_classic_mode() const { return language_mode() == CLASSIC_MODE; } function in class:v8::internal::BASE_EMBEDDED
H A Dscopes.h278 bool is_classic_mode() const { function in class:v8::internal::Scope
285 return is_eval_scope() && !is_classic_mode();
291 return scope_calls_eval_ && is_classic_mode();
H A Dfull-codegen.h556 bool is_classic_mode() { function in class:v8::internal::FullCodeGenerator
H A Dpreparser.h464 bool is_classic_mode() { function in class:v8::preparser::PreParser::Scope
496 } else if (!scope_->is_classic_mode()) {
605 bool is_classic_mode() { function in class:v8::preparser::PreParser
H A Dast.h2045 bool is_classic_mode() const { return language_mode() == CLASSIC_MODE; } function in class:v8::internal::FunctionLiteral
H A Dobjects-inl.h3699 bool SharedFunctionInfo::is_classic_mode() { function in class:SharedFunctionInfo
/external/chromium_org/v8/src/
H A Dscopes.h296 bool is_classic_mode() const { function in class:v8::internal::Scope
303 return is_eval_scope() && !is_classic_mode();
309 return scope_calls_eval_ && is_classic_mode();
H A Dfull-codegen.h599 bool is_classic_mode() { return language_mode() == CLASSIC_MODE; } function in class:v8::internal::FullCodeGenerator
H A Dcompiler.h69 bool is_classic_mode() const { return language_mode() == CLASSIC_MODE; } function in class:v8::internal::CompilationInfo
H A Dpreparser.h252 } else if (!scope_->is_classic_mode()) {
542 bool is_classic_mode() { function in class:v8::internal::PreParser::Scope
660 bool is_classic_mode() { function in class:v8::internal::PreParser
H A Dast.h2293 bool is_classic_mode() const { return language_mode() == CLASSIC_MODE; } function in class:v8::internal::V8_FINAL
H A Dobjects-inl.h4871 bool SharedFunctionInfo::is_classic_mode() { function in class:v8::SharedFunctionInfo

Completed in 457 milliseconds