Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp368 bool isRegexp = JSObject::IsRegExp(thread, searchTag); in EndsWith() local
414 bool isRegexp = JSObject::IsRegExp(thread, searchTag); in Includes() local
1827 bool isRegexp = JSObject::IsRegExp(thread, searchTag); in StartsWith() local
/arkcompiler/ets_runtime/ecmascript/
Djs_object.cpp171 JSTaggedValue isRegexp = ObjectFastOperator::FastGetPropertyByValue( in IsRegExp() local