Home
last modified time | relevance | path

Searched defs:configurable (Results 1 – 23 of 23) sorted by relevance

/external/webkit/LayoutTests/fast/js/resources/
DgetOwnPropertyDescriptor.js21 …:'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
30 …DOCUMENT_POSITION_DISCONNECTED'", {writable: false, enumerable: true, configurable: false, value:"… property
[all …]
/external/v8/test/mjsunit/
Dobject-define-property.js86 configurable: true property
92 configurable: false property
97 configurable: true property
102 configurable: true property
107 var dataConfigurable = { value: 1000, configurable: true }; property
109 var dataNoConfigurable = { value: 2000, configurable: false }; property
532 configurable:false, property
547 configurable:false, property
562 configurable:false, property
577 configurable:false, property
[all …]
Dobject-freeze.js101 Object.defineProperty(obj2, 'x', { get: get, set: set, configurable: true }); property
166 Object.defineProperty(obj3, 'x', {configurable: false, writable: false}); property
167 Object.defineProperty(obj3, 'y', {configurable: false, writable: false}); property
176 Object.defineProperty(obj4, 'x', {configurable: false, writable: true}); property
177 Object.defineProperty(obj4, 'y', {configurable: false, writable: false}); property
185 Object.defineProperty(obj5, 'x', {configurable: true, writable: false}); property
186 Object.defineProperty(obj5, 'y', {configurable: false, writable: false}); property
Dobject-seal.js104 Object.defineProperty(obj2, 'x', { get: get, set: set, configurable: true }); property
176 Object.defineProperty(obj3, 'x', {configurable: false, writable: true}); property
177 Object.defineProperty(obj3, 'y', {configurable: false, writable: false}); property
186 Object.defineProperty(obj4, 'x', {configurable: true, writable: false}); property
187 Object.defineProperty(obj4, 'y', {configurable: false, writable: false}); property
Darray-concat.js209 }, configurable: true}) property
218 }, configurable: true}) property
Dstrict-mode.js569 configurable: true }); property
572 configurable: true }); property
575 configurable: true }); property
578 configurable: true }); property
Dobject-create.js128 configurable: { get: function() { property
/external/v8/test/mjsunit/regress/
Dregress-crbug-72736.js34 Object.defineProperty(obj, 'foo', { value: 10, configurable: true }); property
36 Object.defineProperty(obj, 'foo', { value: 20, configurable: true }); property
Dregress-712.js35 configurable: false }); property
Dregress-1112.js33 { configurable: true, enumerable: true, value: 3 }); property
Dregress-1240.js34 { get: function () { return 42; }, configurable: false }); property
Dregress-1513.js38 configurable: false property
Dregress-1790.js43 configurable: true property
Dregress-687.js34 { value: 5, writable:true, configurable: true })); property
/external/webkit/Source/JavaScriptCore/runtime/
DPropertyDescriptor.cpp49 bool PropertyDescriptor::configurable() const in configurable() function in JSC::PropertyDescriptor
133 void PropertyDescriptor::setConfigurable(bool configurable) in setConfigurable()
/external/v8/src/
Dproxy.js144 configurable: true}); property
Dv8natives.js546 "setConfigurable", function(configurable) { argument
1137 {value: obj, writable: true, enumerable: false, configurable: true}); property
Dobjects.cc2683 Handle<Object> configurable(v8::internal::GetProperty(desc, conf_name)); in SetPropertyWithHandlerIfDefiningSetter() local
2791 Handle<Object> configurable(v8::internal::GetProperty(desc, conf_n)); in GetPropertyAttributeWithHandler() local
/external/v8/test/mjsunit/harmony/
Dcollections.js271 configurable: true, property
Dproxies.js728 var attributes = {configurable: true, mine: 66, minetoo: 23} property
765 last: {value: 21, configurable: true, mine: "eyes"} property
942 {configurable: true}, property
943 {value: 34, enumerable: true, configurable: true}, property
944 {value: 3, writable: false, mine: "eyes", configurable: true}, property
945 {get value() { return 20 }, get configurable() { return true }}, getter
946 {get: function() { "get" }, set: function() { "set" }, configurable: true} property
/external/chromium-trace/trace-viewer/src/
Dbase.js445 configurable: true property
/external/chromium/chrome/browser/resources/touch_ntp/standalone/
Dstandalone_hack.js524 configurable: true property
/external/chromium-trace/
Dscript.js13 …neProperty(global,"cr",{value:a});originalBase.initialize();return a},configurable:!0})}},Property… property