Searched defs:is_classic_mode (Results 1 - 6 of 6) 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

Completed in 191 milliseconds