Home
last modified time | relevance | path

Searched refs:getMatchString (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp866 JSHandle<JSTaggedValue> getMatchString; in Replace() local
885 getMatchString = JSHandle<JSTaggedValue>(thread, value); in Replace()
886 JSHandle<EcmaString> matchString = JSTaggedValue::ToString(thread, getMatchString); in Replace()
950 replacerArgs->Set(thread, 0, getMatchString.GetTaggedValue()); in Replace()