Home | History | Annotate | Download | only in front-end

Lines Matching refs:prototype

37 WebInspector.WatchExpressionsSidebarPane.prototype = {
72 WebInspector.WatchExpressionsSidebarPane.prototype.__proto__ = WebInspector.SidebarPane.prototype;
90 WebInspector.WatchExpressionsSection.prototype = {
203 WebInspector.WatchExpressionsSection.prototype.__proto__ = WebInspector.ObjectPropertiesSection.prototype;
220 WebInspector.WatchExpressionTreeElement.prototype = {
223 WebInspector.ObjectPropertyTreeElement.prototype.update.call(this);
281 WebInspector.WatchExpressionTreeElement.prototype.__proto__ = WebInspector.ObjectPropertyTreeElement.prototype;