Lines Matching defs:context
25 void ListFormatCommon(TNode<Context> context, TNode<Int32T> argc,
29 TNode<JSArray> AllocateEmptyJSArray(TNode<Context> context);
140 auto context = Parameter<Context>(Descriptor::kContext);
143 ToThisString(context, maybe_string, "String.prototype.toLowerCase");
145 Return(CallBuiltin(Builtin::kStringToLowerCaseIntl, context, string));
148 void IntlBuiltinsAssembler::ListFormatCommon(TNode<Context> context,
161 ThrowIfNotInstanceType(context, receiver, JS_LIST_FORMAT_TYPE, method_name);
168 CallBuiltin(Builtin::kStringListFromIterable, context, list);
172 CallRuntime(format_func_id, context, list_format, string_list));
177 TNode<Context> context) {
180 LoadJSArrayElementsMap(PACKED_ELEMENTS, LoadNativeContext(context)),