Searched refs:HasDebugInfo (Results 1 – 5 of 5) sorted by relevance
253 public bool HasDebugInfo { get { return 0 != (_flags & 0x100); } } property in DotZLib.Info
154 static bool HasDebugInfo(v8::Handle<v8::Function> fun) { in HasDebugInfo() function157 return Debug::HasDebugInfo(shared); in HasDebugInfo()468 CHECK(Debug::HasDebugInfo(shared)); in CheckDebugBreakFunction()486 CHECK(!debug->HasDebugInfo(shared)); in CheckDebugBreakFunction()1074 CHECK(!HasDebugInfo(foo)); in TEST()1075 CHECK(!HasDebugInfo(bar)); in TEST()1079 CHECK(HasDebugInfo(foo)); in TEST()1080 CHECK(!HasDebugInfo(bar)); in TEST()1084 CHECK(HasDebugInfo(foo)); in TEST()1085 CHECK(HasDebugInfo(bar)); in TEST()[all …]
418 static bool HasDebugInfo(Handle<SharedFunctionInfo> shared);
1062 bool Debug::HasDebugInfo(Handle<SharedFunctionInfo> shared) { in HasDebugInfo() function in v8::internal::Debug1070 DCHECK(HasDebugInfo(shared)); in GetDebugInfo()1556 if (!HasDebugInfo(shared)) { in GetSourceBreakLocations()2182 if (HasDebugInfo(shared)) { in EnsureDebugInfo()
212 DCHECK(Debug::HasDebugInfo(shared)); in GetOriginalCode()