Home
last modified time | relevance | path

Searched refs:matches (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DidentityRelationNeverTypes.ts28 matches<TSV extends string>(stateValue: TSV): this is State<TContext> & { value: TSV };
32 if (state.matches('a') && state.matches('a.b')) {
33 AssertType(state.matches('a') && state.matches('a.b'), "boolean");
34 AssertType(state.matches('a'), "boolean");
35 AssertType(state.matches, "<TSV extends string>(TSV) => this is State<{ foo: number; }> & { value: …
37 AssertType(state.matches('a.b'), "boolean");
38 AssertType(state.matches, "<TSV extends string>(TSV) => this is State<{ foo: number; }> & { value: …
/arkcompiler/ets_frontend/test262/
Deshost.patch163 + const matches = syntaxErrorMessage.match();
164 + if (matches && matches.length) {
166 + message: matches[3],
167 + lineNumber: Number(matches[1]),
168 + columnNumber: Number(matches[2])
/arkcompiler/ets_frontend/arkguard/src/common/
DApiExtractor.ts529 const matches = fileContent.match(regex); constant
531 if (matches) {
532 collections = matches.map(match => match.slice(1, -1));
/arkcompiler/ets_runtime/test/moduletest/regexp/
Dregexp.js290 const matches = regex.test(str10); constant
291 print(matches);
/arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/
DfunctionOverload1-expected.txt652 TypeError: No overload matches this call. [functionOverload1.ts:23:1]
/arkcompiler/runtime_core/compiler/docs/
Daot_cha.md93 class hierarchy of runtime matches the class hierarchy during AOT compilation.
/arkcompiler/runtime_core/docs/
Dfile_format.md534 …ibes the type of `AnnotationElement`. The order of elements in the array matches the order of `ele…
Ddoxygen.config156 # Stripping is only done if one of the specified strings matches the left-hand
1384 # project's filter section matches. Qt Help Project / Filter Attributes (see: