Home
last modified time | relevance | path

Searched defs:writable (Results 1 – 25 of 47) sorted by relevance

12

/external/webkit/LayoutTests/fast/js/resources/
DgetOwnPropertyDescriptor.js21 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/
Dobject-freeze.js166 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-define-property.js111 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 …]
Dobject-seal.js176 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
Ddefine-property-gc.js38 var descElementNonWritable = { value: 'foofoo', writable: false }; property
Dstore-dictionary.js46 Object.defineProperty(o, 'x', { value: 32, writable: false }); property
Dobject-create.js60 var fooValue = { foo: { writable: true, value: function() { ctr2++; }}}; property
136 writable: { get: function() { property
175 writable: { get: function() { property
Dconst-redecl.js271 Object.defineProperty(global, 'j', { writable: true }) property
/external/webkit/Source/JavaScriptCore/wtf/
DOSAllocatorWin.cpp34 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()
DOSAllocatorPosix.cpp36 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()
DPageAllocationAligned.cpp31 …ed::allocate(size_t size, size_t alignment, OSAllocator::Usage usage, bool writable, bool executab… in allocate()
DPageReservation.h126 PageReservation(void* base, size_t size, bool writable, bool executable) in PageReservation()
DOSAllocator.h70 …:reserveAndCommit(size_t reserveSize, size_t commitSize, Usage usage, bool writable, bool executab… in reserveAndCommit()
/external/v8/test/mjsunit/regress/
Dregress-619.js34 Object.defineProperty(obj, '1', {value:10, writable:false}); property
47 Object.defineProperty(obj, i, {value: i, writable:false}); property
Dregress-115452.js36 Object.defineProperty(this, "foobl", {value: 1, writable: false}); property
Dregress-1513.js36 writable: false, property
Dregress-1530.js48 Object.defineProperty(f, 'prototype', { value: y, writable: true }); property
Dregress-95920.js55 { writable: false, value: "1" }); property
Dregress-687.js34 { value: 5, writable:true, configurable: true })); property
/external/v8/test/mjsunit/compiler/
Dstrict-recompile.js33 Object.defineProperty(o, 'x', {value: 12, writable: false}); property
/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dtransportchannel.cc49 void TransportChannel::set_writable(bool writable) { in set_writable()
Dtransportchannel.h57 bool writable() const { return writable_; } in writable() function
/external/webkit/Source/JavaScriptCore/runtime/
DPropertyDescriptor.cpp38 bool PropertyDescriptor::writable() const in writable() function in JSC::PropertyDescriptor
115 void PropertyDescriptor::setWritable(bool writable) in setWritable()
/external/skia/src/core/
DSkRegionPriv.h59 RunHead* writable = this; in ensureWritable() local
/external/v8/src/
Dproxy.js142 writable: true, property

12