| /third_party/typescript/tests/cases/conformance/parser/ecmascript5/ |
| D | parserRealSource11.ts | 36 public typeCheck(typeFlow: TypeFlow) { method in AST 237 public typeCheck(typeFlow: TypeFlow) { method in ASTList 242 this.members[i] = this.members[i].typeCheck(typeFlow); 298 public typeCheck(typeFlow: TypeFlow) { method in Identifier 332 public typeCheck(typeFlow: TypeFlow) { method in Label 375 public typeCheck(typeFlow: TypeFlow) { method in UnaryExpression 402 this.operand = typeFlow.typeCheck(this.operand); 407 this.operand = typeFlow.typeCheck(this.operand); 412 this.operand = typeFlow.typeCheck(this.operand); 417 this.castTerm = typeFlow.typeCheck(this.castTerm); [all …]
|
| /third_party/typescript/tests/baselines/reference/ |
| D | parserRealSource11.js | 37 public typeCheck(typeFlow: TypeFlow) { 238 public typeCheck(typeFlow: TypeFlow) { 243 this.members[i] = this.members[i].typeCheck(typeFlow); 299 public typeCheck(typeFlow: TypeFlow) { 333 public typeCheck(typeFlow: TypeFlow) { 376 public typeCheck(typeFlow: TypeFlow) { 403 this.operand = typeFlow.typeCheck(this.operand); 408 this.operand = typeFlow.typeCheck(this.operand); 413 this.operand = typeFlow.typeCheck(this.operand); 418 this.castTerm = typeFlow.typeCheck(this.castTerm); [all …]
|
| D | parserRealSource11.types | 91 public typeCheck(typeFlow: TypeFlow) { 92 >typeCheck : (typeFlow: TypeFlow) => any 1038 public typeCheck(typeFlow: TypeFlow) { 1039 >typeCheck : (typeFlow: TypeFlow) => this 1072 this.members[i] = this.members[i].typeCheck(typeFlow); 1073 >this.members[i] = this.members[i].typeCheck(typeFlow) : any 1079 >this.members[i].typeCheck(typeFlow) : any 1080 >this.members[i].typeCheck : (typeFlow: TypeFlow) => any 1086 >typeCheck : (typeFlow: TypeFlow) => any 1225 public typeCheck(typeFlow: TypeFlow) { [all …]
|
| D | parserRealSource11.symbols | 72 public typeCheck(typeFlow: TypeFlow) { 73 >typeCheck : Symbol(AST.typeCheck, Decl(parserRealSource11.ts, 33, 99)) 655 public typeCheck(typeFlow: TypeFlow) { 656 >typeCheck : Symbol(ASTList.typeCheck, Decl(parserRealSource11.ts, 234, 9)) 683 this.members[i] = this.members[i].typeCheck(typeFlow); 688 >this.members[i].typeCheck : Symbol(AST.typeCheck, Decl(parserRealSource11.ts, 33, 99)) 693 >typeCheck : Symbol(AST.typeCheck, Decl(parserRealSource11.ts, 33, 99)) 811 public typeCheck(typeFlow: TypeFlow) { 812 >typeCheck : Symbol(Identifier.typeCheck, Decl(parserRealSource11.ts, 295, 9)) 895 public typeCheck(typeFlow: TypeFlow) { [all …]
|
| D | parserRealSource11.errors.txt | 560 public typeCheck(typeFlow: TypeFlow) { 847 public typeCheck(typeFlow: TypeFlow) { 854 this.members[i] = this.members[i].typeCheck(typeFlow); 912 public typeCheck(typeFlow: TypeFlow) { 962 public typeCheck(typeFlow: TypeFlow) { 1021 public typeCheck(typeFlow: TypeFlow) { 1072 this.operand = typeFlow.typeCheck(this.operand); 1079 this.operand = typeFlow.typeCheck(this.operand); 1086 this.operand = typeFlow.typeCheck(this.operand); 1093 this.castTerm = typeFlow.typeCheck(this.castTerm); [all …]
|
| D | parserharness.js | 1229 compiler.typeCheck(); 3148 compiler.typeCheck();
|
| D | parserharness.types | 5026 compiler.typeCheck(); 5027 >compiler.typeCheck() : any 5028 >compiler.typeCheck : any 5030 >typeCheck : any
|
| D | parserharness.errors.txt | 1467 compiler.typeCheck();
|
| D | parserharness.symbols | 3630 compiler.typeCheck();
|
| /third_party/node/deps/npm/node_modules/aproba/ |
| D | index.js | 54 const typeCheck = types[type].check 55 return typeCheck(args[ii])
|
| /third_party/glslang/glslang/MachineIndependent/ |
| D | iomapper.cpp | 482 hadError = hadError || typeCheck(&type1, &type2, name.c_str(), false); in operator ()() 597 hadError = hadError || typeCheck(&type1, &type2, name.c_str(), true); in operator ()() 600 hadError = hadError || typeCheck(&type1, &type2, name.c_str(), false); in operator ()() 688 …bool typeCheck(const TType* const type1, const TType* const type2, const std::string& name, bool i… in typeCheck() function 727 …hasError = hasError || typeCheck(typeList1->at(index).type, typeList2->at(index2).type, newName, i… in typeCheck()
|
| /third_party/typescript/src/compiler/transformers/ |
| D | es2018.ts | 1156 … const typeCheck = factory.createTypeCheck(factory.cloneNode(parameter.name), "undefined"); constant 1157 const statement = factory.createIfStatement(typeCheck, block);
|
| /third_party/typescript/tests/cases/conformance/parser/ecmascript5/RealWorld/ |
| D | parserharness.ts | 1229 compiler.typeCheck();
|
| /third_party/typescript/lib/ |
| D | tsc.js | 85807 … var typeCheck = factory.createTypeCheck(factory.cloneNode(parameter.name), "undefined"); 85808 var statement = factory.createIfStatement(typeCheck, block);
|
| D | typingsInstaller.js | 102220 … var typeCheck = factory.createTypeCheck(factory.cloneNode(parameter.name), "undefined"); 102221 var statement = factory.createIfStatement(typeCheck, block);
|