Searched refs:IsDeadCheck (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/ |
D | api.cc | 73 if (IsDeadCheck(isolate, location) || \ 265 static inline bool IsDeadCheck(i::Isolate* isolate, const char* location) { in IsDeadCheck() function 301 if (IsDeadCheck(isolate, location)) return false; in EnsureInitializedForIsolate() 487 if (IsDeadCheck(isolate, "v8::ThrowException()")) { in ThrowException() 607 if (IsDeadCheck(isolate, "V8::Persistent::New")) return NULL; in GlobalizeReference() 724 if (IsDeadCheck(isolate, "v8::Context::Enter()")) return; in Enter() 758 if (IsDeadCheck(isolate, "v8::Context::SetData()")) return; in SetData() 770 if (IsDeadCheck(isolate, "v8::Context::GetData()")) { in GetData() 887 if (IsDeadCheck(isolate, "v8::Template::Set()")) return; in Set() 912 if (IsDeadCheck(isolate, "v8::FunctionTemplate::PrototypeTemplate()")) { in PrototypeTemplate() [all …]
|