Home
last modified time | relevance | path

Searched defs:thisArg (Results 1 – 25 of 35) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DjsFileCompilationRestParamJsDocFunction.js12 function apply(func, thisArg, ...args) { argument
39 function apply(func, thisArg) { argument
DassignmentToObjectAndFunction.js47 function apply(thisArg, argArray) { } argument
/third_party/node/lib/internal/assert/
Dcalltracker.js40 track(thisArg, args) { argument
42 ArrayPrototypePush(this.#calls, ObjectFreeze({ thisArg, arguments: argsClone })); property
117 apply(fn, thisArg, argList) { argument
/third_party/node/test/js-native-api/test_new_target/
Dtest_new_target.c8 napi_value thisArg; in BaseClass() local
32 napi_value thisArg; in Constructor() local
/third_party/node/test/parallel/
Dtest-assert-calltracker-getCalls.js22 { arguments: [arg1, arg2], thisArg: undefined }, property
23 { arguments: [arg2], thisArg: arg2 }]); property
Dtest-async-hooks-run-in-async-scope-this-arg.js9 const thisArg = {}; constant
Dtest-process-env-allowed-flags.js68 const thisArg = {}; constant
Dtest-diagnostics-channel-tracing-channel-sync-error.js11 const thisArg = { baz: 'buz' }; variable
Dtest-diagnostics-channel-tracing-channel-async-error.js11 const thisArg = { baz: 'buz' }; variable
Dtest-diagnostics-channel-tracing-channel-async.js11 const thisArg = { baz: 'buz' }; variable
Dtest-diagnostics-channel-tracing-channel-sync.js11 const thisArg = { baz: 'buz' }; variable
Dtest-diagnostics-channel-bind-store.js9 const thisArg = new Date(); constant
/third_party/node/lib/
Ddiagnostics_channel.js150 runStores(data, fn, thisArg, ...args) { argument
205 runStores(data, fn, thisArg, ...args) { argument
303 traceSync(fn, context = {}, thisArg, ...args) { argument
321 tracePromise(fn, context = {}, thisArg, ...args) { argument
359 traceCallback(fn, position = -1, context = {}, thisArg, ...args) { argument
Dasync_hooks.js197 runInAsyncScope(fn, thisArg, ...args) { argument
228 bind(fn, thisArg) { argument
259 static bind(fn, type, thisArg) { argument
Dvm.js254 function sigintHandlersWrap(fn, thisArg, argsArray) { argument
/third_party/jerryscript/tests/jerry/
Darray-prototype-map.js99 var thisArg = {add: 10}; variable
/third_party/jerryscript/tests/jerry/es2015/
Dmap-prototype-foreach.js115 map.forEach(function(value, key, thisArg) { argument
Dset.js125 s.forEach(function(value, key, thisArg) { argument
Darray-from.js129 function testArrayFrom(thisArg, constructor) { argument
Dproxy_call.js49 apply: function (target, thisArg, argumentsList) { argument
/third_party/node/deps/npm/node_modules/minipass-fetch/lib/
Dheaders.js96 forEach (callback, thisArg = undefined) { argument
/third_party/node/deps/undici/src/lib/fetch/
Dformdata.js191 forEach (callbackFn, thisArg = globalThis) { argument
/third_party/node/lib/internal/process/
Dper_thread.js369 forEach(callback, thisArg = undefined) { argument
/third_party/node/lib/internal/test_runner/mock/
Dmock.js374 apply(_fn, thisArg, argList) { argument
/third_party/node/lib/internal/webstreams/
Dutil.js190 function ensureIsPromise(fn, thisArg, ...args) { argument

12