HomeSort by relevance Sort by last modified time
    Searched defs:compilation_type (Results 1 - 3 of 3) 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) {
  /external/chromium_org/v8/src/
objects-inl.h 4511 Script::CompilationType Script::compilation_type() { function in class:v8::internal::Script
    [all...]

Completed in 30 milliseconds