Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Djson_parser.cpp864 bool isMatch = MatchText(literalTrue, 4); // 4: literalTrue length in ParseLiteralTrue() local
879 bool isMatch = MatchText(literalFalse, 5); // 5: literalFalse length in ParseLiteralFalse() local
894 bool isMatch = MatchText(literalNull, 4); // 4: literalNull length in ParseLiteralNull() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp753 Label isMatch(env); in FindElementFromNumberDictionary() local
844 Label isMatch(env); in FindEntryFromNameDictionary() local
953 Label isMatch(env); in FindEntryFromTransitionDictionary() local
4112 Label isMatch(env); in FindTransitions() local