Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Djson_parser.h490 bool isMatch = MatchText(literalTrue, 4); // 4: literalTrue length in ParseLiteralTrue() local
504 bool isMatch = MatchText(literalFalse, 5); // 5: literalFalse length in ParseLiteralFalse() local
518 bool isMatch = MatchText(literalNull, 4); // 4: literalNull length in ParseLiteralNull() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp275 Label isMatch(env); in FindElementFromNumberDictionary() local
366 Label isMatch(env); in FindEntryFromNameDictionary() local
476 Label isMatch(env); in FindEntryFromTransitionDictionary() local
3269 Label isMatch(env); in FindTransitions() local