/external/webkit/LayoutTests/fast/js/resources/ |
D | getOwnPropertyDescriptor.js | 17 shouldBe(test+'.configurable', '' + expected.configurable); 21 …:'defined'}", "'definedProperty'", {writable: true, enumerable: true, configurable: true, value:'"… property 22 descriptorShouldBe("Array.prototype", "'concat'", {writable: true, enumerable: false, configurable:… property 23 …Date.prototype", "'toISOString'", {writable: true, enumerable: false, configurable: true, value: "… property 24 descriptorShouldBe("String.prototype", "'concat'", {writable: true, enumerable: false, configurable… property 25 descriptorShouldBe("RegExp.prototype", "'exec'", {writable: true, enumerable: false, configurable: … property 26 …o__.__proto__", "'createElement'", {writable: true, enumerable: true, configurable: false, value:"… property 27 …"Number", "'NEGATIVE_INFINITY'", {writable: false, enumerable: false, configurable: false, value:"… property 28 descriptorShouldBe("RegExp", "'$_'", {writable: true, enumerable: false, configurable: true, value:… property 29 descriptorShouldBe("/a/g", "'global'", {writable: true, enumerable: false, configurable: false, val… property [all …]
|
/external/v8/test/mjsunit/ |
D | object-define-property.js | 70 configurable: true property 76 configurable: false property 81 configurable: true property 86 configurable: true property 91 var dataConfigurable = { value: 1000, configurable: true }; property 93 var dataNoConfigurable = { value: 2000, configurable: false }; property 116 assertFalse(desc.configurable); 141 assertTrue(desc.configurable); 156 assertFalse(desc.configurable); 189 assertFalse(desc.configurable); [all …]
|
D | get-own-property-descriptor.js | 39 assertTrue(descIsData.configurable); 43 assertTrue(descIsAccessor.configurable);
|
D | object-create.js | 128 configurable: { get: function() { property
|
/external/webkit/JavaScriptCore/runtime/ |
D | PropertyDescriptor.cpp | 49 bool PropertyDescriptor::configurable() const in configurable() function in JSC::PropertyDescriptor 133 void PropertyDescriptor::setConfigurable(bool configurable) in setConfigurable() argument 135 if (configurable) in setConfigurable()
|
D | ObjectConstructor.cpp | 125 …description->putDirect(exec->propertyNames().configurable, jsBoolean(descriptor.configurable()), 0… in objectConstructorGetOwnPropertyDescriptor() 175 if (description->getPropertySlot(exec, exec->propertyNames().configurable, configurableSlot)) { in toPropertyDescriptor() 176 …desc.setConfigurable(configurableSlot.getValue(exec, exec->propertyNames().configurable).toBoolean… in toPropertyDescriptor()
|
D | JSObject.cpp | 590 if (!current.configurable()) { in defineOwnProperty() 591 if (descriptor.configurable()) { in defineOwnProperty() 614 if (!current.configurable()) { in defineOwnProperty() 625 if (!current.configurable()) { in defineOwnProperty() 653 if (!current.configurable()) { in defineOwnProperty()
|
D | PropertyDescriptor.h | 41 bool configurable() const;
|
D | CommonIdentifiers.h | 40 macro(configurable) \
|
/external/v8/src/ |
D | v8natives.js | 321 obj.configurable = desc.isConfigurable(); 337 desc.setConfigurable(ToBoolean(obj.configurable)); 432 PropertyDescriptor.prototype.setConfigurable = function(configurable) { argument 433 this.configurable_ = configurable;
|
/external/clearsilver/ |
D | INSTALL | 38 text/html. This is run-time configurable via Config.CompressionEnabled. 44 controls such as a configurable list of allowed displays, but remote
|
/external/webkit/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/ |
D | JavaScriptCore.def | 65 ?configurable@PropertyDescriptor@JSC@@QBE_NXZ
|
/external/grub/netboot/ |
D | 3c90x.txt | 165 card to an appropriate value, either configurable by the user or chosen
|
/external/webkit/WebKit/mac/Misc/ |
D | WebIconDatabase.mm | 589 // make this configurable on a per-client basis someday if that seemed useful.
|
/external/iproute2/ |
D | ChangeLog | 461 * HFSC doesn't exist on older 2.4 kernels so make it configurable
|
/external/quake/quake/src/WinQuake/ |
D | wqreadme.txt | 758 a user-configurable mode. By setting the following console variables, 808 (the configurable window) while you're in mode 2, and want to force 1039 be configurable in WinQuake.
|
/external/wpa_supplicant_6/wpa_supplicant/ |
D | ChangeLog | 28 configurable with a new command line options (-G<seconds>) 1037 * made EAP workarounds configurable; enabled by default, can be 1190 * made some feature compile time configurable
|
/external/quake/quake/src/QW/docs/ |
D | qwcl-readme.txt | 745 a user-configurable mode. By setting the following console variables, 795 (the configurable window) while you're in mode 2, and want to force
|
/external/quake/quake/src/QW/progs/ |
D | client.qc | 144 // configurable map lists, see if the current map exists as a
|
/external/wpa_supplicant/ |
D | ChangeLog | 890 * made EAP workarounds configurable; enabled by default, can be 1043 * made some feature compile time configurable
|
/external/libvpx/examples/includes/geshi/docs/ |
D | CHANGES | 186 … * Make language_permissions configurable in language files via ['PARSER_CONTROL']['ENABLE_FLAGS']
|
/external/libpng/ |
D | CHANGES | 63 put all the configurable stuff in pngconf.h 123 made CRC errors/warnings on critical and ancillary chunks configurable 201 all configurable options can be selected from command-line instead
|
/external/bluetooth/bluez/ |
D | ChangeLog | 1047 Make SBC parameters configurable.
|
/external/netcat/ |
D | README | 26 In either mode, shutdown can be forced after a configurable time of inactivity
|
/external/webkit/WebKit/gtk/ |
D | ChangeLog | 7274 We will need to make this more dynamic or configurable at some point 8591 [GTK] Use GtkBindingSet to make key bindings user-configurable 9243 This should become configurable by client applications in the future.
|