Searched defs:HasDebugInfo (Results 1 – 4 of 4) sorted by relevance
253 public bool HasDebugInfo { get { return 0 != (_flags & 0x100); } } property in DotZLib.Info
1113 bool Debug::HasDebugInfo(Handle<SharedFunctionInfo> shared) { in HasDebugInfo() function in v8::internal::Debug
1107 bool HasDebugInfo = false; in beginModule() local
188 static bool HasDebugInfo(v8::Handle<v8::Function> fun) { in HasDebugInfo() function