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

  /external/v8/src/
compiler.cc 368 Script::CompilationType compilation_type = Script::COMPILATION_TYPE_EVAL; local
369 script->set_compilation_type(Smi::FromInt(compilation_type));
accessors.cc 301 return Script::cast(script)->compilation_type();
396 int compilation_type = Smi::cast(script->compilation_type())->value(); local
397 if (compilation_type != Script::COMPILATION_TYPE_EVAL) {

Completed in 198 milliseconds