Searched defs:asserts (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
| D | test-keyword-identify9.ts | 21 var asserts = 2; variable 25 class asserts { class 27 asserts = 2; property in asserts
|
| D | test-function-name-1.ts | 21 function asserts(): string { function
|
| D | test-ts-type-predicate.ts | 60 (asserts: number | string): asserts asserts is number; property 61 (asserts: { a: number | string }): asserts asserts is this; property
|
| /arkcompiler/ets_frontend/ets2panda/ir/ts/ |
| D | tsTypePredicate.h | 24 explicit TSTypePredicate(Expression *parameterName, TypeNode *typeAnnotation, bool asserts) in TSTypePredicate()
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| D | tsTypePredicate.h | 34 explicit TSTypePredicate(Expression *parameterName, Expression *typeAnnotation, bool asserts) in TSTypePredicate()
|
| /arkcompiler/ets_frontend/ets2panda/test/parser/ts/ |
| D | test-ts-type-predicate.ts | 60 (asserts: number | string): asserts asserts is number; property 61 (asserts: { a: number | string }): asserts asserts is this; property
|
| /arkcompiler/ets_runtime/test/ |
| D | run_ts_test262.py | 22 asserts = os.path.join(os.getcwd(), "test262", 'assert') variable
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | ASTVerifier.cpp | 738 const std::unordered_set<std::string> &warnings, const std::unordered_set<std::string> &asserts, in VerifyFull() 749 const std::unordered_set<std::string> &warnings, const std::unordered_set<std::string> &asserts, in Verify()
|