Home
last modified time | relevance | path

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

12345678910>>...12

/third_party/node/test/fixtures/wpt/streams/piping/
Dpipe-through.any.js44 writable: new WritableStream({ property
73 const writable = new WritableStream(); constant
74 const result = brs.pipeThrough({ readable, writable }); field
91 const writable = new WritableStream(); constant
92 const result = rs.pipeThrough({ readable, writable }); field
113 get writable() { getter
139 writable field
156 get writable() { getter
168 writable: {} property
201 const writable = new WritableStream(); constant
[all …]
/third_party/jerryscript/tests/jerry/
Dobject-define-properties.js19 writable: true property
23 writable: false property
27 writable: false property
64 writable: true property
88 writable: true property
96 writable: false property
113 writable: true, property
130 writable: true, property
138 writable: true, property
142 writable: true, property
[all …]
Darray.js41 Object.defineProperty (b, '10000', {value : 25, writable : false}); property
54 Object.defineProperty (b, '50000', {writable : false}); property
59 Object.defineProperty (b, '50000', {writable : true}); property
/third_party/typescript/tests/baselines/reference/
DthisAndSuperInStaticMembers1(target=es2015).js63 writable: true, property
69 writable: true, property
75 writable: true, property
84 writable: true, property
90 writable: true, property
96 writable: true, property
102 writable: true, property
108 writable: true, property
114 writable: true, property
120 writable: true, property
[all …]
DtypeOfThisInStaticMembers11(target=es6).js64 writable: true, property
70 writable: true, property
90 writable: true, property
96 writable: true, property
102 writable: true, property
108 writable: true, property
114 writable: true, property
126 writable: true, property
132 writable: true, property
150 writable: true, property
[all …]
DthisAndSuperInStaticMembers3.js49 writable: true, property
55 writable: true, property
61 writable: true, property
71 writable: true, property
77 writable: true, property
83 writable: true, property
89 writable: true, property
95 writable: true, property
101 writable: true, property
107 writable: true, property
[all …]
DtypeOfThisInStaticMembers11(target=es5).js79 writable: true, property
85 writable: true, property
101 writable: true, property
119 writable: true, property
125 writable: true, property
131 writable: true, property
137 writable: true, property
143 writable: true, property
159 writable: true, property
165 writable: true, property
[all …]
DdefineProperty(target=es5).js50 writable: true, property
56 writable: true, property
62 writable: true, property
68 writable: true, property
74 writable: true, property
80 writable: true, property
86 writable: true, property
93 writable: true, property
104 writable: true, property
117 writable: true, property
[all …]
DtypeOfThisInStaticMembers4(target=es6).js22 writable: true, property
28 writable: true, property
37 writable: true, property
43 writable: true, property
49 writable: true, property
DtypeOfThisInStaticMembers13(target=es5).js20 writable: true, property
26 writable: true, property
32 writable: true, property
43 writable: true, property
DemitStatementsBeforeSuperCallWithDefineFields.js35 writable: true, property
41 writable: true, property
54 writable: true, property
60 writable: true, property
DtypeOfThisInStaticMembers4(target=es5).js38 writable: true, property
44 writable: true, property
59 writable: true, property
65 writable: true, property
71 writable: true, property
DtypeOfThisInStaticMembers13(target=es6).js19 writable: true, property
25 writable: true, property
31 writable: true, property
41 writable: true, property
/third_party/node/test/parallel/
Dtest-whatwg-webstreams-adapters-to-writablestream.js46 const writable = new TestWritable(); constant
62 const writable = new TestWritable(); constant
81 const writable = new TestWritable(); constant
90 const writable = new TestWritable(); constant
102 const writable = new TestWritable(); constant
118 const writable = new TestWritable(true); constant
155 const writable = new Writable(); constant
163 const duplex = new Duplex({ writable: false }); property
Dtest-vm-global-property-interceptors.js18 writable: true, property
49 a: { value: 'a', writable: true, enumerable: true, configurable: true }, property
50 b: { value: 'b', writable: false, enumerable: false, configurable: false }, property
51 c: { value: 'c', writable: true, enumerable: true, configurable: false }, property
52 d: { value: 'd', writable: false, enumerable: false, configurable: false }, property
53 e: { value: 'e', writable: false, enumerable: false, configurable: true }, property
56 writable: false, property
79 writable: false, property
86 writable: false, property
Dtest-whatwg-webstreams-adapters-to-streamwritable.js59 const writable = newStreamWritableFromWritableStream(writableStream); constant
78 const writable = newStreamWritableFromWritableStream(writableStream); constant
97 const writable = newStreamWritableFromWritableStream(writableStream); constant
122 const writable = newStreamWritableFromWritableStream(writableStream); constant
148 const writable = newStreamWritableFromWritableStream(writableStream); constant
164 const writable = constant
183 const writable = constant
206 const writable = newStreamWritableFromWritableStream(writableStream); constant
223 const writable = newStreamWritableFromWritableStream(writableStream); constant
Dtest-readline-promises-csi.mjs38 const writable = new TestWritable(); constant
167 const writable = new TestWritable(); constant
176 const writable = new TestWritable(); constant
192 const writable = new TestWritable(); constant
214 const writable = new TestWritable(); constant
Dtest-stream-writable-write-cb-error.js13 const writable = new Writable({ constant
29 const writable = new Writable({ constant
44 const writable = new Writable({ constant
Dtest-stream-writable-write-cb-twice.js7 const writable = new Writable({ constant
22 const writable = new Writable({ constant
39 const writable = new Writable({ constant
Dtest-fs-syncwritestream.js18 writable: stdio.writable, property
38 { instance: true, readable: false, writable: true }, property
39 { instance: true, readable: false, writable: true }, property
/third_party/node/lib/internal/webstreams/
Dcompression.js84 get writable() { getter in CompressionStream
95 writable: this[kTransform].writable, property
133 get writable() { getter in DecompressionStream
144 writable: this[kTransform].writable, property
151 writable: kEnumerableProperty, property
156 writable: kEnumerableProperty, property
Dencoding.js124 get writable() { getter in TextEncoderStream
136 writable: this[kTransform].writable, property
211 get writable() { getter in TextDecoderStream
225 writable: this[kTransform].writable, property
233 writable: kEnumerableProperty, property
241 writable: kEnumerableProperty, property
/third_party/skia/modules/canvaskit/htmlcanvas/
Dimagedata.js12 writable: false property
16 writable: false property
20 writable: false property
/third_party/node/lib/internal/streams/
Dduplexify.js70 return _duplexify({ writable: body }); property
74 return _duplexify({ writable: false, readable: false }); property
82 return _duplexify({ writable: Writable.fromWeb(body) }); property
146 writable: false, property
171 return _duplexify({ readable, writable }); field
194 writable: false, property
276 writable, property
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
Dmtl_format_map.json267 "writable": "false", string
275 "writable": "true", string
283 "writable": "true", string
291 "writable": "true", string
299 "writable": "true", string
307 "writable": "true", string
315 "writable": "true", string
323 "writable": "true", string
331 "writable": "true", string
339 "writable": "true", string
[all …]

12345678910>>...12