/third_party/typescript/tests/baselines/reference/ |
H A 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; }; };
|
H A D | emitArrowFunctionWhenUsingArguments13_ES6.js | 3 var _arguments = 10; 4 var a = (arguments) => () => _arguments; 9 var _arguments = 10;
10 var a = (arguments) => () => _arguments;
|
H A D | emitArrowFunctionWhenUsingArguments19.js | 4 var _arguments = 10; // No capture in 'g', so no conflict. 6 var capture = () => arguments; // Should trigger an '_arguments' capture into function 'h' 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.
21 var capture = function () { return arguments; }; // Should trigger an '_arguments' capture into function 'h'
22 foo(_arguments); // Error as this does not resolve to the user defined '_arguments'
|
H A D | emitArrowFunctionWhenUsingArguments19_ES6.js | 4 var _arguments = 10; // No capture in 'g', so no conflict. 6 var capture = () => arguments; // Should trigger an '_arguments' capture into function 'h' 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.
21 var capture = () => arguments; // Should trigger an '_arguments' capture into function 'h'
22 foo(_arguments); // Error as this does not resolve to the user defined '_arguments'
|
H A 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 || []), [all...] |
H A 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 || []), [all...] |
H A 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 || []), [all...] |
H A 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 || []), [all...] |
H A 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());
|
H A D | emitter.forAwait(target=es2015).js | 54 var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
60 step((generator = generator.apply(thisArg, _arguments || [])).next());
96 var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
102 step((generator = generator.apply(thisArg, _arguments || [])).next());
146 var __asyncGenerator = (this && this.__asyncGenerator) || function (thisArg, _arguments, generator) {
148 var g = generator.apply(thisArg, _arguments || []), i, q = [];
191 var __asyncGenerator = (this && this.__asyncGenerator) || function (thisArg, _arguments, generator) {
193 var g = generator.apply(thisArg, _arguments || []), i, q = [];
228 var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
234 step((generator = generator.apply(thisArg, _arguments || [])) [all...] |
H A D | privateNamesIncompatibleModifiers.js | 39 var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
45 step((generator = generator.apply(thisArg, _arguments || [])).next());
49 var __asyncGenerator = (this && this.__asyncGenerator) || function (thisArg, _arguments, generator) {
51 var g = generator.apply(thisArg, _arguments || []), i, q = [];
|
H A D | emitArrowFunctionWhenUsingArguments09.js | 2 function f(_arguments) { 7 function f(_arguments) {
|
H A D | emitArrowFunctionWhenUsingArguments09_ES6.js | 2 function f(_arguments) { 7 function f(_arguments) {
|
H A D | emitArrowFunctionWhenUsingArguments10.js | 3 var _arguments = 10; 9 var _arguments = 10;
|
H A D | emitArrowFunctionWhenUsingArguments10_ES6.js | 3 var _arguments = 10; 9 var _arguments = 10;
|
H A D | emitArrowFunctionWhenUsingArguments11.js | 3 var _arguments = 10; 9 var _arguments = 10;
|
H A D | emitArrowFunctionWhenUsingArguments11_ES6.js | 3 var _arguments = 10; 9 var _arguments = 10;
|
H A D | asyncMultiFile_es6.js | 9 var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
15 step((generator = generator.apply(thisArg, _arguments || [])).next());
|
H A D | exportDefaultAsyncFunction.js | 7 var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
13 step((generator = generator.apply(thisArg, _arguments || [])).next());
|
H A D | importCallExpressionNestedES2015.js | 14 var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
20 step((generator = generator.apply(thisArg, _arguments || [])).next());
|
H A D | importCallExpressionNestedES2020.js | 15 var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
21 step((generator = generator.apply(thisArg, _arguments || [])).next());
|
H A D | asyncIIFE.js | 13 var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
19 step((generator = generator.apply(thisArg, _arguments || [])).next());
|
H A D | await_unaryExpression_es6.js | 19 var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
25 step((generator = generator.apply(thisArg, _arguments || [])).next());
|
H A D | await_unaryExpression_es6_1.js | 23 var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
29 step((generator = generator.apply(thisArg, _arguments || [])).next());
|
H A D | await_unaryExpression_es6_2.js | 15 var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
21 step((generator = generator.apply(thisArg, _arguments || [])).next());
|