Lines Matching refs:loc

86     // 1. Let loc be the this value.
87 JSHandle<JSTaggedValue> loc = GetThis(argv);
89 // 2. Perform ? RequireInternalSlot(loc, [[InitializedLocale]]).
90 if (!loc->IsJSLocale()) {
93 // 3. Let maximal be the result of the Add Likely Subtags algorithm applied to loc.[[Locale]]. If an error is
94 // signaled, set maximal to loc.[[Locale]].
95 JSHandle<JSLocale> locale = JSHandle<JSLocale>::Cast(loc);
118 // 1. Let loc be the this value.
119 JSHandle<JSTaggedValue> loc = GetThis(argv);
121 // 2. Perform ? RequireInternalSlot(loc, [[InitializedLocale]]).
122 if (!loc->IsJSLocale()) {
126 // 3. Let minimal be the result of the Remove Likely Subtags algorithm applied to loc.[[Locale]].
127 // If an error is signaled, set minimal to loc.[[Locale]].
128 JSHandle<JSLocale> locale = JSHandle<JSLocale>::Cast(loc);
153 // 1. Let loc be the this value.
154 JSHandle<JSTaggedValue> loc = GetThis(argv);
155 // 2. Perform ? RequireInternalSlot(loc, [[InitializedLocale]]).
156 if (!loc->IsJSLocale()) {
159 // 3. Return loc.[[Locale]].
160 JSHandle<EcmaString> result = JSLocale::ToString(thread, JSHandle<JSLocale>::Cast(loc));
169 // 1. Let loc be the this value.
170 JSHandle<JSTaggedValue> loc = GetThis(argv);
171 // 2. Perform ? RequireInternalSlot(loc, [[InitializedLocale]]).
172 if (!loc->IsJSLocale()) {
175 // 3. Let locale be loc.[[Locale]].
177 JSHandle<JSLocale> locale = JSHandle<JSLocale>::Cast(loc);
189 // 1. Let loc be the this value.
190 JSHandle<JSTaggedValue> loc = GetThis(argv);
191 // 2. Perform ? RequireInternalSlot(loc, [[InitializedLocale]]).
192 if (!loc->IsJSLocale()) {
195 // 3. Return loc.[[Calendar]].
196 JSHandle<JSLocale> locale = JSHandle<JSLocale>::Cast(loc);
207 // 1. Let loc be the this value.
208 JSHandle<JSTaggedValue> loc = GetThis(argv);
209 // 2. Perform ? RequireInternalSlot(loc, [[InitializedLocale]]).
210 if (!loc->IsJSLocale()) {
213 // 3. Return loc.[[CaseFirst]].
214 JSHandle<JSLocale> locale = JSHandle<JSLocale>::Cast(loc);
224 // 1. Let loc be the this value.
225 JSHandle<JSTaggedValue> loc = GetThis(argv);
226 // 2. Perform ? RequireInternalSlot(loc, [[InitializedLocale]]).
227 if (!loc->IsJSLocale()) {
230 // 3. Return loc.[[Collation]].
231 JSHandle<JSLocale> locale = JSHandle<JSLocale>::Cast(loc);
241 // 1. Let loc be the this value.
242 JSHandle<JSTaggedValue> loc = GetThis(argv);
243 // 2. Perform ? RequireInternalSlot(loc, [[InitializedLocale]]).
244 if (!loc->IsJSLocale()) {
247 // 3. Return loc.[[HourCycle]].
248 JSHandle<JSLocale> locale = JSHandle<JSLocale>::Cast(loc);
259 // 1. Let loc be the this value.
260 JSHandle<JSTaggedValue> loc = GetThis(argv);
261 // 2. Perform ? RequireInternalSlot(loc, [[InitializedLocale]]).
262 if (!loc->IsJSLocale()) {
265 // 3. Return loc.[[Numeric]].
266 JSHandle<JSLocale> locale = JSHandle<JSLocale>::Cast(loc);
279 // 1. Let loc be the this value.
280 JSHandle<JSTaggedValue> loc = GetThis(argv);
281 // 2. Perform ? RequireInternalSlot(loc, [[InitializedLocale]]).
282 if (!loc->IsJSLocale()) {
285 // 3. Return loc.[[NumberingSystem]].
286 JSHandle<JSLocale> locale = JSHandle<JSLocale>::Cast(loc);
297 // 1. Let loc be the this value.
298 JSHandle<JSTaggedValue> loc = GetThis(argv);
299 // 2. Perform ? RequireInternalSlot(loc, [[InitializedLocale]]).
300 if (!loc->IsJSLocale()) {
303 // 3. Let locale be loc.[[Locale]].
304 JSHandle<JSLocale> locale = JSHandle<JSLocale>::Cast(loc);
323 // 1. Let loc be the this value.
324 JSHandle<JSTaggedValue> loc = GetThis(argv);
325 // 2. Perform ? RequireInternalSlot(loc, [[InitializedLocale]]).
326 if (!loc->IsJSLocale()) {
329 // 3. Let locale be loc.[[Locale]].
330 JSHandle<JSLocale> locale = JSHandle<JSLocale>::Cast(loc);
354 // 1. Let loc be the this value.
355 JSHandle<JSTaggedValue> loc = GetThis(argv);
356 // 2. Perform ? RequireInternalSlot(loc, [[InitializedLocale]]).
357 if (!loc->IsJSLocale()) {
360 // 3. Let locale be loc.[[Locale]].
361 JSHandle<JSLocale> locale = JSHandle<JSLocale>::Cast(loc);