Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp366 bool isRegexp = JSObject::IsRegExp(thread, searchTag); in EndsWith() local
412 bool isRegexp = JSObject::IsRegExp(thread, searchTag); in Includes() local
1808 bool isRegexp = JSObject::IsRegExp(thread, searchTag); in StartsWith() local
/arkcompiler/ets_runtime/ecmascript/
Djs_object.cpp168 JSTaggedValue isRegexp = ObjectFastOperator::FastGetPropertyByValue( in IsRegExp() local