Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Dfile_header.h95 bool matched = strictMatch ? (currVersion == lastVersion) : (currVersion <= lastVersion); in VerifyVersion() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp1088 JSTaggedValue BuiltinsString::GetSubstitution(JSThread *thread, const JSHandle<EcmaString> &matched, in GetSubstitution()