Home
last modified time | relevance | path

Searched defs:typeCheck (Results 1 – 3 of 3) 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
298 public typeCheck(typeFlow: TypeFlow) { method in Identifier
332 public typeCheck(typeFlow: TypeFlow) { method in Label
375 public typeCheck(typeFlow: TypeFlow) { method in UnaryExpression
527 public typeCheck(typeFlow: TypeFlow) { method in CallExpression
557 public typeCheck(typeFlow: TypeFlow) { method in BinaryExpression
714 public typeCheck(typeFlow: TypeFlow) { method in ConditionalExpression
738 public typeCheck(typeFlow: TypeFlow) { method in NumberLiteral
781 public typeCheck(typeFlow: TypeFlow) { method in RegexLiteral
[all …]
/third_party/typescript/src/compiler/transformers/
Des2018.ts1177 … const typeCheck = factory.createTypeCheck(factory.cloneNode(parameter.name), "undefined"); constant
/third_party/glslang/glslang/MachineIndependent/
Diomapper.cpp688 …bool typeCheck(const TType* const type1, const TType* const type2, const std::string& name, bool i… in typeCheck() function