Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp1161 JSMutableHandle<JSTaggedValue> getMatchString(thread, JSTaggedValue::Undefined()); in ReplaceInternal() local
1186 getMatchString.Update(value); in ReplaceInternal()
1187 JSHandle<EcmaString> matchString = JSTaggedValue::ToString(thread, getMatchString); in ReplaceInternal()
1248 replacerArgs->Set(thread, 0, getMatchString.GetTaggedValue()); in ReplaceInternal()