HomeSort by relevance Sort by last modified time
    Searched defs:is_classic_mode (Results 1 - 6 of 6) 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...]

Completed in 43 milliseconds