Lines Matching refs:args
197 runInAsyncScope(fn, thisArg, ...args) {
203 ReflectApply(fn, thisArg, args);
233 bound = function(...args) {
234 ArrayPrototypeUnshift(args, fn, this);
235 return ReflectApply(resource.runInAsyncScope, resource, args);
287 return AsyncLocalStorage.bind((cb, ...args) => cb(...args));
324 run(store, callback, ...args) {
327 return ReflectApply(callback, null, args);
338 return ReflectApply(callback, null, args);
344 exit(callback, ...args) {
346 return ReflectApply(callback, null, args);
350 return ReflectApply(callback, null, args);