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

  /external/v8/src/
compiler.h 140 bool has_global_object() const { function in class:v8::internal::BASE_EMBEDDED
145 return has_global_object() ? closure()->context()->global() : NULL;
  /external/chromium_org/v8/src/
compiler.h 207 bool has_global_object() const { function in class:v8::internal::CompilationInfo
213 return has_global_object() ? closure()->context()->global_object() : NULL;

Completed in 1478 milliseconds