Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp1195 JSTaggedValue capturesVal(captureList->Get(scaledIndex - 1)); in GetSubstitution() local
1196 if (!capturesVal.IsUndefined()) { in GetSubstitution()
1197 EcmaString *captureString = EcmaString::Cast(capturesVal.GetTaggedObject()); in GetSubstitution()