Home
last modified time | relevance | path

Searched defs:__proto__ (Results 1 – 25 of 76) sorted by relevance

1234

/external/webkit/WebCore/inspector/front-end/
DAuditResultView.js54 WebInspector.AuditResultView.prototype.__proto__ = WebInspector.View.prototype; method in WebInspector.AuditResultView
65 WebInspector.AuditCategoryResultPane.prototype.__proto__ = WebInspector.SidebarPane.prototype; method in WebInspector.AuditCategoryResultPane
96 WebInspector.AuditRuleResultPane.prototype.__proto__ = WebInspector.SidebarPane.prototype; method in WebInspector.AuditRuleResultPane
138 WebInspector.AuditRuleResultChildSection.prototype.__proto__ = WebInspector.Section.prototype; method in WebInspector.AuditRuleResultChildSection
DEventListenersSidebarPane.js122 WebInspector.EventListenersSidebarPane.prototype.__proto__ = WebInspector.SidebarPane.prototype; method in WebInspector.EventListenersSidebarPane
175 WebInspector.EventListenersSection.prototype.__proto__ = WebInspector.PropertiesSection.prototype; method in WebInspector.EventListenersSection
222 WebInspector.EventListenerBar.prototype.__proto__ = WebInspector.ObjectPropertiesSection.prototype; method in WebInspector.EventListenerBar
DAuditRules.js152 WebInspector.AuditRules.GzipRule.prototype.__proto__ = WebInspector.AuditRule.prototype; method in WebInspector.AuditRules.GzipRule
189 WebInspector.AuditRules.CombineExternalResourcesRule.prototype.__proto__ = WebInspector.AuditRule.p… method in WebInspector.AuditRules.CombineExternalResourcesRule
196 WebInspector.AuditRules.CombineJsResourcesRule.prototype.__proto__ = WebInspector.AuditRules.Combin… method in WebInspector.AuditRules.CombineJsResourcesRule
203 WebInspector.AuditRules.CombineCssResourcesRule.prototype.__proto__ = WebInspector.AuditRules.Combi… method in WebInspector.AuditRules.CombineCssResourcesRule
241 WebInspector.AuditRules.MinimizeDnsLookupsRule.prototype.__proto__ = WebInspector.AuditRule.prototy… method in WebInspector.AuditRules.MinimizeDnsLookupsRule
322 WebInspector.AuditRules.ParallelizeDownloadRule.prototype.__proto__ = WebInspector.AuditRule.protot… method in WebInspector.AuditRules.ParallelizeDownloadRule
446 WebInspector.AuditRules.UnusedCssRule.prototype.__proto__ = WebInspector.AuditRule.prototype; method in WebInspector.AuditRules.UnusedCssRule
612 WebInspector.AuditRules.CacheControlRule.prototype.__proto__ = WebInspector.AuditRule.prototype; method in WebInspector.AuditRules.CacheControlRule
691 WebInspector.AuditRules.BrowserCacheControlRule.prototype.__proto__ = WebInspector.AuditRules.Cache… method in WebInspector.AuditRules.BrowserCacheControlRule
735 WebInspector.AuditRules.ProxyCacheControlRule.prototype.__proto__ = WebInspector.AuditRules.CacheCo… method in WebInspector.AuditRules.ProxyCacheControlRule
[all …]
DScopeChainSidebarPane.js93 WebInspector.ScopeChainSidebarPane.prototype.__proto__ = WebInspector.SidebarPane.prototype; method in WebInspector.ScopeChainSidebarPane
148 WebInspector.ScopeVariableTreeElement.prototype.__proto__ = WebInspector.ObjectPropertyTreeElement.… method in WebInspector.ScopeVariableTreeElement
DWatchExpressionsSidebarPane.js72 WebInspector.WatchExpressionsSidebarPane.prototype.__proto__ = WebInspector.SidebarPane.prototype; method in WebInspector.WatchExpressionsSidebarPane
203 WebInspector.WatchExpressionsSection.prototype.__proto__ = WebInspector.ObjectPropertiesSection.pro… method in WebInspector.WatchExpressionsSection
281 WebInspector.WatchExpressionTreeElement.prototype.__proto__ = WebInspector.ObjectPropertyTreeElemen… method in WebInspector.WatchExpressionTreeElement
DStoragePanel.js351 WebInspector.StoragePanel.prototype.__proto__ = WebInspector.Panel.prototype; method in WebInspector.StoragePanel
410 WebInspector.DatabaseSidebarTreeElement.prototype.__proto__ = WebInspector.SidebarTreeElement.proto… method in WebInspector.DatabaseSidebarTreeElement
427 WebInspector.SidebarDatabaseTableTreeElement.prototype.__proto__ = WebInspector.SidebarTreeElement.… method in WebInspector.SidebarDatabaseTableTreeElement
466 WebInspector.DOMStorageSidebarTreeElement.prototype.__proto__ = WebInspector.SidebarTreeElement.pro… method in WebInspector.DOMStorageSidebarTreeElement
505 WebInspector.CookieSidebarTreeElement.prototype.__proto__ = WebInspector.SidebarTreeElement.prototy… method in WebInspector.CookieSidebarTreeElement
DPropertiesSection.js43 WebInspector.PropertiesSection.prototype.__proto__ = WebInspector.Section.prototype; method in WebInspector.PropertiesSection
DTopDownProfileDataGridTree.js67 WebInspector.TopDownProfileDataGridNode.prototype.__proto__ = WebInspector.ProfileDataGridNode.prot… method in WebInspector.TopDownProfileDataGridNode
121 WebInspector.TopDownProfileDataGridTree.prototype.__proto__ = WebInspector.ProfileDataGridTree.prot… method in WebInspector.TopDownProfileDataGridTree
DAuditCategories.js46 WebInspector.AuditCategories.PagePerformance.prototype.__proto__ = WebInspector.AuditCategory.proto… method in WebInspector.AuditCategories.PagePerformance
70 WebInspector.AuditCategories.NetworkUtilization.prototype.__proto__ = WebInspector.AuditCategory.pr… method in WebInspector.AuditCategories.NetworkUtilization
DWelcomeView.js73 WebInspector.WelcomeView.prototype.__proto__ = WebInspector.View.prototype; method in WebInspector.WelcomeView
DSidebarTreeElement.js64 WebInspector.SidebarSectionTreeElement.prototype.__proto__ = TreeElement.prototype; method in WebInspector.SidebarSectionTreeElement
201 WebInspector.SidebarTreeElement.prototype.__proto__ = TreeElement.prototype; method in WebInspector.SidebarTreeElement
DPropertiesSidebarPane.js63 WebInspector.PropertiesSidebarPane.prototype.__proto__ = WebInspector.SidebarPane.prototype; method in WebInspector.PropertiesSidebarPane
DView.js74 WebInspector.View.prototype.__proto__ = WebInspector.Object.prototype; method in WebInspector.View
DChangesView.js80 WebInspector.ChangesView.prototype.__proto__ = WebInspector.View.prototype; method in WebInspector.ChangesView
DConsolePanel.js88 WebInspector.ConsolePanel.prototype.__proto__ = WebInspector.Panel.prototype; method in WebInspector.ConsolePanel
DFontView.js104 WebInspector.FontView.prototype.__proto__ = WebInspector.ResourceView.prototype; method in WebInspector.FontView
/external/v8/test/mjsunit/
Dfun-as-prototype.js30 Number.prototype.__proto__ = Funky; method in Number
35 Number.prototype.__proto__ = [1, 2, 3]; method in Number
Dsetter-on-constructor-prototype.js50 C2.prototype.__proto__ = { set x(value) { this.y = 23; } }; method in C2
82 C4.prototype.__proto__ = { }; method in C4
83 C4.prototype.__proto__.__defineSetter__('x', function(value) { this.y = 23; }); method in C4
Dglobal-deleted-property-ic.js31 this.__proto__ = { x: 42 }; property
/external/v8/test/mjsunit/regress/
Dregress-1062422.js29 Number.prototype.__proto__ = String.prototype; method in Number
Dregress-334.js39 var object = {__proto__:{}}; property
/external/v8/test/mjsunit/bugs/
D618.js53 C2.prototype.__proto__ = { set x(value) { this.y = 23; } }; method in C2
83 C4.prototype.__proto__.__defineSetter__('x', function(value) { this.y = 23; }); method in C4
/external/v8/test/mjsunit/third_party/
Dobject-keys.js47 assertEquals(Object.keys({__proto__:{a:null}}), []); property
48 assertEquals(Object.keys({__proto__:[1,2,3]}), []); property
Darray-isarray.js47 assertFalse(Array.isArray({__proto__: Array.prototype, length:1, 0:1, 1:2})); property
/external/webkit/WebKit/chromium/src/js/
DHeapProfilerPanel.js424 WebInspector.HeapSnapshotView.prototype.__proto__ = WebInspector.View.prototype; method in WebInspector.HeapSnapshotView
521 WebInspector.HeapSummaryCountCalculator.prototype.__proto__ = WebInspector.HeapSummaryCalculator.pr… method in WebInspector.HeapSummaryCountCalculator
538 WebInspector.HeapSummarySizeCalculator.prototype.__proto__ = WebInspector.HeapSummaryCalculator.pro… method in WebInspector.HeapSummarySizeCalculator
564 WebInspector.HeapSnapshotSidebarTreeElement.prototype.__proto__ = WebInspector.ProfileSidebarTreeEl… method in WebInspector.HeapSnapshotSidebarTreeElement
758 WebInspector.HeapSnapshotDataGridNodeWithRetainers.prototype.__proto__ = WebInspector.DataGridNode.… method in WebInspector.HeapSnapshotDataGridNodeWithRetainers
782 WebInspector.HeapSnapshotDataGridNode.prototype.__proto__ = WebInspector.HeapSnapshotDataGridNodeWi… method in WebInspector.HeapSnapshotDataGridNode
910 WebInspector.HeapSnapshotDataGridRetainerNode.prototype.__proto__ = WebInspector.HeapSnapshotDataGr… method in WebInspector.HeapSnapshotDataGridRetainerNode
956 WebInspector.HeapSnapshotProfileType.prototype.__proto__ = WebInspector.ProfileType.prototype; method in WebInspector.HeapSnapshotProfileType

1234