Searched refs:__defineSetter__ (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/stress/
H A Dsetter.js10 o.__defineSetter__("f", function(value) { this.g_ += 42 * value; });
11 o.__defineSetter__("g", function(value) { this.g_ += 43 * value; });
12 o.__defineSetter__("h", function(value) { this.g_ += 44 * value; });
13 o.__defineSetter__("i", function(value) { this.g_ += 45 * value; });
14 o.__defineSetter__("j", function(value) { this.g_ += 46 * value; });
15 o.__defineSetter__("k", function(value) { this.g_ += 47 * value; });
39 o.__defineSetter__("f", function(value) { this.g_ += 52 * value; });
40 o.__defineSetter__("g", function(value) { this.g_ += 53 * value; });
41 o.__defineSetter__("h", function(value) { this.g_ += 54 * value; });
42 o.__defineSetter__("
[all...]
H A Dftl-putbyid.js2 Object.prototype.__defineSetter__("r", function(val){ o = val }) method in class:Object
H A Dnew-array-with-size-with-bad-time.js8 Array.prototype.__defineSetter__("1", function() { method in class:Array
H A Dexit-after-int52-to-value.js22 Number.prototype.__defineSetter__("f", function(value) { thingy = value; }); method in class:Number
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/js1_5/GetSet/
H A Dgetset-004.js22 * SUMMARY: Testing obj.__defineSetter__(), obj.__defineGetter__()
28 var summary = 'Testing obj.__defineSetter__(), obj.__defineGetter__()';
47 obj.__defineSetter__('name', function(newValue) {this._name=newValue; this.nameSETS++;});
77 Object.prototype.__defineSetter__('name', function(newValue) {this._name=newValue; this.nameSETS++;}); method in class:Object
111 TestObject.prototype.__defineSetter__('name', function(newValue) {this._name=newValue; this.nameSETS++;}); method in class:TestObject
H A Dgetset-005.js22 * SUMMARY: Testing obj.__defineSetter__(), obj.__defineGetter__()
31 var summary = 'Testing obj.__defineSetter__(), obj.__defineGetter__()';
56 obj.__defineSetter__(cnName, cnNameSetter);
86 Object.prototype.__defineSetter__(cnName, cnNameSetter); method in class:Object
120 TestObject.prototype.__defineSetter__(cnName, cnNameSetter); method in class:TestObject
H A Dgetset-006.js61 obj.__defineSetter__(cnName, cnNameSetter);
86 Object.prototype.__defineSetter__(cnName, cnNameSetter); method in class:Object
116 TestObject.prototype.__defineSetter__(cnName, cnNameSetter); method in class:TestObject
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DCommonIdentifiers.h61 macro(__defineSetter__) \
H A DObjectPrototype.cpp65 JSC_NATIVE_FUNCTION(vm.propertyNames->__defineSetter__, objectProtoFuncDefineSetter, DontEnum, 2);

Completed in 188 milliseconds