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

  /external/v8/src/
compiler.cc 117 bool CompilationInfo::has_scope() const { function in class:v8::internal::CompilationInfo
208 return has_scope() ? scope()->num_parameters() : parameter_count_;
221 return has_scope() ? scope()->num_heap_slots() : 0;
    [all...]
compiler.h 153 bool has_scope() const;

Completed in 50 milliseconds