Home
last modified time | relevance | path

Searched defs:__defineGetter__ (Results 1 – 12 of 12) sorted by relevance

/external/webkit/LayoutTests/fast/dom/DeviceMotion/script-tests/
Doptional-event-properties.js5 ObjectThrowingException.prototype.__defineGetter__("x", function() { throw new Error('x getter exce… method in ObjectThrowingException
6 ObjectThrowingException.prototype.__defineGetter__("alpha", function() { throw new Error('alpha get… method in ObjectThrowingException
/external/v8/tools/
Dprofile_view.js174 ProfileView.Node.prototype.__defineGetter__( method in ProfileView.Node
183 ProfileView.Node.prototype.__defineGetter__( method in ProfileView.Node
192 ProfileView.Node.prototype.__defineGetter__( method in ProfileView.Node
/external/v8/test/mjsunit/regress/
Dregress-1151.js48 __defineGetter__.prototype = "foo"; class
/external/v8/test/mjsunit/
Dgetter-in-value-prototype.js33 String.prototype.__defineGetter__('x', function() { return this; }); method in String
Dindexed-accessors.js48 Pair.prototype.__defineGetter__('0', function() { return this.x; }); method in Pair
49 Pair.prototype.__defineGetter__('1', function() { return this.y; }); method in Pair
/external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
Dargument-types.js30 ObjectThrowingException.prototype.__defineGetter__("enableHighAccuracy", function() { method in ObjectThrowingException
/external/v8/test/es5conform/
Dharness-adapt.js40 Error.prototype.__defineGetter__('description', function () { method in Error
/external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/LeaksViewer/
DWebInspectorShims.js54 WebInspector.ProfileDataGridNode.prototype.__defineGetter__("data", function() { method in WebInspector.ProfileDataGridNode
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/GetSet/
Dgetset-005.js121 TestObject.prototype.__defineGetter__(cnName, cnNameGetter); method in TestObject
Dgetset-006.js117 TestObject.prototype.__defineGetter__(cnName, cnNameGetter); method in TestObject
Dgetset-004.js112 TestObject.prototype.__defineGetter__('name', function() {this.nameGETS++; return this._name;}); method in TestObject
/external/webkit/Source/WebCore/inspector/front-end/
Dutilities.js260 Element.prototype.__defineGetter__("totalOffsetLeft", function() method in Element
268 Element.prototype.__defineGetter__("totalOffsetTop", function() method in Element
294 KeyboardEvent.prototype.__defineGetter__("data", function() method in KeyboardEvent
330 Element.prototype.__defineGetter__("selectionLeftOffset", function() { method in Element