• Home
  • Raw
  • Download

Lines Matching refs:IsDeadCheck

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()
927 if (IsDeadCheck(isolate, "v8::FunctionTemplate::Inherit()")) return; in Inherit()
1030 if (IsDeadCheck(isolate, "v8::FunctionTemplate::SetCallHandler()")) return; in SetCallHandler()
1074 if (IsDeadCheck(isolate, in AddInstancePropertyAccessor()
1096 if (IsDeadCheck(isolate, "v8::FunctionTemplate::InstanceTemplate()") in InstanceTemplate()
1113 if (IsDeadCheck(isolate, "v8::FunctionTemplate::SetClassName()")) return; in SetClassName()
1121 if (IsDeadCheck(isolate, "v8::FunctionTemplate::SetHiddenPrototype()")) { in SetHiddenPrototype()
1131 if (IsDeadCheck(isolate, "v8::FunctionTemplate::SetPrototypeAttributes()")) { in ReadOnlyPrototype()
1147 if (IsDeadCheck(isolate, in SetNamedInstancePropertyHandler()
1178 if (IsDeadCheck(isolate, in SetIndexedInstancePropertyHandler()
1205 if (IsDeadCheck(isolate, in SetInstanceCallAsFunctionHandler()
1233 if (IsDeadCheck(isolate, "v8::ObjectTemplate::New()")) { in New()
1270 if (IsDeadCheck(isolate, "v8::ObjectTemplate::SetAccessor()")) return; in SetAccessor()
1293 if (IsDeadCheck(isolate, "v8::ObjectTemplate::SetNamedPropertyHandler()")) { in SetNamedPropertyHandler()
1313 if (IsDeadCheck(isolate, "v8::ObjectTemplate::MarkAsUndetectable()")) return; in MarkAsUndetectable()
1330 if (IsDeadCheck(isolate, "v8::ObjectTemplate::SetAccessCheckCallbacks()")) { in SetAccessCheckCallbacks()
1364 if (IsDeadCheck(isolate, "v8::ObjectTemplate::SetIndexedPropertyHandler()")) { in SetIndexedPropertyHandler()
1385 if (IsDeadCheck(isolate, in SetCallAsFunctionHandler()
1400 if (IsDeadCheck(Utils::OpenHandle(this)->GetIsolate(), in InternalFieldCount()
1410 if (IsDeadCheck(isolate, "v8::ObjectTemplate::SetInternalFieldCount()")) { in SetInternalFieldCount()
1764 if (IsDeadCheck(isolate, "v8::Message::GetScriptResourceName()")) { in GetScriptResourceName()
1781 if (IsDeadCheck(isolate, "v8::Message::GetScriptResourceData()")) { in GetScriptData()
1798 if (IsDeadCheck(isolate, "v8::Message::GetStackTrace()")) { in GetStackTrace()
1859 if (IsDeadCheck(isolate, "v8::Message::GetStartPosition()")) return 0; in GetStartPosition()
1870 if (IsDeadCheck(isolate, "v8::Message::GetEndPosition()")) return 0; in GetEndPosition()
1881 if (IsDeadCheck(isolate, "v8::Message::GetStartColumn()")) { in GetStartColumn()
1899 if (IsDeadCheck(isolate, "v8::Message::GetEndColumn()")) return kNoColumnInfo; in GetEndColumn()
1937 if (IsDeadCheck(isolate, "v8::Message::PrintCurrentStackTrace()")) return; in PrintCurrentStackTrace()
1947 if (IsDeadCheck(isolate, "v8::StackTrace::GetFrame()")) { in GetFrame()
1961 if (IsDeadCheck(isolate, "v8::StackTrace::GetFrameCount()")) return -1; in GetFrameCount()
1969 if (IsDeadCheck(isolate, "v8::StackTrace::AsArray()")) Local<Array>(); in AsArray()
1978 if (IsDeadCheck(isolate, "v8::StackTrace::CurrentStackTrace()")) { in CurrentStackTrace()
1992 if (IsDeadCheck(isolate, "v8::StackFrame::GetLineNumber()")) { in GetLineNumber()
2008 if (IsDeadCheck(isolate, "v8::StackFrame::GetColumn()")) { in GetColumn()
2024 if (IsDeadCheck(isolate, "v8::StackFrame::GetScriptName()")) { in GetScriptName()
2040 if (IsDeadCheck(isolate, "v8::StackFrame::GetScriptNameOrSourceURL()")) { in GetScriptNameOrSourceURL()
2056 if (IsDeadCheck(isolate, "v8::StackFrame::GetFunctionName()")) { in GetFunctionName()
2072 if (IsDeadCheck(isolate, "v8::StackFrame::IsEval()")) return false; in IsEval()
2083 if (IsDeadCheck(isolate, "v8::StackFrame::IsConstructor()")) return false; in IsConstructor()
2095 if (IsDeadCheck(i::Isolate::Current(), "v8::Value::IsUndefined()")) { in IsUndefined()
2103 if (IsDeadCheck(i::Isolate::Current(), "v8::Value::IsNull()")) return false; in IsNull()
2109 if (IsDeadCheck(i::Isolate::Current(), "v8::Value::IsTrue()")) return false; in IsTrue()
2115 if (IsDeadCheck(i::Isolate::Current(), "v8::Value::IsFalse()")) return false; in IsFalse()
2121 if (IsDeadCheck(i::Isolate::Current(), "v8::Value::IsFunction()")) { in IsFunction()
2129 if (IsDeadCheck(i::Isolate::Current(), "v8::Value::IsString()")) return false; in FullIsString()
2137 if (IsDeadCheck(i::Isolate::Current(), "v8::Value::IsArray()")) return false; in IsArray()
2143 if (IsDeadCheck(i::Isolate::Current(), "v8::Value::IsObject()")) return false; in IsObject()
2149 if (IsDeadCheck(i::Isolate::Current(), "v8::Value::IsNumber()")) return false; in IsNumber()
2155 if (IsDeadCheck(i::Isolate::Current(), "v8::Value::IsBoolean()")) { in IsBoolean()
2163 if (IsDeadCheck(i::Isolate::Current(), "v8::Value::IsExternal()")) { in IsExternal()
2171 if (IsDeadCheck(i::Isolate::Current(), "v8::Value::IsInt32()")) return false; in IsInt32()
2188 if (IsDeadCheck(i::Isolate::Current(), "v8::Value::IsUint32()")) return false; in IsUint32()
2206 if (IsDeadCheck(isolate, "v8::Value::IsDate()")) return false; in IsDate()
2214 if (IsDeadCheck(isolate, "v8::Value::IsStringObject()")) return false; in IsStringObject()
2222 if (IsDeadCheck(isolate, "v8::Value::IsNumberObject()")) return false; in IsNumberObject()
2246 if (IsDeadCheck(isolate, "v8::Value::IsNativeError()")) return false; in IsNativeError()
2265 if (IsDeadCheck(isolate, "v8::Value::IsBooleanObject()")) return false; in IsBooleanObject()
2272 if (IsDeadCheck(i::Isolate::Current(), "v8::Value::IsRegExp()")) return false; in IsRegExp()
2285 if (IsDeadCheck(isolate, "v8::Value::ToString()")) { in ToString()
2305 if (IsDeadCheck(isolate, "v8::Value::ToDetailString()")) { in ToDetailString()
2325 if (IsDeadCheck(isolate, "v8::Value::ToObject()")) { in ToObject()
2344 if (IsDeadCheck(isolate, "v8::Value::ToBoolean()")) { in ToBoolean()
2362 if (IsDeadCheck(isolate, "v8::Value::ToNumber()")) { in ToNumber()
2382 if (IsDeadCheck(isolate, "v8::Value::ToInteger()")) return Local<Integer>(); in ToInteger()
2394 if (IsDeadCheck(i::Isolate::Current(), "v8::External::Cast()")) return; in CheckCast()
2403 if (IsDeadCheck(i::Isolate::Current(), "v8::Object::Cast()")) return; in CheckCast()
2412 if (IsDeadCheck(i::Isolate::Current(), "v8::Function::Cast()")) return; in CheckCast()
2421 if (IsDeadCheck(i::Isolate::Current(), "v8::String::Cast()")) return; in CheckCast()
2430 if (IsDeadCheck(i::Isolate::Current(), "v8::Number::Cast()")) return; in CheckCast()
2439 if (IsDeadCheck(i::Isolate::Current(), "v8::Integer::Cast()")) return; in CheckCast()
2448 if (IsDeadCheck(i::Isolate::Current(), "v8::Array::Cast()")) return; in CheckCast()
2458 if (IsDeadCheck(isolate, "v8::Date::Cast()")) return; in CheckCast()
2468 if (IsDeadCheck(isolate, "v8::StringObject::Cast()")) return; in CheckCast()
2478 if (IsDeadCheck(isolate, "v8::NumberObject::Cast()")) return; in CheckCast()
2488 if (IsDeadCheck(isolate, "v8::BooleanObject::Cast()")) return; in CheckCast()
2497 if (IsDeadCheck(i::Isolate::Current(), "v8::RegExp::Cast()")) return; in CheckCast()
2511 if (IsDeadCheck(isolate, "v8::Value::BooleanValue()")) return false; in BooleanValue()
2527 if (IsDeadCheck(isolate, "v8::Value::NumberValue()")) { in NumberValue()
2547 if (IsDeadCheck(isolate, "v8::Value::IntegerValue()")) return 0; in IntegerValue()
2569 if (IsDeadCheck(isolate, "v8::Value::ToInt32()")) return Local<Int32>(); in ToInt32()
2587 if (IsDeadCheck(isolate, "v8::Value::ToUint32()")) return Local<Uint32>(); in ToUint32()
2605 if (IsDeadCheck(isolate, "v8::Value::ToArrayIndex()")) return Local<Uint32>(); in ToArrayIndex()
2633 if (IsDeadCheck(isolate, "v8::Value::Int32Value()")) return 0; in Int32Value()
2651 if (IsDeadCheck(isolate, "v8::Value::Equals()") in Equals()
2678 if (IsDeadCheck(isolate, "v8::Value::StrictEquals()") in StrictEquals()
2714 if (IsDeadCheck(isolate, "v8::Value::Uint32Value()")) return 0; in Uint32Value()
3688 if (IsDeadCheck(str->GetIsolate(), "v8::String::Length()")) return 0; in Length()
3695 if (IsDeadCheck(str->GetIsolate(), "v8::String::Utf8Length()")) return 0; in Utf8Length()
3790 if (IsDeadCheck(str->GetIsolate(), "v8::String::MayContainNonAscii()")) { in MayContainNonAscii()
3802 if (IsDeadCheck(isolate, "v8::String::WriteUtf8()")) return 0; in WriteUtf8()
3933 if (IsDeadCheck(isolate, "v8::String::WriteAscii()")) return 0; in WriteAscii()
3967 if (IsDeadCheck(isolate, "v8::String::Write()")) return 0; in Write()
3993 if (IsDeadCheck(str->GetIsolate(), "v8::String::IsExternal()")) { in IsExternal()
4003 if (IsDeadCheck(str->GetIsolate(), "v8::String::IsExternalAscii()")) { in IsExternalAscii()
4028 if (IsDeadCheck(str->GetIsolate(), in GetExternalAsciiStringResource()
4043 if (IsDeadCheck(i::Isolate::Current(), "v8::Number::Value()")) return 0; in Value()
4050 if (IsDeadCheck(i::Isolate::Current(), "v8::Boolean::Value()")) return false; in Value()
4057 if (IsDeadCheck(i::Isolate::Current(), "v8::Integer::Value()")) return 0; in Value()
4068 if (IsDeadCheck(i::Isolate::Current(), "v8::Int32::Value()")) return 0; in Value()
4079 if (IsDeadCheck(i::Isolate::Current(), "v8::Uint32::Value()")) return 0; in Value()
4091 if (IsDeadCheck(obj->GetIsolate(), "v8::Object::InternalFieldCount()")) { in InternalFieldCount()
4100 if (IsDeadCheck(obj->GetIsolate(), "v8::Object::GetInternalField()")) { in CheckedGetInternalField()
4121 if (IsDeadCheck(isolate, "v8::Object::SetInternalField()")) { in SetInternalField()
4231 IsDeadCheck(isolate, "v8::V8::VisitExternalResources"); in VisitExternalResources()
4352 if (IsDeadCheck(isolate, "v8::Context::SetSecurityToken()")) { in SetSecurityToken()
4364 if (IsDeadCheck(isolate, in UseDefaultSecurityToken()
4376 if (IsDeadCheck(isolate, "v8::Context::GetSecurityToken()")) { in GetSecurityToken()
4412 if (IsDeadCheck(isolate, "v8::Context::GetCurrent()")) { in GetCurrent()
4424 if (IsDeadCheck(isolate, "v8::Context::GetCalling()")) { in GetCalling()
4436 if (IsDeadCheck(i::Isolate::Current(), "v8::Context::Global()")) { in Global()
4449 if (IsDeadCheck(isolate, "v8::Context::DetachGlobal()")) return; in DetachGlobal()
4460 if (IsDeadCheck(isolate, "v8::Context::ReattachGlobal()")) return; in ReattachGlobal()
4473 if (IsDeadCheck(isolate, "v8::Context::AllowCodeGenerationFromStrings()")) { in AllowCodeGenerationFromStrings()
4487 if (IsDeadCheck(isolate, in IsCodeGenerationFromStringsAllowed()
4581 if (IsDeadCheck(i::Isolate::Current(), "v8::External::Unwrap()")) return 0; in FullUnwrap()
4607 if (IsDeadCheck(i::Isolate::Current(), "v8::External::Value()")) return 0; in Value()
4728 if (IsDeadCheck(isolate, "v8::String::MakeExternal()")) return false; in MakeExternal()
4763 if (IsDeadCheck(isolate, "v8::String::MakeExternal()")) return false; in MakeExternal()
4786 if (IsDeadCheck(isolate, "v8::String::CanMakeExternal()")) return false; in CanMakeExternal()
4819 if (IsDeadCheck(isolate, "v8::NumberObject::NumberValue()")) return 0; in NumberValue()
4841 if (IsDeadCheck(isolate, "v8::BooleanObject::BooleanValue()")) return 0; in BooleanValue()
4862 if (IsDeadCheck(isolate, "v8::StringObject::StringValue()")) { in StringValue()
4892 if (IsDeadCheck(isolate, "v8::Date::NumberValue()")) return 0; in NumberValue()
4965 if (IsDeadCheck(isolate, "v8::RegExp::GetSource()")) { in GetSource()
4984 if (IsDeadCheck(i::Isolate::Current(), "v8::RegExp::GetFlags()")) { in GetFlags()
5008 if (IsDeadCheck(isolate, "v8::Array::Length()")) return 0; in Length()
5145 if (IsDeadCheck(isolate, "v8::V8::SetCounterFunction()")) return; in SetCounterFunction()
5151 if (IsDeadCheck(isolate, "v8::V8::SetCreateHistogramFunction()")) return; in SetCreateHistogramFunction()
5157 if (IsDeadCheck(isolate, "v8::V8::SetAddHistogramSampleFunction()")) return; in SetAddHistogramSampleFunction()
5164 if (IsDeadCheck(isolate, "v8::V8::EnableSlidingStateWindow()")) return; in EnableSlidingStateWindow()
5172 if (IsDeadCheck(isolate, "v8::V8::SetFailedAccessCheckCallbackFunction()")) { in SetFailedAccessCheckCallbackFunction()
5182 if (IsDeadCheck(isolate, "v8::V8::AddObjectGroup()")) return; in AddObjectGroup()
5193 if (IsDeadCheck(isolate, "v8::V8::AddImplicitReferences()")) return; in AddImplicitReferences()
5203 if (IsDeadCheck(isolate, "v8::V8::AdjustAmountOfExternalAllocatedMemory()")) { in AdjustAmountOfExternalAllocatedMemory()
5213 if (IsDeadCheck(isolate, "v8::V8::SetGlobalGCPrologueCallback()")) return; in SetGlobalGCPrologueCallback()
5220 if (IsDeadCheck(isolate, "v8::V8::SetGlobalGCEpilogueCallback()")) return; in SetGlobalGCEpilogueCallback()
5227 if (IsDeadCheck(isolate, "v8::V8::AddGCPrologueCallback()")) return; in AddGCPrologueCallback()
5234 if (IsDeadCheck(isolate, "v8::V8::RemoveGCPrologueCallback()")) return; in RemoveGCPrologueCallback()
5241 if (IsDeadCheck(isolate, "v8::V8::AddGCEpilogueCallback()")) return; in AddGCEpilogueCallback()
5248 if (IsDeadCheck(isolate, "v8::V8::RemoveGCEpilogueCallback()")) return; in RemoveGCEpilogueCallback()
5257 if (IsDeadCheck(isolate, "v8::V8::AddMemoryAllocationCallback()")) return; in AddMemoryAllocationCallback()
5265 if (IsDeadCheck(isolate, "v8::V8::RemoveMemoryAllocationCallback()")) return; in RemoveMemoryAllocationCallback()
5275 if (IsDeadCheck(isolate, "v8::V8::AddLeaveScriptCallback()")) return; in AddCallCompletedCallback()
5283 if (IsDeadCheck(isolate, "v8::V8::RemoveLeaveScriptCallback()")) return; in RemoveCallCompletedCallback()
5395 if (IsDeadCheck(isolate, "v8::String::Utf8Value::Utf8Value()")) return; in Utf8Value()
5417 if (IsDeadCheck(isolate, "v8::String::AsciiValue::AsciiValue()")) return; in AsciiValue()
5438 if (IsDeadCheck(isolate, "v8::String::Value::Value()")) return; in Value()
5775 IsDeadCheck(isolate, "v8::CpuProfileNode::GetFunctionName"); in GetFunctionName()
5791 IsDeadCheck(isolate, "v8::CpuProfileNode::GetScriptResourceName"); in GetScriptResourceName()
5800 IsDeadCheck(isolate, "v8::CpuProfileNode::GetLineNumber"); in GetLineNumber()
5807 IsDeadCheck(isolate, "v8::CpuProfileNode::GetTotalTime"); in GetTotalTime()
5814 IsDeadCheck(isolate, "v8::CpuProfileNode::GetSelfTime"); in GetSelfTime()
5821 IsDeadCheck(isolate, "v8::CpuProfileNode::GetTotalSamplesCount"); in GetTotalSamplesCount()
5828 IsDeadCheck(isolate, "v8::CpuProfileNode::GetSelfSamplesCount"); in GetSelfSamplesCount()
5835 IsDeadCheck(isolate, "v8::CpuProfileNode::GetCallUid"); in GetCallUid()
5842 IsDeadCheck(isolate, "v8::CpuProfileNode::GetChildrenCount"); in GetChildrenCount()
5849 IsDeadCheck(isolate, "v8::CpuProfileNode::GetChild"); in GetChild()
5858 IsDeadCheck(isolate, "v8::CpuProfile::Delete"); in Delete()
5870 IsDeadCheck(isolate, "v8::CpuProfile::GetUid"); in GetUid()
5877 IsDeadCheck(isolate, "v8::CpuProfile::GetTitle"); in GetTitle()
5886 IsDeadCheck(isolate, "v8::CpuProfile::GetBottomUpRoot"); in GetBottomUpRoot()
5894 IsDeadCheck(isolate, "v8::CpuProfile::GetTopDownRoot"); in GetTopDownRoot()
5902 IsDeadCheck(isolate, "v8::CpuProfiler::GetProfilesCount"); in GetProfilesCount()
5910 IsDeadCheck(isolate, "v8::CpuProfiler::GetProfile"); in GetProfile()
5921 IsDeadCheck(isolate, "v8::CpuProfiler::FindProfile"); in FindProfile()
5931 IsDeadCheck(isolate, "v8::CpuProfiler::StartProfiling"); in StartProfiling()
5939 IsDeadCheck(isolate, "v8::CpuProfiler::StopProfiling"); in StopProfiling()
5949 IsDeadCheck(isolate, "v8::CpuProfiler::DeleteAllProfiles"); in DeleteAllProfiles()
5962 IsDeadCheck(isolate, "v8::HeapGraphEdge::GetType"); in GetType()
5969 IsDeadCheck(isolate, "v8::HeapGraphEdge::GetName"); in GetName()
5990 IsDeadCheck(isolate, "v8::HeapGraphEdge::GetFromNode"); in GetFromNode()
5998 IsDeadCheck(isolate, "v8::HeapGraphEdge::GetToNode"); in GetToNode()
6012 IsDeadCheck(isolate, "v8::HeapGraphNode::GetType"); in GetType()
6019 IsDeadCheck(isolate, "v8::HeapGraphNode::GetName"); in GetName()
6027 IsDeadCheck(isolate, "v8::HeapGraphNode::GetId"); in GetId()
6034 IsDeadCheck(isolate, "v8::HeapGraphNode::GetSelfSize"); in GetSelfSize()
6041 IsDeadCheck(isolate, "v8::HeapSnapshot::GetRetainedSize"); in GetRetainedSize()
6048 IsDeadCheck(isolate, "v8::HeapSnapshot::GetChildrenCount"); in GetChildrenCount()
6055 IsDeadCheck(isolate, "v8::HeapSnapshot::GetChild"); in GetChild()
6063 IsDeadCheck(isolate, "v8::HeapSnapshot::GetRetainersCount"); in GetRetainersCount()
6070 IsDeadCheck(isolate, "v8::HeapSnapshot::GetRetainer"); in GetRetainer()
6078 IsDeadCheck(isolate, "v8::HeapSnapshot::GetDominatorNode"); in GetDominatorNode()
6085 IsDeadCheck(isolate, "v8::HeapGraphNode::GetHeapValue"); in GetHeapValue()
6101 IsDeadCheck(isolate, "v8::HeapSnapshot::Delete"); in Delete()
6113 IsDeadCheck(isolate, "v8::HeapSnapshot::GetType"); in GetType()
6120 IsDeadCheck(isolate, "v8::HeapSnapshot::GetUid"); in GetUid()
6127 IsDeadCheck(isolate, "v8::HeapSnapshot::GetTitle"); in GetTitle()
6135 IsDeadCheck(isolate, "v8::HeapSnapshot::GetHead"); in GetRoot()
6142 IsDeadCheck(isolate, "v8::HeapSnapshot::GetNodeById"); in GetNodeById()
6150 IsDeadCheck(isolate, "v8::HeapSnapshot::GetNodesCount"); in GetNodesCount()
6157 IsDeadCheck(isolate, "v8::HeapSnapshot::GetNode"); in GetNode()
6166 IsDeadCheck(isolate, "v8::HeapSnapshot::Serialize"); in Serialize()
6183 IsDeadCheck(isolate, "v8::HeapProfiler::GetSnapshotsCount"); in GetSnapshotsCount()
6190 IsDeadCheck(isolate, "v8::HeapProfiler::GetSnapshot"); in GetSnapshot()
6198 IsDeadCheck(isolate, "v8::HeapProfiler::FindSnapshot"); in FindSnapshot()
6208 IsDeadCheck(isolate, "v8::HeapProfiler::TakeSnapshot"); in TakeSnapshot()
6225 IsDeadCheck(isolate, "v8::HeapProfiler::DeleteAllSnapshots"); in DeleteAllSnapshots()