Searched defs:HasDebugInfo (Results 1 - 5 of 5) 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.cc1176 bool Debug::HasDebugInfo(Handle<SharedFunctionInfo> shared) { function in class:v8::internal::Debug
1184 ASSERT(HasDebugInfo(shared));
1714 if (!HasDebugInfo(shared)) {
2308 if (HasDebugInfo(shared)) {
/external/v8/src/
H A Ddebug.cc1127 bool Debug::HasDebugInfo(Handle<SharedFunctionInfo> shared) { function in class:v8::internal::Debug
1135 ASSERT(HasDebugInfo(shared));
1613 if (!HasDebugInfo(shared)) return Handle<Object>(heap->undefined_value());
2043 if (HasDebugInfo(shared)) {
/external/chromium_org/v8/test/cctest/
H A Dtest-debug.cc212 static bool HasDebugInfo(v8::Handle<v8::Function> fun) { function
215 return Debug::HasDebugInfo(shared);
538 CHECK(Debug::HasDebugInfo(shared));
556 CHECK(!debug->HasDebugInfo(shared));
1178 CHECK(!HasDebugInfo(foo));
1179 CHECK(!HasDebugInfo(bar));
1183 CHECK(HasDebugInfo(foo));
1184 CHECK(!HasDebugInfo(bar));
1188 CHECK(HasDebugInfo(foo));
1189 CHECK(HasDebugInfo(ba
[all...]
/external/v8/test/cctest/
H A Dtest-debug.cc189 static bool HasDebugInfo(v8::Handle<v8::Function> fun) { function
192 return Debug::HasDebugInfo(shared);
499 CHECK(Debug::HasDebugInfo(shared));
517 CHECK(!debug->HasDebugInfo(shared));
1125 CHECK(!HasDebugInfo(foo));
1126 CHECK(!HasDebugInfo(bar));
1130 CHECK(HasDebugInfo(foo));
1131 CHECK(!HasDebugInfo(bar));
1135 CHECK(HasDebugInfo(foo));
1136 CHECK(HasDebugInfo(ba
[all...]

Completed in 245 milliseconds