Home
last modified time | relevance | path

Searched refs:_arguments (Results 1 - 25 of 145) sorted by relevance

123456

/third_party/typescript/tests/baselines/reference/
H A DemitArrowFunctionWhenUsingArguments13.js3 var _arguments = 10;
4 var a = (arguments) => () => _arguments;
9 var _arguments = 10;
10 var a = function (arguments) { return function () { return _arguments; }; };
H A DemitArrowFunctionWhenUsingArguments13_ES6.js3 var _arguments = 10;
4 var a = (arguments) => () => _arguments;
9 var _arguments = 10;
10 var a = (arguments) => () => _arguments;
H A DemitArrowFunctionWhenUsingArguments19.js4 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 DemitArrowFunctionWhenUsingArguments19_ES6.js4 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 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 || []),
[all...]
H A 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 || []),
[all...]
H A 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 || []),
[all...]
H A 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 || []),
[all...]
H A 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());
H A Demitter.forAwait(target=es2015).js54 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 DprivateNamesIncompatibleModifiers.js39 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 DemitArrowFunctionWhenUsingArguments09.js2 function f(_arguments) {
7 function f(_arguments) {
H A DemitArrowFunctionWhenUsingArguments09_ES6.js2 function f(_arguments) {
7 function f(_arguments) {
H A DemitArrowFunctionWhenUsingArguments10.js3 var _arguments = 10;
9 var _arguments = 10;
H A DemitArrowFunctionWhenUsingArguments10_ES6.js3 var _arguments = 10;
9 var _arguments = 10;
H A DemitArrowFunctionWhenUsingArguments11.js3 var _arguments = 10;
9 var _arguments = 10;
H A DemitArrowFunctionWhenUsingArguments11_ES6.js3 var _arguments = 10;
9 var _arguments = 10;
H A DasyncMultiFile_es6.js9 var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
15 step((generator = generator.apply(thisArg, _arguments || [])).next());
H A DexportDefaultAsyncFunction.js7 var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
13 step((generator = generator.apply(thisArg, _arguments || [])).next());
H A DimportCallExpressionNestedES2015.js14 var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
20 step((generator = generator.apply(thisArg, _arguments || [])).next());
H A DimportCallExpressionNestedES2020.js15 var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
21 step((generator = generator.apply(thisArg, _arguments || [])).next());
H A DasyncIIFE.js13 var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
19 step((generator = generator.apply(thisArg, _arguments || [])).next());
H A Dawait_unaryExpression_es6.js19 var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
25 step((generator = generator.apply(thisArg, _arguments || [])).next());
H A Dawait_unaryExpression_es6_1.js23 var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
29 step((generator = generator.apply(thisArg, _arguments || [])).next());
H A Dawait_unaryExpression_es6_2.js15 var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
21 step((generator = generator.apply(thisArg, _arguments || [])).next());

Completed in 11 milliseconds

123456