/third_party/node/lib/internal/cluster/ |
D | worker.js | 5 ReflectApply, 19 ReflectApply(EventEmitter, this, []); 44 ReflectApply(this.destroy, this, arguments); 48 return ReflectApply(this.process.send, this.process, arguments);
|
D | utils.js | 4 ReflectApply, 49 ReflectApply(fn, worker, arguments);
|
D | child.js | 7 ReflectApply, 60 ReflectApply(_disconnect, worker, [true]); 152 return ReflectApply(close, handle, arguments); 289 ReflectApply(_disconnect, this, []);
|
/third_party/node/lib/internal/crypto/ |
D | cipher.js | 5 ReflectApply, 126 ReflectApply(LazyTransform, this, [options]); 133 ReflectApply(createCipherBase, this, [cipher, password, options, decipher]); 141 ReflectApply(createCipherBase, this, [cipher, key, options, decipher, iv]); 153 ReflectApply(createCipher, this, [cipher, password, options, true]); 249 ReflectApply(createCipherWithIV, this, [cipher, key, options, true, iv]); 279 ReflectApply(createCipher, this, [cipher, password, options, false]); 295 ReflectApply(createCipherWithIV, this, [cipher, key, options, false, iv]);
|
D | hash.js | 5 ReflectApply, 73 ReflectApply(LazyTransform, this, [options]); 140 ReflectApply(LazyTransform, this, [options]);
|
D | sig.js | 6 ReflectApply, 61 ReflectApply(Writable, this, [options]); 202 ReflectApply(Writable, this, [options]);
|
D | webcrypto.js | 8 ReflectApply, 81 return ReflectApply(asyncDigest, this, [algorithm, data]); 314 return ReflectApply( 696 let keyData = await ReflectApply(exportKey, this, [format, key]); 791 return ReflectApply( 995 return ReflectApply(_getRandomValues, this, arguments);
|
/third_party/node/lib/ |
D | async_hooks.js | 13 ReflectApply, 203 ReflectApply(fn, thisArg, args); 235 return ReflectApply(resource.runInAsyncScope, resource, args); 327 return ReflectApply(callback, null, args); 338 return ReflectApply(callback, null, args); 346 return ReflectApply(callback, null, args); 350 return ReflectApply(callback, null, args);
|
D | domain.js | 40 ReflectApply, 161 const ret = ReflectApply(cb, this, args); 389 const ret = ReflectApply(fn, this, ArrayPrototypeSlice(arguments, 1)); 413 const ret = ReflectApply(cb, _this, ArrayPrototypeSlice(fnargs, 1)); 433 const ret = ReflectApply(cb, _this, fnargs); 489 return ReflectApply(eventEmit, this, args); 552 const ret = ReflectApply(eventEmit, this, args);
|
D | zlib.js | 38 ReflectApply, 290 ReflectApply(Transform, this, [{ autoDestroy: true, ...opts }]); 695 ReflectApply(ZlibBase, this, [opts, mode, handle, zlibDefaultOpts]); 735 ReflectApply(Zlib, this, [opts, DEFLATE]); 743 ReflectApply(Zlib, this, [opts, INFLATE]); 751 ReflectApply(Zlib, this, [opts, GZIP]); 759 ReflectApply(Zlib, this, [opts, GUNZIP]); 768 ReflectApply(Zlib, this, [opts, DEFLATERAW]); 776 ReflectApply(Zlib, this, [opts, INFLATERAW]); 784 ReflectApply(Zlib, this, [opts, UNZIP]); [all …]
|
D | stream.js | 27 ReflectApply, 69 return Stream.Readable.from(ReflectApply(op, this, args)); 87 return ReflectApply(op, this, args);
|
D | vm.js | 28 ReflectApply, 123 return ReflectApply(super.runInContext, this, args); 135 return ReflectApply(super.runInContext, this, args); 262 return ReflectApply(fn, thisArg, argsArray);
|
D | repl.js | 77 ReflectApply, 759 ReflectApply(complete, self, 763 ReflectApply(Interface, this, [{ 803 ReflectApply(cmd.action, this, [rest]); 869 ReflectApply(_memory, self, [cmd]); 885 if (ReflectApply(_parseREPLKeyword, self, [keyword, rest]) === true) { 903 ReflectApply(_memory, self, [cmd]); 1057 ReflectApply(Interface.prototype.close, this, []), 1063 ReflectApply(Interface.prototype.close, this, []), 1172 ReflectApply(Interface.prototype.setPrompt, this, [prompt]); [all …]
|
/third_party/node/deps/npm/node_modules/readable-stream/lib/ |
D | stream.js | 28 const { ObjectDefineProperty, ObjectKeys, ReflectApply } = require('./ours/primordials') 54 return Stream.Readable.from(ReflectApply(op, this, args)) 78 return ReflectApply(op, this, args)
|
/third_party/node/lib/internal/ |
D | freelist.js | 4 ReflectApply, 18 ReflectApply(this.ctor, this, arguments);
|
/third_party/node/lib/internal/fs/ |
D | sync_write_stream.js | 5 ReflectApply, 13 ReflectApply(Writable, this, [{ autoDestroy: true }]);
|
D | streams.js | 10 ReflectApply, 61 ReflectApply(orgEmit, this, args); 66 ReflectApply(orgEmit, this, args); 214 ReflectApply(Readable, this, [options]); 372 ReflectApply(Writable, this, [options]);
|
D | read_file_context.js | 6 ReflectApply, 115 ReflectApply(readFileAfterClose, { context }, [null]);
|
/third_party/node/lib/internal/perf/ |
D | timerify.js | 7 ReflectApply, 76 ReflectApply(fn, this, args);
|
/third_party/node/lib/internal/dns/ |
D | callback_resolver.js | 5 ReflectApply, 109 return ReflectApply(resolver, this, [hostname, callback]);
|
/third_party/node/lib/internal/assert/ |
D | calltracker.js | 10 ReflectApply, 119 return ReflectApply(fn, thisArg, argList);
|
/third_party/node/lib/internal/worker/ |
D | io.js | 17 ReflectApply, 218 return ReflectApply(originalCreateEvent, this, arguments); 307 return ReflectApply(origNewListener, this, arguments); 312 return ReflectApply(origRemoveListener, this, arguments);
|
/third_party/node/lib/internal/process/ |
D | per_thread.js | 19 ReflectApply, 118 binding._rawDebug(ReflectApply(format, null, args)); 373 (v) => ReflectApply(callback, thisArg, [v, v, this]),
|
/third_party/node/deps/npm/node_modules/events/ |
D | events.js | 25 var ReflectApply = R && typeof R.apply === 'function' variable 27 : function ReflectApply(target, receiver, args) { 153 ReflectApply(handler, this, args); 158 ReflectApply(listeners[i], this, args);
|
/third_party/node/lib/internal/console/ |
D | constructor.js | 24 ReflectApply, 343 return ReflectApply(formatWithOptions, null, args); 352 return ReflectApply(formatWithOptions, null, args); 438 ReflectApply(this.warn, this, args); 487 ReflectApply(this.log, this, data);
|