Lines Matching refs:Let
16 // 1. Let R be the this value.
23 // 3. Let S be ? ToString(O).
38 // 4. Let C be ? SpeciesConstructor(R, %RegExp%).
39 // 5. Let flags be ? ToString(? Get(R, "flags")).
40 // 6. Let matcher be ? Construct(C, « R, flags »).
46 // 7. Let lastIndex be ? ToLength(? Get(R, "lastIndex")).
60 // 4. Let C be ? SpeciesConstructor(R, %RegExp%).
65 // 5. Let flags be ? ToString(? Get(R, "flags")).
69 // 6. Let matcher be ? Construct(C, « R, flags »).
72 // 7. Let lastIndex be ? ToLength(? Get(R, "lastIndex")).
109 // 1. Let O be the this value.
124 // 5. Let R be O.[[iteratingRegExp]].
127 // 6. Let S be O.[[IteratedString]].
130 // 7. Let global be O.[[Global]].
131 // 8. Let fullUnicode be O.[[Unicode]].
132 // 9. Let match be ? RegExpExec(R, S).
164 // i. Let matchStr be ? ToString(? Get(match, "0")).
174 // 1. Let thisIndex be ? ToLength(? Get(R, "lastIndex")).
177 // 2. Let nextIndex be ! AdvanceStringIndex(S, thisIndex,
190 // i. Let matchStr be ? ToString(? Get(match, "0")).
195 // 1. Let thisIndex be ? ToLength(? Get(R, "lastIndex")).
199 // 2. Let nextIndex be ! AdvanceStringIndex(S, thisIndex,