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

  /external/v8/src/
api.cc 73 if (IsDeadCheck(isolate, location) || \
254 * IsDeadCheck checks that the vm is usable. If, for instance, the vm has been
259 * IsDeadCheck. ON_BAILOUT has the advantage over EnsureInitialized that you
265 static inline bool IsDeadCheck(i::Isolate* isolate, const char* location) {
301 if (IsDeadCheck(isolate, location)) return false;
487 if (IsDeadCheck(isolate, "v8::ThrowException()")) {
607 if (IsDeadCheck(isolate, "V8::Persistent::New")) return NULL;
724 if (IsDeadCheck(isolate, "v8::Context::Enter()")) return;
758 if (IsDeadCheck(isolate, "v8::Context::SetData()")) return;
770 if (IsDeadCheck(isolate, "v8::Context::GetData()"))
    [all...]
  /external/chromium_org/v8/src/
api.cc 78 if (IsDeadCheck(isolate, location) || \
267 * IsDeadCheck checks that the vm is usable. If, for instance, the vm has been
272 * IsDeadCheck. ON_BAILOUT has the advantage over EnsureInitialized that you
278 static inline bool IsDeadCheck(i::Isolate* isolate, const char* location) {
320 if (IsDeadCheck(isolate, location)) return false;
523 if (IsDeadCheck(isolate, "v8::ThrowException()")) {
650 if (IsDeadCheck(isolate, "V8::Persistent::New")) return NULL;
757 if (IsDeadCheck(isolate, "v8::Context::Enter()")) return;
805 bool ok = !IsDeadCheck(env->GetIsolate(), location) &&
961 if (IsDeadCheck(isolate, "v8::Template::Set()")) return
    [all...]

Completed in 400 milliseconds