Searched defs:HasDebugInfo (Results 1 - 3 of 3) sorted by relevance

/external/zlib/src/contrib/dotzlib/DotZLib/
H A DDotZLib.cs253 public bool HasDebugInfo { get { return 0 != (_flags & 0x100); } } property in class:DotZLib.Info
/external/chromium_org/v8/src/
H A Ddebug.cc1080 bool Debug::HasDebugInfo(Handle<SharedFunctionInfo> shared) { function in class:v8::internal::Debug
1088 ASSERT(HasDebugInfo(shared));
1630 if (!HasDebugInfo(shared)) {
2251 if (HasDebugInfo(shared)) {
/external/chromium_org/v8/test/cctest/
H A Dtest-debug.cc151 static bool HasDebugInfo(v8::Handle<v8::Function> fun) { function
154 return Debug::HasDebugInfo(shared);
465 CHECK(Debug::HasDebugInfo(shared));
483 CHECK(!debug->HasDebugInfo(shared));
1060 CHECK(!HasDebugInfo(foo));
1061 CHECK(!HasDebugInfo(bar));
1065 CHECK(HasDebugInfo(foo));
1066 CHECK(!HasDebugInfo(bar));
1070 CHECK(HasDebugInfo(foo));
1071 CHECK(HasDebugInfo(ba
[all...]

Completed in 111 milliseconds