Home
last modified time | relevance | path

Searched refs:ReflectApply (Results 1 – 25 of 55) sorted by relevance

123

/third_party/node/lib/internal/cluster/
Dworker.js5 ReflectApply,
19 ReflectApply(EventEmitter, this, []);
44 ReflectApply(this.destroy, this, arguments);
48 return ReflectApply(this.process.send, this.process, arguments);
Dutils.js4 ReflectApply,
49 ReflectApply(fn, worker, arguments);
Dchild.js7 ReflectApply,
60 ReflectApply(_disconnect, worker, [true]);
152 return ReflectApply(close, handle, arguments);
289 ReflectApply(_disconnect, this, []);
/third_party/node/lib/internal/crypto/
Dcipher.js5 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]);
Dhash.js5 ReflectApply,
73 ReflectApply(LazyTransform, this, [options]);
140 ReflectApply(LazyTransform, this, [options]);
Dsig.js6 ReflectApply,
61 ReflectApply(Writable, this, [options]);
202 ReflectApply(Writable, this, [options]);
Dwebcrypto.js8 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/
Dasync_hooks.js13 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);
Ddomain.js40 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);
Dzlib.js38 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 …]
Dstream.js27 ReflectApply,
69 return Stream.Readable.from(ReflectApply(op, this, args));
87 return ReflectApply(op, this, args);
Dvm.js28 ReflectApply,
123 return ReflectApply(super.runInContext, this, args);
135 return ReflectApply(super.runInContext, this, args);
262 return ReflectApply(fn, thisArg, argsArray);
Drepl.js77 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/
Dstream.js28 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/
Dfreelist.js4 ReflectApply,
18 ReflectApply(this.ctor, this, arguments);
/third_party/node/lib/internal/fs/
Dsync_write_stream.js5 ReflectApply,
13 ReflectApply(Writable, this, [{ autoDestroy: true }]);
Dstreams.js10 ReflectApply,
61 ReflectApply(orgEmit, this, args);
66 ReflectApply(orgEmit, this, args);
214 ReflectApply(Readable, this, [options]);
372 ReflectApply(Writable, this, [options]);
Dread_file_context.js6 ReflectApply,
115 ReflectApply(readFileAfterClose, { context }, [null]);
/third_party/node/lib/internal/perf/
Dtimerify.js7 ReflectApply,
76 ReflectApply(fn, this, args);
/third_party/node/lib/internal/dns/
Dcallback_resolver.js5 ReflectApply,
109 return ReflectApply(resolver, this, [hostname, callback]);
/third_party/node/lib/internal/assert/
Dcalltracker.js10 ReflectApply,
119 return ReflectApply(fn, thisArg, argList);
/third_party/node/lib/internal/worker/
Dio.js17 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/
Dper_thread.js19 ReflectApply,
118 binding._rawDebug(ReflectApply(format, null, args));
373 (v) => ReflectApply(callback, thisArg, [v, v, this]),
/third_party/node/deps/npm/node_modules/events/
Devents.js25 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/
Dconstructor.js24 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);

123