Home
last modified time | relevance | path

Searched refs:_arguments (Results 1 – 25 of 212) sorted by relevance

123456789

/third_party/typescript/tests/baselines/reference/
DemitArrowFunctionWhenUsingArguments19_ES6.symbols8 var _arguments = 10; // No capture in 'g', so no conflict.
9 >_arguments : Symbol(_arguments, Decl(emitArrowFunctionWhenUsingArguments19_ES6.ts, 2, 11))
14 … var capture = () => arguments; // Should trigger an '_arguments' capture into function 'h'
18 … foo(_arguments); // Error as this does not resolve to the user defined '_arguments'
20 >_arguments : Symbol(_arguments, Decl(emitArrowFunctionWhenUsingArguments19_ES6.ts, 2, 11))
DemitArrowFunctionWhenUsingArguments19.symbols8 var _arguments = 10; // No capture in 'g', so no conflict.
9 >_arguments : Symbol(_arguments, Decl(emitArrowFunctionWhenUsingArguments19.ts, 2, 11))
14 … var capture = () => arguments; // Should trigger an '_arguments' capture into function 'h'
18 … foo(_arguments); // Error as this does not resolve to the user defined '_arguments'
20 >_arguments : Symbol(_arguments, Decl(emitArrowFunctionWhenUsingArguments19.ts, 2, 11))
DemitArrowFunctionWhenUsingArguments13_ES6.types5 var _arguments = 10;
6 >_arguments : number
9 var a = (arguments) => () => _arguments;
11 >(arguments) => () => _arguments : (arguments: any) => () => number
13 >() => _arguments : () => number
14 >_arguments : number
DemitArrowFunctionWhenUsingArguments13.types5 var _arguments = 10;
6 >_arguments : number
9 var a = (arguments) => () => _arguments;
11 >(arguments) => () => _arguments : (arguments: any) => () => number
13 >() => _arguments : () => number
14 >_arguments : number
DemitArrowFunctionWhenUsingArguments19.types8 var _arguments = 10; // No capture in 'g', so no conflict.
9 >_arguments : number
15 … var capture = () => arguments; // Should trigger an '_arguments' capture into function 'h'
20 … foo(_arguments); // Error as this does not resolve to the user defined '_arguments'
21 >foo(_arguments) : number
23 >_arguments : number
DemitArrowFunctionWhenUsingArguments19_ES6.types8 var _arguments = 10; // No capture in 'g', so no conflict.
9 >_arguments : number
15 … var capture = () => arguments; // Should trigger an '_arguments' capture into function 'h'
20 … foo(_arguments); // Error as this does not resolve to the user defined '_arguments'
21 >foo(_arguments) : number
23 >_arguments : number
DemitArrowFunctionWhenUsingArguments13.symbols5 var _arguments = 10;
6 >_arguments : Symbol(_arguments, Decl(emitArrowFunctionWhenUsingArguments13.ts, 1, 7))
8 var a = (arguments) => () => _arguments;
11 >_arguments : Symbol(_arguments, Decl(emitArrowFunctionWhenUsingArguments13.ts, 1, 7))
DemitArrowFunctionWhenUsingArguments13_ES6.symbols5 var _arguments = 10;
6 >_arguments : Symbol(_arguments, Decl(emitArrowFunctionWhenUsingArguments13_ES6.ts, 1, 7))
8 var a = (arguments) => () => _arguments;
11 >_arguments : Symbol(_arguments, Decl(emitArrowFunctionWhenUsingArguments13_ES6.ts, 1, 7))
DemitArrowFunctionWhenUsingArguments13.js3 var _arguments = 10;
4 var a = (arguments) => () => _arguments;
9 var _arguments = 10;
10 var a = function (arguments) { return function () { return _arguments; }; };
DemitArrowFunctionWhenUsingArguments13_ES6.js3 var _arguments = 10;
4 var a = (arguments) => () => _arguments;
9 var _arguments = 10;
10 var a = (arguments) => () => _arguments;
DemitArrowFunctionWhenUsingArguments19_ES6.js4 var _arguments = 10; // No capture in 'g', so no conflict.
7 … foo(_arguments); // Error as this does not resolve to the user defined '_arguments'
19 var _arguments = 10; // No capture in 'g', so no conflict.
22 foo(_arguments); // Error as this does not resolve to the user defined '_arguments'
DemitArrowFunctionWhenUsingArguments19.js4 var _arguments = 10; // No capture in 'g', so no conflict.
7 … foo(_arguments); // Error as this does not resolve to the user defined '_arguments'
19 var _arguments = 10; // No capture in 'g', so no conflict.
22 foo(_arguments); // Error as this does not resolve to the user defined '_arguments'
Demitter.asyncGenerators.classMethods.es2015.js65 var __asyncGenerator = (this && this.__asyncGenerator) || function (thisArg, _arguments, generator)…
67 var g = generator.apply(thisArg, _arguments || []), i, q = [];
84 var __asyncGenerator = (this && this.__asyncGenerator) || function (thisArg, _arguments, generator)…
86 var g = generator.apply(thisArg, _arguments || []), i, q = [];
104 var __asyncGenerator = (this && this.__asyncGenerator) || function (thisArg, _arguments, generator)…
106 var g = generator.apply(thisArg, _arguments || []), i, q = [];
136 var __asyncGenerator = (this && this.__asyncGenerator) || function (thisArg, _arguments, generator)…
138 var g = generator.apply(thisArg, _arguments || []), i, q = [];
156 var __asyncGenerator = (this && this.__asyncGenerator) || function (thisArg, _arguments, generator)…
158 var g = generator.apply(thisArg, _arguments || []), i, q = [];
[all …]
Demitter.asyncGenerators.objectLiteralMethods.es2015.js48 var __asyncGenerator = (this && this.__asyncGenerator) || function (thisArg, _arguments, generator)…
50 var g = generator.apply(thisArg, _arguments || []), i, q = [];
67 var __asyncGenerator = (this && this.__asyncGenerator) || function (thisArg, _arguments, generator)…
69 var g = generator.apply(thisArg, _arguments || []), i, q = [];
87 var __asyncGenerator = (this && this.__asyncGenerator) || function (thisArg, _arguments, generator)…
89 var g = generator.apply(thisArg, _arguments || []), i, q = [];
119 var __asyncGenerator = (this && this.__asyncGenerator) || function (thisArg, _arguments, generator)…
121 var g = generator.apply(thisArg, _arguments || []), i, q = [];
139 var __asyncGenerator = (this && this.__asyncGenerator) || function (thisArg, _arguments, generator)…
141 var g = generator.apply(thisArg, _arguments || []), i, q = [];
[all …]
Demitter.asyncGenerators.functionDeclarations.es2015.js34 var __asyncGenerator = (this && this.__asyncGenerator) || function (thisArg, _arguments, generator)…
36 var g = generator.apply(thisArg, _arguments || []), i, q = [];
51 var __asyncGenerator = (this && this.__asyncGenerator) || function (thisArg, _arguments, generator)…
53 var g = generator.apply(thisArg, _arguments || []), i, q = [];
69 var __asyncGenerator = (this && this.__asyncGenerator) || function (thisArg, _arguments, generator)…
71 var g = generator.apply(thisArg, _arguments || []), i, q = [];
99 var __asyncGenerator = (this && this.__asyncGenerator) || function (thisArg, _arguments, generator)…
101 var g = generator.apply(thisArg, _arguments || []), i, q = [];
117 var __asyncGenerator = (this && this.__asyncGenerator) || function (thisArg, _arguments, generator)…
119 var g = generator.apply(thisArg, _arguments || []), i, q = [];
[all …]
Demitter.asyncGenerators.functionExpressions.es2015.js34 var __asyncGenerator = (this && this.__asyncGenerator) || function (thisArg, _arguments, generator)…
36 var g = generator.apply(thisArg, _arguments || []), i, q = [];
51 var __asyncGenerator = (this && this.__asyncGenerator) || function (thisArg, _arguments, generator)…
53 var g = generator.apply(thisArg, _arguments || []), i, q = [];
69 var __asyncGenerator = (this && this.__asyncGenerator) || function (thisArg, _arguments, generator)…
71 var g = generator.apply(thisArg, _arguments || []), i, q = [];
99 var __asyncGenerator = (this && this.__asyncGenerator) || function (thisArg, _arguments, generator)…
101 var g = generator.apply(thisArg, _arguments || []), i, q = [];
117 var __asyncGenerator = (this && this.__asyncGenerator) || function (thisArg, _arguments, generator)…
119 var g = generator.apply(thisArg, _arguments || []), i, q = [];
[all …]
DemitArrowFunctionWhenUsingArguments19.errors.txt7 var _arguments = 10; // No capture in 'g', so no conflict.
9 … var capture = () => arguments; // Should trigger an '_arguments' capture into function 'h'
12 … foo(_arguments); // Error as this does not resolve to the user defined '_arguments'
DemitArrowFunctionWhenUsingArguments09.types2 function f(_arguments) {
3 >f : (_arguments: any) => void
4 >_arguments : any
DemitArrowFunctionWhenUsingArguments09_ES6.types2 function f(_arguments) {
3 >f : (_arguments: any) => void
4 >_arguments : any
DemitArrowFunctionWhenUsingArguments09.symbols2 function f(_arguments) {
4 >_arguments : Symbol(_arguments, Decl(emitArrowFunctionWhenUsingArguments09.ts, 0, 11))
DemitArrowFunctionWhenUsingArguments09_ES6.symbols2 function f(_arguments) {
4 >_arguments : Symbol(_arguments, Decl(emitArrowFunctionWhenUsingArguments09_ES6.ts, 0, 11))
DemitArrowFunctionWhenUsingArguments10_ES6.symbols5 var _arguments = 10;
6 >_arguments : Symbol(_arguments, Decl(emitArrowFunctionWhenUsingArguments10_ES6.ts, 1, 7))
DemitArrowFunctionWhenUsingArguments10.symbols5 var _arguments = 10;
6 >_arguments : Symbol(_arguments, Decl(emitArrowFunctionWhenUsingArguments10.ts, 1, 7))
DasyncFunctionsAcrossFiles.js19 var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
25 step((generator = generator.apply(thisArg, _arguments || [])).next());
35 var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
41 step((generator = generator.apply(thisArg, _arguments || [])).next());
/third_party/libinput/completion/zsh/
D_libinput35 _arguments \
42 _arguments \
86 _arguments \
96 _arguments \
114 _arguments -C \
135 _arguments \
142 _arguments \
151 _arguments \
160 _arguments \
174 _arguments -C \
[all …]

123456789