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

  /external/v8/src/
compilation-info.cc 227 bool CompilationInfo::has_global_object() const { return has_native_context(); } function in class:v8::internal::CompilationInfo
230 return has_global_object() ? native_context()->global_object() : nullptr;
compilation-info.h 207 bool has_global_object() const;
  /external/v8/src/crankshaft/
hydrogen.cc     [all...]

Completed in 188 milliseconds