IsDead           2988 include/v8.h     static bool IsDead();
IsDead            229 src/api.cc       return i::V8::IsDead();
IsDead            268 src/api.cc           && i::V8::IsDead() ? ReportV8Dead(location) : false;
IsDead             83 src/v8.cc        if (IsDead()) return false;
IsDead             89 src/v8.h         static bool IsDead() { return has_fatal_error_ || has_been_disposed_; }