Home
last modified time | relevance | path

Searched defs:__proto__ (Results 1 – 25 of 1009) sorted by relevance

12345678910>>...41

/third_party/node/lib/
Dreadline.js220 __proto__: null, property
226 __proto__: null, property
232 __proto__: null, property
238 __proto__: null, property
244 __proto__: null, property
250 __proto__: null, property
256 __proto__: null, property
262 __proto__: null, property
268 __proto__: null, property
274 __proto__: null, property
[all …]
Dstream.js71 ObjectDefineProperty(fn, 'name', { __proto__: null, value: op.name }); property
72 ObjectDefineProperty(fn, 'length', { __proto__: null, value: op.length }); property
74 __proto__: null, property
89 ObjectDefineProperty(fn, 'name', { __proto__: null, value: op.name }); property
90 ObjectDefineProperty(fn, 'length', { __proto__: null, value: op.length }); property
92 __proto__: null, property
113 __proto__: null, property
122 __proto__: null, property
130 __proto__: null, property
D_http_outgoing.js162 __proto__: null, property
169 __proto__: null, property
176 __proto__: null, property
187 __proto__: null, property
194 __proto__: null, property
201 __proto__: null, property
208 __proto__: null, property
216 __proto__: null, property
237 __proto__: null, property
247 __proto__: null, property
[all …]
Dcrypto.js262 __proto__: null, property
266 __proto__: null, property
276 __proto__: null, property
305 __proto__: null, property
319 __proto__: null, property
332 __proto__: null, property
338 __proto__: null, property
345 __proto__: null, property
350 __proto__: null, property
359 __proto__: null, property
[all …]
/third_party/node/lib/internal/streams/
Dduplex.js83 { __proto__: null, ...ObjectGetOwnPropertyDescriptor(Writable.prototype, 'writable') }, property
85 …{ __proto__: null, ...ObjectGetOwnPropertyDescriptor(Writable.prototype, 'writableHighWaterMark') … property
87 … { __proto__: null, ...ObjectGetOwnPropertyDescriptor(Writable.prototype, 'writableObjectMode') }, property
89 { __proto__: null, ...ObjectGetOwnPropertyDescriptor(Writable.prototype, 'writableBuffer') }, property
91 { __proto__: null, ...ObjectGetOwnPropertyDescriptor(Writable.prototype, 'writableLength') }, property
93 { __proto__: null, ...ObjectGetOwnPropertyDescriptor(Writable.prototype, 'writableFinished') }, property
95 { __proto__: null, ...ObjectGetOwnPropertyDescriptor(Writable.prototype, 'writableCorked') }, property
97 { __proto__: null, ...ObjectGetOwnPropertyDescriptor(Writable.prototype, 'writableEnded') }, property
99 { __proto__: null, ...ObjectGetOwnPropertyDescriptor(Writable.prototype, 'writableNeedDrain') }, property
102 __proto__: null, property
Dwritable.js214 __proto__: null, property
272 __proto__: null, property
769 __proto__: null, property
776 __proto__: null, property
789 __proto__: null, property
808 __proto__: null, property
815 __proto__: null, property
822 __proto__: null, property
829 __proto__: null, property
836 __proto__: null, property
[all …]
/third_party/jerryscript/tests/jerry/es2015/
Dobject-prototype-proto.js57 var o2 = { ["__proto__"] : null }; property
61 var o3 = { __proto__ : null }; property
65 var o4 = { "__proto__" : null }; property
69 var __proto__ = []; variable
70 var o5 = { __proto__ }; field
74 var o6 = { __proto__() { return "42" } }; method
78 var o7 = { __\u0070r\u006ft\u006f__: null };
/third_party/node/lib/internal/test_runner/reporter/
Djunit.js18 const inspectOptions = { __proto__: null, colors: false, breakLength: Infinity }; property
71 __proto__: null, property
72 attrs: { __proto__: null, name: event.data.name }, property
94 startTest({ __proto__: null, data: { __proto__: null, name: 'root', nesting: 0 } }); property
119 __proto__: null, nesting: event.data.nesting + 1, tag: 'skipped', property
120 attrs: { __proto__: null, type: 'skipped', message: event.data.skip }, property
125 __proto__: null, nesting: event.data.nesting + 1, tag: 'skipped', property
126 attrs: { __proto__: null, type: 'todo', message: event.data.todo }, property
132 __proto__: null, property
135 …attrs: { __proto__: null, type: error?.failureType || error?.code, message: error?.message ?? '' }, property
[all …]
Dspec.js22 const inspectOptions = { __proto__: null, colors: shouldColorize(process.stdout), breakLength: Infi… property
25 '__proto__': null, property
31 '__proto__': null, property
47 super({ __proto__: null, writableObjectMode: true }); property
126 ArrayPrototypeUnshift(this.#stack, { __proto__: null, data, type }); property
138 callback(null, this.#handleEvent({ __proto__: null, type, data })); property
/third_party/node/lib/internal/perf/
Dperformance.js124 __proto__: null, property
130 __proto__: null, property
136 __proto__: null, property
142 __proto__: null, property
148 __proto__: null, property
154 __proto__: null, property
160 __proto__: null, property
166 __proto__: null, property
172 __proto__: null, property
178 __proto__: null, property
[all …]
Dnodetiming.js37 __proto__: null, property
44 __proto__: null, property
51 __proto__: null, property
58 __proto__: null, property
65 __proto__: null, property
74 __proto__: null, property
83 __proto__: null, property
92 __proto__: null, property
101 __proto__: null, property
110 __proto__: null, property
[all …]
/third_party/node/lib/internal/per_context/
Dprimordials.js62 __proto__: null, property
68 __proto__: null, property
83 ReflectDefineProperty(dest, name, { __proto__: null, ...desc }); property
86 __proto__: null, property
110 ReflectDefineProperty(dest, name, { __proto__: null, ...desc }); property
113 __proto__: null, property
134 ReflectDefineProperty(dest, name, { __proto__: null, ...desc }); property
137 __proto__: null, property
363 { __proto__: null, ...ReflectGetOwnPropertyDescriptor(src, key) }); property
391 ReflectDefineProperty(safe.prototype, key, { __proto__: null, ...desc }); property
[all …]
Ddomexception.js21 __proto__: null, property
28 __proto__: null, property
64 __proto__: null, property
112 [SymbolToStringTag]: { __proto__: null, configurable: true, value: 'DOMException' }, property
113 name: { __proto__: null, enumerable: true, configurable: true }, property
114 message: { __proto__: null, enumerable: true, configurable: true }, property
115 code: { __proto__: null, enumerable: true, configurable: true }, property
/third_party/node/lib/internal/test_runner/
Drunner.js138 __proto__: null, property
192 __proto__: null, property
225 __proto__: null, property
328 __proto__: null, property
330 data: { __proto__: null, file: this.name, message: nonSerialized.toString('utf-8') }, property
369 const env = { __proto__: null, ...process.env, NODE_TEST_CONTEXT: 'child-v8' }; property
378 …const child = spawn(process.execPath, args, { __proto__: null, signal: t.signal, encoding: 'utf8',… property
395 const rl = createInterface({ __proto__: null, input: child.stderr }); property
406 __proto__: null, property
408 data: { __proto__: null, file: path, message: line + '\n' }, property
[all …]
Dharness.js32 return setup(new Test({ __proto__: null, ...options, name: '<root>' })); property
126 __proto__: null, property
176 __proto__: null, property
180 __proto__: null, property
229 __proto__: null, property
238 __proto__: null, property
253 __proto__: null, property
Dtest.js94 __proto__: null, property
112 __proto__: null, property
158 __proto__: null, property
236 __proto__: null, property
255 __proto__: null, property
315 { __proto__: null, [kResistStopPropagation]: true }, property
348 __proto__: null, property
442 const test = new Factory({ __proto__: null, fn, name, parent, ...options, ...overrides }); property
591 await this.runHook('after', { __proto__: null, args, ctx }); property
596 await this.parent.runHook('afterEach', { __proto__: null, args, ctx }); property
[all …]
/third_party/node/lib/internal/console/
Dconstructor.js163 __proto__: null, property
180 __proto__: null, property
191 __proto__: null, property
196 '_stdout': { __proto__: null, ...consolePropAttributes, value: stdout }, property
197 '_stderr': { __proto__: null, ...consolePropAttributes, value: stderr }, property
202 __proto__: null, property
211 __proto__: null, property
221 __proto__: null, property
234 __proto__: null, property
239 __proto__: null, property
[all …]
/third_party/node/lib/test/
Dreporters.js11 __proto__: null, property
13 __proto__: null, property
22 __proto__: null, property
31 __proto__: null, property
40 __proto__: null, property
/third_party/node/test/parallel/
Dtest-module-prototype-mutation.js7 __proto__: null, property
13 __proto__: null, property
19 __proto__: null, property
25 __proto__: null, property
31 __proto__: null, property
/third_party/typescript/tests/baselines/reference/
DescapedReservedCompilerNamedIdentifier.js3 var __proto__ = 10; variable
5 "__proto__": 0 property
9 __proto__: 0 property
37 "__proto__": 0 property
41 __proto__: 0 property
DprotoAsIndexInIndexExpression.js16 "__proto__": 0 property
19 "__proto__" = 0; field in C
35 "__proto__": 0 property
/third_party/node/lib/internal/test_runner/mock/
Dmock_timers.js49 return new AbortError(undefined, { __proto__: null, cause: signal.reason }); property
54 __proto__: null, property
106 __proto__: null, property
132 emitter.emit('data', { __proto__: null, aborted: true, reason }); property
137 __proto__: null, property
155 __proto__: null, property
207 __proto__: null, property
217 __proto__: null, property
228 __proto__: null, property
239 __proto__: null, property
[all …]
Dmock.js179 const ctx = new MockFunctionContext(implementation, { __proto__: null, original }, times); property
246 const restore = { __proto__: null, descriptor, object: objectOrFunction, methodName }; property
252 __proto__: null, property
307 __proto__: null, property
347 __proto__: null, property
373 __proto__: null, property
386 __proto__: null, property
411 __proto__: null, property
/third_party/node/lib/internal/bootstrap/
Dnode.js90 __proto__: null, property
167 __proto__: null, property
258 __proto__: null, property
268 __proto__: null, property
305 __proto__: null, property
371 __proto__: null, property
391 __proto__: null, property
403 __proto__: null, property
417 __proto__: null, property
442 __proto__: null, property
/third_party/node/test/es-module/
Dtest-esm-loader-modulemap.js105 strictEqual(resolveMap.serializeKey('./file', { __proto__: null }), './file::'); property
106 …strictEqual(resolveMap.serializeKey('./file', { __proto__: null, type: 'json' }), './file::"type""… property
107 …strictEqual(resolveMap.serializeKey('./file::"type""json"', { __proto__: null }), './file::"type""… property
108 …strictEqual(resolveMap.serializeKey('./file', { __proto__: null, c: 'd', a: 'b' }), './file::"a""b… property
109 …strictEqual(resolveMap.serializeKey('./s', { __proto__: null, c: 'd', a: 'b', b: 'c' }), './s::"a"… property

12345678910>>...41