Home
last modified time | relevance | path

Searched defs:isMatch (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
Djson_parser.cpp869 bool isMatch = MatchText(literalTrue, 4); // 4: literalTrue length in ParseLiteralTrue() local
886 bool isMatch = MatchText(literalFalse, 5); // 5: literalFalse length in ParseLiteralFalse() local
903 bool isMatch = MatchText(literalNull, 4); // 4: literalNull length in ParseLiteralNull() local
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/model/
DArkSignature.ts380 public isMatch(signature: MethodSignature): boolean { method in MethodSignature
/arkcompiler/ets_frontend/ets2panda/lsp/src/
Dclass_hierarchy.cpp767 bool isMatch = false; in CompareMembersCommon() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp804 Label isMatch(env); in FindElementFromNumberDictionary() local
896 Label isMatch(env); in FindEntryFromHashTable() local
1005 Label isMatch(env); in FindEntryFromTransitionDictionary() local
4752 Label isMatch(env); in FindTransitions() local