/third_party/typescript/tests/baselines/reference/ |
D | emitArrowFunctionWhenUsingArguments19_ES6.symbols | 8 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))
|
D | emitArrowFunctionWhenUsingArguments19.symbols | 8 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))
|
D | emitArrowFunctionWhenUsingArguments13_ES6.types | 5 var _arguments = 10; 6 >_arguments : number 9 var a = (arguments) => () => _arguments; 11 >(arguments) => () => _arguments : (arguments: any) => () => number 13 >() => _arguments : () => number 14 >_arguments : number
|
D | emitArrowFunctionWhenUsingArguments13.types | 5 var _arguments = 10; 6 >_arguments : number 9 var a = (arguments) => () => _arguments; 11 >(arguments) => () => _arguments : (arguments: any) => () => number 13 >() => _arguments : () => number 14 >_arguments : number
|
D | emitArrowFunctionWhenUsingArguments19.types | 8 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
|
D | emitArrowFunctionWhenUsingArguments19_ES6.types | 8 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
|
D | emitArrowFunctionWhenUsingArguments13.symbols | 5 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))
|
D | emitArrowFunctionWhenUsingArguments13_ES6.symbols | 5 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))
|
D | emitArrowFunctionWhenUsingArguments13.js | 3 var _arguments = 10; 4 var a = (arguments) => () => _arguments; 9 var _arguments = 10; 10 var a = function (arguments) { return function () { return _arguments; }; };
|
D | emitArrowFunctionWhenUsingArguments13_ES6.js | 3 var _arguments = 10; 4 var a = (arguments) => () => _arguments; 9 var _arguments = 10; 10 var a = (arguments) => () => _arguments;
|
D | emitArrowFunctionWhenUsingArguments19_ES6.js | 4 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'
|
D | emitArrowFunctionWhenUsingArguments19.js | 4 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'
|
D | emitter.asyncGenerators.classMethods.es2015.js | 65 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 …]
|
D | emitter.asyncGenerators.objectLiteralMethods.es2015.js | 48 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 …]
|
D | emitter.asyncGenerators.functionDeclarations.es2015.js | 34 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 …]
|
D | emitter.asyncGenerators.functionExpressions.es2015.js | 34 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 …]
|
D | emitArrowFunctionWhenUsingArguments19.errors.txt | 7 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'
|
D | emitArrowFunctionWhenUsingArguments09.types | 2 function f(_arguments) { 3 >f : (_arguments: any) => void 4 >_arguments : any
|
D | emitArrowFunctionWhenUsingArguments09_ES6.types | 2 function f(_arguments) { 3 >f : (_arguments: any) => void 4 >_arguments : any
|
D | emitArrowFunctionWhenUsingArguments09.symbols | 2 function f(_arguments) { 4 >_arguments : Symbol(_arguments, Decl(emitArrowFunctionWhenUsingArguments09.ts, 0, 11))
|
D | emitArrowFunctionWhenUsingArguments09_ES6.symbols | 2 function f(_arguments) { 4 >_arguments : Symbol(_arguments, Decl(emitArrowFunctionWhenUsingArguments09_ES6.ts, 0, 11))
|
D | emitArrowFunctionWhenUsingArguments10_ES6.symbols | 5 var _arguments = 10; 6 >_arguments : Symbol(_arguments, Decl(emitArrowFunctionWhenUsingArguments10_ES6.ts, 1, 7))
|
D | emitArrowFunctionWhenUsingArguments10.symbols | 5 var _arguments = 10; 6 >_arguments : Symbol(_arguments, Decl(emitArrowFunctionWhenUsingArguments10.ts, 1, 7))
|
D | asyncFunctionsAcrossFiles.js | 19 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 | _libinput | 35 _arguments \ 42 _arguments \ 86 _arguments \ 96 _arguments \ 114 _arguments -C \ 135 _arguments \ 142 _arguments \ 151 _arguments \ 160 _arguments \ 174 _arguments -C \ [all …]
|