Home
last modified time | relevance | path

Searched refs:configurable (Results 1 – 25 of 38) sorted by relevance

12

/external/webkit/LayoutTests/fast/js/resources/
DgetOwnPropertyDescriptor.js17 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/
Dobject-define-property.js70 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 …]
Dget-own-property-descriptor.js39 assertTrue(descIsData.configurable);
43 assertTrue(descIsAccessor.configurable);
Dobject-create.js128 configurable: { get: function() { property
/external/webkit/JavaScriptCore/runtime/
DPropertyDescriptor.cpp49 bool PropertyDescriptor::configurable() const in configurable() function in JSC::PropertyDescriptor
133 void PropertyDescriptor::setConfigurable(bool configurable) in setConfigurable() argument
135 if (configurable) in setConfigurable()
DObjectConstructor.cpp125 …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()
DJSObject.cpp590 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()
DPropertyDescriptor.h41 bool configurable() const;
DCommonIdentifiers.h40 macro(configurable) \
/external/v8/src/
Dv8natives.js321 obj.configurable = desc.isConfigurable();
337 desc.setConfigurable(ToBoolean(obj.configurable));
432 PropertyDescriptor.prototype.setConfigurable = function(configurable) { argument
433 this.configurable_ = configurable;
/external/clearsilver/
DINSTALL38 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/
DJavaScriptCore.def65 ?configurable@PropertyDescriptor@JSC@@QBE_NXZ
/external/grub/netboot/
D3c90x.txt165 card to an appropriate value, either configurable by the user or chosen
/external/webkit/WebKit/mac/Misc/
DWebIconDatabase.mm589 // make this configurable on a per-client basis someday if that seemed useful.
/external/iproute2/
DChangeLog461 * HFSC doesn't exist on older 2.4 kernels so make it configurable
/external/quake/quake/src/WinQuake/
Dwqreadme.txt758 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/
DChangeLog28 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/
Dqwcl-readme.txt745 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/
Dclient.qc144 // configurable map lists, see if the current map exists as a
/external/wpa_supplicant/
DChangeLog890 * made EAP workarounds configurable; enabled by default, can be
1043 * made some feature compile time configurable
/external/libvpx/examples/includes/geshi/docs/
DCHANGES186 … * Make language_permissions configurable in language files via ['PARSER_CONTROL']['ENABLE_FLAGS']
/external/libpng/
DCHANGES63 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/
DChangeLog1047 Make SBC parameters configurable.
/external/netcat/
DREADME26 In either mode, shutdown can be forced after a configurable time of inactivity
/external/webkit/WebKit/gtk/
DChangeLog7274 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.

12