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

  /external/v8/src/
v8.h 89 static bool IsDead() { return has_fatal_error_ || has_been_disposed_; }
api.cc 196 bool V8::IsDead() {
197 return i::V8::IsDead();
236 && i::V8::IsDead() ? ReportV8Dead(location) : false;
    [all...]

Completed in 607 milliseconds