HomeSort by relevance Sort by last modified time
    Searched defs:is_classic_mode (Results 1 - 12 of 12) sorted by null

  /external/v8/src/
compiler.h 55 bool is_classic_mode() const { return language_mode() == CLASSIC_MODE; } function in class:v8::internal::BASE_EMBEDDED
scopes.h 278 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();
full-codegen.h 556 bool is_classic_mode() { function in class:v8::internal::FullCodeGenerator
preparser.h 464 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
ast.h 2045 bool is_classic_mode() const { return language_mode() == CLASSIC_MODE; } function in class:v8::internal::FunctionLiteral
    [all...]
objects-inl.h 3699 bool SharedFunctionInfo::is_classic_mode() { function in class:SharedFunctionInfo
    [all...]
  /external/chromium_org/v8/src/
scopes.h 296 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();
compiler.h 71 bool is_classic_mode() const { return language_mode() == CLASSIC_MODE; } function in class:v8::internal::CompilationInfo
full-codegen.h 663 bool is_classic_mode() { return language_mode() == CLASSIC_MODE; } function in class:v8::internal::FullCodeGenerator
    [all...]
preparser.h 172 } else if (!scope_->is_classic_mode()) {
501 bool is_classic_mode() { function in class:v8::preparser::PreParser::Scope
639 bool is_classic_mode() { function in class:v8::preparser::PreParser
ast.h 2249 bool is_classic_mode() const { return language_mode() == CLASSIC_MODE; } function in class:v8::internal::FunctionLiteral
    [all...]
objects-inl.h 4729 bool SharedFunctionInfo::is_classic_mode() { function in class:v8::internal::SharedFunctionInfo
    [all...]

Completed in 523 milliseconds