Searched refs:capturesVal (Results 1 – 1 of 1) sorted by relevance
1195 JSTaggedValue capturesVal(captureList->Get(scaledIndex - 1)); in GetSubstitution() local1196 if (!capturesVal.IsUndefined()) { in GetSubstitution()1197 EcmaString *captureString = EcmaString::Cast(capturesVal.GetTaggedObject()); in GetSubstitution()