Home
last modified time | relevance | path

Searched refs:typeCheck (Results 1 – 15 of 15) sorted by relevance

/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource11.ts36 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/
DparserRealSource11.js37 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 …]
DparserRealSource11.types91 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 …]
DparserRealSource11.symbols72 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 …]
DparserRealSource11.errors.txt560 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 …]
Dparserharness.js1229 compiler.typeCheck();
3148 compiler.typeCheck();
Dparserharness.types5026 compiler.typeCheck();
5027 >compiler.typeCheck() : any
5028 >compiler.typeCheck : any
5030 >typeCheck : any
Dparserharness.errors.txt1467 compiler.typeCheck();
Dparserharness.symbols3630 compiler.typeCheck();
/third_party/node/deps/npm/node_modules/aproba/
Dindex.js54 const typeCheck = types[type].check
55 return typeCheck(args[ii])
/third_party/glslang/glslang/MachineIndependent/
Diomapper.cpp482 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/
Des2018.ts1156 … 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/
Dparserharness.ts1229 compiler.typeCheck();
/third_party/typescript/lib/
Dtsc.js85807 … var typeCheck = factory.createTypeCheck(factory.cloneNode(parameter.name), "undefined");
85808 var statement = factory.createIfStatement(typeCheck, block);
DtypingsInstaller.js102220 … var typeCheck = factory.createTypeCheck(factory.cloneNode(parameter.name), "undefined");
102221 var statement = factory.createIfStatement(typeCheck, block);