/external/webkit/LayoutTests/fast/js/resources/ |
D | getOwnPropertyDescriptor.js | 21 descriptorShouldBe("{definedProperty:'defined'}", "'definedProperty'", {writable: true, enumerable:… property 22 descriptorShouldBe("Array.prototype", "'concat'", {writable: true, enumerable: false, configurable:… property 23 descriptorShouldBe("Date.prototype", "'toISOString'", {writable: true, enumerable: false, configura… property 24 descriptorShouldBe("String.prototype", "'concat'", {writable: true, enumerable: false, configurable… property 25 descriptorShouldBe("RegExp.prototype", "'exec'", {writable: true, enumerable: false, configurable: … property 26 descriptorShouldBe("document.__proto__.__proto__", "'createElement'", {writable: true, enumerable: … property 27 descriptorShouldBe("Number", "'NEGATIVE_INFINITY'", {writable: false, enumerable: false, configurab… 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 descriptorShouldBe("Node", "'DOCUMENT_POSITION_DISCONNECTED'", {writable: false, enumerable: true, … property [all …]
|
/external/v8/test/mjsunit/ |
D | object-freeze.js | 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
|
D | object-define-property.js | 111 var dataWritable = { value: 3000, writable: true}; property 619 writable: false, property 634 writable: true, property 650 writable:false, property 666 writable:false, property 681 writable:false, property 738 var descElementNonWritable = { value: 'foofoo', writable: false }; property 742 writable: false, property 837 var descElementNonWritable = { value: 'foofoo', writable: false }; property 841 writable: false, property [all …]
|
D | object-seal.js | 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
|
D | define-property-gc.js | 38 var descElementNonWritable = { value: 'foofoo', writable: false }; property
|
D | store-dictionary.js | 46 Object.defineProperty(o, 'x', { value: 32, writable: false }); property
|
D | object-create.js | 60 var fooValue = { foo: { writable: true, value: function() { ctr2++; }}}; property 136 writable: { get: function() { property 175 writable: { get: function() { property
|
D | const-redecl.js | 271 Object.defineProperty(global, 'j', { writable: true }) property
|
/external/webkit/Source/JavaScriptCore/wtf/ |
D | OSAllocatorWin.cpp | 34 static inline DWORD protection(bool writable, bool executable) in protection() 41 void* OSAllocator::reserveUncommitted(size_t bytes, Usage, bool writable, bool executable) in reserveUncommitted() 49 void* OSAllocator::reserveAndCommit(size_t bytes, Usage, bool writable, bool executable) in reserveAndCommit() 57 void OSAllocator::commit(void* address, size_t bytes, bool writable, bool executable) in commit()
|
D | OSAllocatorPosix.cpp | 36 void* OSAllocator::reserveUncommitted(size_t bytes, Usage usage, bool writable, bool executable) in reserveUncommitted() 46 void* OSAllocator::reserveAndCommit(size_t bytes, Usage usage, bool writable, bool executable) in reserveAndCommit()
|
D | PageAllocationAligned.cpp | 31 …ed::allocate(size_t size, size_t alignment, OSAllocator::Usage usage, bool writable, bool executab… in allocate()
|
D | PageReservation.h | 126 PageReservation(void* base, size_t size, bool writable, bool executable) in PageReservation()
|
D | OSAllocator.h | 70 …:reserveAndCommit(size_t reserveSize, size_t commitSize, Usage usage, bool writable, bool executab… in reserveAndCommit()
|
/external/v8/test/mjsunit/regress/ |
D | regress-619.js | 34 Object.defineProperty(obj, '1', {value:10, writable:false}); property 47 Object.defineProperty(obj, i, {value: i, writable:false}); property
|
D | regress-115452.js | 36 Object.defineProperty(this, "foobl", {value: 1, writable: false}); property
|
D | regress-1513.js | 36 writable: false, property
|
D | regress-1530.js | 48 Object.defineProperty(f, 'prototype', { value: y, writable: true }); property
|
D | regress-95920.js | 55 { writable: false, value: "1" }); property
|
D | regress-687.js | 34 { value: 5, writable:true, configurable: true })); property
|
/external/v8/test/mjsunit/compiler/ |
D | strict-recompile.js | 33 Object.defineProperty(o, 'x', {value: 12, writable: false}); property
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
D | transportchannel.cc | 49 void TransportChannel::set_writable(bool writable) { in set_writable()
|
D | transportchannel.h | 57 bool writable() const { return writable_; } in writable() function
|
/external/webkit/Source/JavaScriptCore/runtime/ |
D | PropertyDescriptor.cpp | 38 bool PropertyDescriptor::writable() const in writable() function in JSC::PropertyDescriptor 115 void PropertyDescriptor::setWritable(bool writable) in setWritable()
|
/external/skia/src/core/ |
D | SkRegionPriv.h | 59 RunHead* writable = this; in ensureWritable() local
|
/external/v8/src/ |
D | proxy.js | 142 writable: true, property
|