Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_regexp_iterator.cpp77 JSHandle<JSTaggedValue> zeroString(globalConstants->GetHandledZeroString()); in Next() local
78 …JSHandle<JSTaggedValue> getZero(JSObject::GetProperty(thread, matchHandle, zeroString).GetValue()); in Next()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp478 JSHandle<JSTaggedValue> zeroString = globalConst->GetHandledZeroString(); in Match() local
480 thread, result.GetTaggedValue(), zeroString.GetTaggedValue()); in Match()