| /arkcompiler/ets_frontend/es2panda/test/compiler/js/regAllocator/ |
| D | test-spill-fill.js | 2 let a = undefined; 3 let aa = undefined; 4 let aaa = undefined; 5 let aaaa = undefined; 6 let aaaaa = undefined; 7 let aaaaaa = undefined; 8 let aaaaaaa = undefined; 9 let aaaaaaaa = undefined; 10 let b = undefined; 11 let bb = undefined; [all …]
|
| D | test-spill-fill-with-env-args.js | 2 let a = undefined; 3 let aa = undefined; 4 let aaa = undefined; 5 let aaaa = undefined; 6 let aaaaa = undefined; 7 let aaaaaa = undefined; 8 let aaaaaaa = undefined; 9 let aaaaaaaa = undefined; 10 let b = undefined; 11 let bb = undefined; [all …]
|
| D | test-spill-fill-with-CFG.js | 4 let a = undefined; 5 let aa = undefined; 6 let aaa = undefined; 7 let aaaa = undefined; 8 let aaaaa = undefined; 9 let aaaaaa = undefined; 10 let aaaaaaa = undefined; 11 let aaaaaaaa = undefined; 12 let b = undefined; 13 let bb = undefined; [all …]
|
| D | test-spill-fill-2.js | 2 let a = undefined; 3 let aa = undefined; 4 let aaa = undefined; 5 let aaaa = undefined; 6 let aaaaa = undefined; 7 let aaaaaa = undefined; 8 let aaaaaaa = undefined; 9 let aaaaaaaa = undefined; 10 let b = undefined; 11 let bb = undefined; [all …]
|
| D | test-range-spill-fill-with-CFG.js | 4 let a = undefined; 5 let aa = undefined; 6 let aaa = undefined; 7 let aaaa = undefined; 8 let aaaaa = undefined; 9 let aaaaaa = undefined; 10 let aaaaaaa = undefined; 11 let aaaaaaaa = undefined; 12 let b = undefined; 13 let bb = undefined; [all …]
|
| /arkcompiler/ets_frontend/ts2panda/src/ |
| D | pandasm.ts | 31 public rt: string | undefined; // return type is always 'any', so we ignore it in json 33 constructor(params: number = 0, retType?: string | undefined) { 40 public o: number | undefined; // op 41 public r: Array<number> | undefined; // resgs 42 public id: Array<string> | undefined; // ids 43 public im: Array<number> | undefined; // imms 44 public l: string | undefined; // label 46 public d: DebugPosInfo | undefined; // debug position info 48 op: number | undefined = undefined, 49 regs: Array<number> | undefined = undefined, [all …]
|
| D | scope.ts | 95 protected parent: Scope | undefined = undefined; 97 protected startInsIdx: number | undefined; 98 protected endInsIdx: number | undefined; 103 … add(decl: Decl | string, declKind: VarDeclarationKind, status?: InitStatus): Variable | undefined; 125 setParent(parentScope: Scope | undefined) { 129 getParent(): Scope | undefined { 134 let sp: Scope | undefined = this; 136 while (pp != undefined) { 144 getNearestVariableScope(): VariableScope | undefined { 145 let sp: Scope | undefined = this; [all …]
|
| D | jshelpers.d.ts | 25 …de: ts.Node, message: ts.DiagnosticMessage, ...args: (string | number | undefined)[]): ts.Diagnost… 26 …erDiagnostic(message: ts.DiagnosticMessage, ...args: (string | number | undefined)[]): ts.Diagnost… 27 …gth: number, message: ts.DiagnosticMessage, ...args: (string | number | undefined)[]): ts.Diagnost… 31 export function getContainingClass(node: ts.Node): ts.ClassLikeDeclaration | undefined; 32 export function declarationNameToString(name: ts.DeclarationName | ts.QualifiedName | undefined); 33 export function getContainingFunction(node: ts.Node): ts.SignatureDeclaration | undefined; 41 …t function getContainingFunctionDeclaration(node: ts.Node): ts.FunctionLikeDeclaration | undefined; 42 export function tokenToString(t: ts.SyntaxKind): string | undefined; 43 export function getNewTargetContainer(node: ts.Node): ts.Node | undefined; 48 export function nodeIsPresent(node: ts.Node | undefined): boolean; [all …]
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_math_test.cpp | 56 …cmaRuntimeCallInfo = TestHelper::CreateEcmaRuntimeCallInfo(thread_, JSTaggedValue::Undefined(), 6); in HWTEST_F_L0() 57 ecmaRuntimeCallInfo->SetFunction(JSTaggedValue::Undefined()); in HWTEST_F_L0() 58 ecmaRuntimeCallInfo->SetThis(JSTaggedValue::Undefined()); in HWTEST_F_L0() 71 …cmaRuntimeCallInfo = TestHelper::CreateEcmaRuntimeCallInfo(thread_, JSTaggedValue::Undefined(), 6); in HWTEST_F_L0() 72 ecmaRuntimeCallInfo->SetFunction(JSTaggedValue::Undefined()); in HWTEST_F_L0() 73 ecmaRuntimeCallInfo->SetThis(JSTaggedValue::Undefined()); in HWTEST_F_L0() 86 …cmaRuntimeCallInfo = TestHelper::CreateEcmaRuntimeCallInfo(thread_, JSTaggedValue::Undefined(), 6); in HWTEST_F_L0() 87 ecmaRuntimeCallInfo->SetFunction(JSTaggedValue::Undefined()); in HWTEST_F_L0() 88 ecmaRuntimeCallInfo->SetThis(JSTaggedValue::Undefined()); in HWTEST_F_L0() 101 …cmaRuntimeCallInfo = TestHelper::CreateEcmaRuntimeCallInfo(thread_, JSTaggedValue::Undefined(), 6); in HWTEST_F_L0() [all …]
|
| D | builtins_symbol_test.cpp | 74 …ecmaRuntimeCallInfo = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 4); in HWTEST_F_L0() 75 ecmaRuntimeCallInfo->SetFunction(JSTaggedValue::Undefined()); in HWTEST_F_L0() 87 // Undefined not Object in HWTEST_F_L0() 88 …ecmaRuntimeCallInfo = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 4); in HWTEST_F_L0() 89 ecmaRuntimeCallInfo->SetFunction(JSTaggedValue::Undefined()); in HWTEST_F_L0() 90 ecmaRuntimeCallInfo->SetThis(JSTaggedValue::Undefined()); in HWTEST_F_L0() 102 …ecmaRuntimeCallInfo = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 4); in HWTEST_F_L0() 103 ecmaRuntimeCallInfo->SetFunction(JSTaggedValue::Undefined()); in HWTEST_F_L0() 121 …ecmaRuntimeCallInfo = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 4); in HWTEST_F_L0() 122 ecmaRuntimeCallInfo->SetFunction(JSTaggedValue::Undefined()); in HWTEST_F_L0() [all …]
|
| D | builtins_object_test.cpp | 100 auto objCallInfo = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 4); in HWTEST_F_L0() 101 objCallInfo->SetFunction(JSTaggedValue::Undefined()); in HWTEST_F_L0() 102 objCallInfo->SetThis(JSTaggedValue::Undefined()); in HWTEST_F_L0() 121 tgObjCallInfo->SetThis(JSTaggedValue::Undefined()); in HWTEST_F_L0() 140 vnObjCallInfo->SetThis(JSTaggedValue::Undefined()); in HWTEST_F_L0() 175 …auto assignObjCallInfo = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(),… in HWTEST_F_L0() 176 assignObjCallInfo->SetFunction(JSTaggedValue::Undefined()); in HWTEST_F_L0() 177 assignObjCallInfo->SetThis(JSTaggedValue::Undefined()); in HWTEST_F_L0() 199 auto objCallInfo = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 6); in HWTEST_F_L0() 200 objCallInfo->SetFunction(JSTaggedValue::Undefined()); in HWTEST_F_L0() [all …]
|
| D | builtins_atomics_test.cpp | 193 JSHandle<JSTaggedValue> undefined(thread, JSTaggedValue::Undefined()); in CreateTypedArray() local 194 arrayFunc = JSHandle<JSFunction>(undefined); in CreateTypedArray() 252 …cmaRuntimeCallInfo = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 10); in HWTEST_F_L0() 253 ecmaRuntimeCallInfo->SetFunction(JSTaggedValue::Undefined()); in HWTEST_F_L0() 254 ecmaRuntimeCallInfo->SetThis(JSTaggedValue::Undefined()); in HWTEST_F_L0() 272 …cmaRuntimeCallInfo = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 10); in HWTEST_F_L0() 273 ecmaRuntimeCallInfo->SetFunction(JSTaggedValue::Undefined()); in HWTEST_F_L0() 274 ecmaRuntimeCallInfo->SetThis(JSTaggedValue::Undefined()); in HWTEST_F_L0() 293 …cmaRuntimeCallInfo = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 10); in HWTEST_F_L0() 294 ecmaRuntimeCallInfo->SetFunction(JSTaggedValue::Undefined()); in HWTEST_F_L0() [all …]
|
| D | builtins_json_test.cpp | 81 return JSTaggedValue::Undefined(); in TestForParse() 85 return JSTaggedValue::Undefined(); in TestForParse() 96 return JSTaggedValue::Undefined(); in TestForParse1() 105 return JSTaggedValue::Undefined(); in TestForStringfy() 109 return JSTaggedValue::Undefined(); in TestForStringfy() 114 return JSTaggedValue::Undefined(); in TestForStringfy() 156 …ecmaRuntimeCallInfo = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 6); in HWTEST_F_L0() 157 ecmaRuntimeCallInfo->SetFunction(JSTaggedValue::Undefined()); in HWTEST_F_L0() 158 ecmaRuntimeCallInfo->SetThis(JSTaggedValue::Undefined()); in HWTEST_F_L0() 176 …ecmaRuntimeCallInfo = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 8); in HWTEST_F_L0() [all …]
|
| /arkcompiler/ets_frontend/ts2panda/tests/watch_expression/ |
| D | addWatch.test.ts | 75 `, undefined, undefined, undefined, undefined, true); 76 IRNode.pg = new PandaGen("", creatAstFromSnippet(``), 0, undefined); 101 `, undefined, undefined, undefined, undefined, true); 102 IRNode.pg = new PandaGen("", creatAstFromSnippet(``), 0, undefined); 132 `, undefined, undefined, undefined, undefined, true); 133 IRNode.pg = new PandaGen("", creatAstFromSnippet(``), 0, undefined); 154 `, undefined, undefined, undefined, undefined, true); 155 IRNode.pg = new PandaGen("", creatAstFromSnippet(``), 0, undefined); 175 `, undefined, undefined, undefined, undefined, true); 176 IRNode.pg = new PandaGen("", creatAstFromSnippet(``), 0, undefined); [all …]
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/ |
| D | undefined_as_value.ts | 17 let a: undefined = undefined; 18 let b: undefined[] = [undefined, undefined]; variable 19 let c = [undefined, undefined, undefined]; variable 21 function foo(a: undefined) : undefined { 22 return undefined; 25 foo(undefined);
|
| /arkcompiler/ets_runtime/ecmascript/containers/tests/ |
| D | containers_treeset_test.cpp | 72 return JSTaggedValue::Undefined(); in TestForEachFunc() 101 ComparisonResult res = ComparisonResult::UNDEFINED; in TestCompareFunction() 123 … auto objCallInfo = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 6); in InitializeTreeSetConstructor() 124 objCallInfo->SetFunction(JSTaggedValue::Undefined()); in InitializeTreeSetConstructor() 134 JSHandle<JSAPITreeSet> CreateJSAPITreeSet(JSTaggedValue compare = JSTaggedValue::Undefined()) in CreateJSAPITreeSet() 138 … auto objCallInfo = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 6); in CreateJSAPITreeSet() 141 objCallInfo->SetThis(JSTaggedValue::Undefined()); in CreateJSAPITreeSet() 159 auto objCallInfo = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 6); in HWTEST_F_L0() 162 objCallInfo->SetThis(JSTaggedValue::Undefined()); in HWTEST_F_L0() 179 objCallInfo->SetNewTarget(JSTaggedValue::Undefined()); in HWTEST_F_L0() [all …]
|
| D | containers_treemap_test.cpp | 75 return JSTaggedValue::Undefined(); in TestForEachFunc() 104 ComparisonResult res = ComparisonResult::UNDEFINED; in TestCompareFunction() 126 … auto objCallInfo = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 6); in InitializeTreeMapConstructor() 127 objCallInfo->SetFunction(JSTaggedValue::Undefined()); in InitializeTreeMapConstructor() 137 JSHandle<JSAPITreeMap> CreateJSAPITreeMap(JSTaggedValue compare = JSTaggedValue::Undefined()) in CreateJSAPITreeMap() 141 … auto objCallInfo = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 6); in CreateJSAPITreeMap() 144 objCallInfo->SetThis(JSTaggedValue::Undefined()); in CreateJSAPITreeMap() 162 auto objCallInfo = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 6); in HWTEST_F_L0() 165 objCallInfo->SetThis(JSTaggedValue::Undefined()); in HWTEST_F_L0() 166 objCallInfo->SetCallArg(0, JSTaggedValue::Undefined()); in HWTEST_F_L0() [all …]
|
| D | containers_vector_test.cpp | 75 return JSTaggedValue::Undefined(); in TestForEachFunc() 91 return JSTaggedValue::Undefined(); in TestReplaceAllElementsFunc() 105 … auto objCallInfo = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 6); in InitializeVectorConstructor() 106 objCallInfo->SetFunction(JSTaggedValue::Undefined()); in InitializeVectorConstructor() 116 JSHandle<JSAPIVector> CreateJSAPIVector(JSTaggedValue compare = JSTaggedValue::Undefined()) in CreateJSAPIVector() 120 … auto objCallInfo = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 6); in CreateJSAPIVector() 123 objCallInfo->SetThis(JSTaggedValue::Undefined()); in CreateJSAPIVector() 141 auto objCallInfo = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 4); in HWTEST_F_L0() 144 objCallInfo->SetThis(JSTaggedValue::Undefined()); in HWTEST_F_L0() 159 objCallInfo->SetNewTarget(JSTaggedValue::Undefined()); in HWTEST_F_L0() [all …]
|
| D | containers_hashmap_test.cpp | 75 return JSTaggedValue::Undefined(); in TestForEachFunc() 89 … auto objCallInfo = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 6); in InitializeHashMapConstructor() 90 objCallInfo->SetFunction(JSTaggedValue::Undefined()); in InitializeHashMapConstructor() 103 … auto objCallInfo = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 4); in CreateJSAPIHashMap() 106 objCallInfo->SetThis(JSTaggedValue::Undefined()); in CreateJSAPIHashMap() 122 auto objCallInfo = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 4); in HWTEST_F_L0() 125 objCallInfo->SetThis(JSTaggedValue::Undefined()); in HWTEST_F_L0() 140 objCallInfo->SetNewTarget(JSTaggedValue::Undefined()); in HWTEST_F_L0() 150 … auto callInfo = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 8); in HWTEST_F_L0() 151 callInfo->SetFunction(JSTaggedValue::Undefined()); in HWTEST_F_L0() [all …]
|
| D | containers_hashset_test.cpp | 69 … auto objCallInfo = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 6); in InitializeHashSetConstructor() 70 objCallInfo->SetFunction(JSTaggedValue::Undefined()); in InitializeHashSetConstructor() 82 … auto objCallInfo = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 4); in CreateJSAPIHashSet() 85 objCallInfo->SetThis(JSTaggedValue::Undefined()); in CreateJSAPIHashSet() 101 auto objCallInfo = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 4); in HWTEST_F_L0() 104 objCallInfo->SetThis(JSTaggedValue::Undefined()); in HWTEST_F_L0() 119 objCallInfo->SetNewTarget(JSTaggedValue::Undefined()); in HWTEST_F_L0() 129 … auto callInfo = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 6); in HWTEST_F_L0() 130 callInfo->SetFunction(JSTaggedValue::Undefined()); in HWTEST_F_L0() 142 … auto callInfo = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 6); in HWTEST_F_L0() [all …]
|
| D | containers_lightweightmap_test.cpp | 70 return JSTaggedValue::Undefined(); in TestForEachFunc() 83 … TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 6); // 6 means the value in InitializeLightWeightMapConstructor() 84 objCallInfo->SetFunction(JSTaggedValue::Undefined()); in InitializeLightWeightMapConstructor() 99 TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 4); in CreateJSAPILightWeightMap() 102 objCallInfo->SetThis(JSTaggedValue::Undefined()); in CreateJSAPILightWeightMap() 117 auto objCallInfo = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 4); in HWTEST_F_L0() 120 objCallInfo->SetThis(JSTaggedValue::Undefined()); in HWTEST_F_L0() 133 objCallInfo->SetNewTarget(JSTaggedValue::Undefined()); in HWTEST_F_L0() 142 … auto callInfo = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 8); in HWTEST_F_L0() 143 callInfo->SetFunction(JSTaggedValue::Undefined()); in HWTEST_F_L0() [all …]
|
| /arkcompiler/ets_frontend/ts2panda/src/function/ |
| D | functionBuilder.ts | 34 protected pg: PandaGen | undefined = undefined; 35 protected funcObj: VReg | undefined = undefined; 36 protected resumeVal: VReg | undefined = undefined; 37 protected resumeType: VReg | undefined = undefined; 38 protected beginLabel: Label | undefined = undefined; 39 protected endLabel: Label | undefined = undefined;
|
| /arkcompiler/ets_frontend/testTs/expect/expressions/binaryOperators/comparisonOperator/ |
| D | comparisonOperatorWithSubtypeObjectOnConstructorSignature.txt | 1 {'literalBuffer': [{'tag': 2, 'value': 6}, {'tag': 2, 'value': 1}, {'tag': 5, 'value': '#undefined'… 4 {'literalBuffer': [{'tag': 2, 'value': 6}, {'tag': 2, 'value': 1}, {'tag': 5, 'value': '#undefined'… 5 {'literalBuffer': [{'tag': 2, 'value': 6}, {'tag': 2, 'value': 1}, {'tag': 5, 'value': '#undefined'… 6 {'literalBuffer': [{'tag': 2, 'value': 6}, {'tag': 2, 'value': 1}, {'tag': 5, 'value': '#undefined'… 7 {'literalBuffer': [{'tag': 2, 'value': 6}, {'tag': 2, 'value': 1}, {'tag': 5, 'value': '#undefined'… 8 {'literalBuffer': [{'tag': 2, 'value': 6}, {'tag': 2, 'value': 1}, {'tag': 5, 'value': '#undefined'… 9 {'literalBuffer': [{'tag': 2, 'value': 6}, {'tag': 2, 'value': 1}, {'tag': 5, 'value': '#undefined'… 10 {'literalBuffer': [{'tag': 2, 'value': 6}, {'tag': 2, 'value': 1}, {'tag': 5, 'value': '#undefined'… 11 {'literalBuffer': [{'tag': 2, 'value': 6}, {'tag': 2, 'value': 1}, {'tag': 5, 'value': '#undefined'… 12 {'literalBuffer': [{'tag': 2, 'value': 6}, {'tag': 2, 'value': 1}, {'tag': 5, 'value': '#undefined'… [all …]
|
| D | comparisonOperatorWithSubtypeObjectOnInstantiatedConstructorSignature.txt | 1 {'literalBuffer': [{'tag': 2, 'value': 6}, {'tag': 2, 'value': 1}, {'tag': 5, 'value': '#undefined'… 2 {'literalBuffer': [{'tag': 2, 'value': 6}, {'tag': 2, 'value': 1}, {'tag': 5, 'value': '#undefined'… 3 {'literalBuffer': [{'tag': 2, 'value': 6}, {'tag': 2, 'value': 1}, {'tag': 5, 'value': '#undefined'… 4 {'literalBuffer': [{'tag': 2, 'value': 6}, {'tag': 2, 'value': 1}, {'tag': 5, 'value': '#undefined'… 5 {'literalBuffer': [{'tag': 2, 'value': 6}, {'tag': 2, 'value': 1}, {'tag': 5, 'value': '#undefined'… 6 {'literalBuffer': [{'tag': 2, 'value': 6}, {'tag': 2, 'value': 1}, {'tag': 5, 'value': '#undefined'… 7 {'literalBuffer': [{'tag': 2, 'value': 6}, {'tag': 2, 'value': 1}, {'tag': 5, 'value': '#undefined'… 8 {'literalBuffer': [{'tag': 2, 'value': 6}, {'tag': 2, 'value': 1}, {'tag': 5, 'value': '#undefined'… 9 {'literalBuffer': [{'tag': 2, 'value': 6}, {'tag': 2, 'value': 1}, {'tag': 5, 'value': '#undefined'… 10 {'literalBuffer': [{'tag': 2, 'value': 6}, {'tag': 2, 'value': 1}, {'tag': 5, 'value': '#undefined'… [all …]
|
| /arkcompiler/ets_frontend/ts2panda/src/base/ |
| D | util.ts | 155 if (jshelpers.getTextOfIdentifierOrLiteral(node) != "undefined") { 356 undefined, 359 undefined, undefined, undefined, undefined, 361 …ateParameterDeclaration(undefined, undefined, undefined, ts.factory.createIdentifier("exports"), u… 362 …ateParameterDeclaration(undefined, undefined, undefined, ts.factory.createIdentifier("require"), u… 363 …eateParameterDeclaration(undefined, undefined, undefined, ts.factory.createIdentifier("module"), u… 364 …teParameterDeclaration(undefined, undefined, undefined, ts.factory.createIdentifier("__filename"),… 365 …teParameterDeclaration(undefined, undefined, undefined, ts.factory.createIdentifier("__dirname"), … 367 undefined,
|