Home
last modified time | relevance | path

Searched full:check2 (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dreturn.64.yaml466 jeqz check2
469 check2:
495 jeqz check2
498 check2:
535 jeqz check2
538 check2:
579 jeqz check2
582 check2:
Dreturn.void.yaml342 jeqz check2
345 check2:
Dreturn.obj.yaml502 jeqz check2
505 check2:
534 jeqz check2
537 check2:
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DaliasOfGenericFunctionWithRestBehavedSameAsUnaliased.ts50 let check2: test2 = "y"; variable
51 AssertType(check2, "string");
DnarrowingUnionToUnion.ts364 function check2(x: unknown): x is ("hello" | 0) {
410 if (check2(x)) {
411 AssertType(check2(x), "boolean");
412 AssertType(check2, "(unknown) => x is union");