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

  /external/v8/src/
compilation-info.cc 219 bool CompilationInfo::has_native_context() const { function in class:v8::internal::CompilationInfo
224 return has_native_context() ? closure()->native_context() : nullptr;
227 bool CompilationInfo::has_global_object() const { return has_native_context(); }
compilation-info.h 204 bool has_native_context() const;

Completed in 64 milliseconds