Lines Matching defs:function
752 Runtime::FunctionId function = variant == kIncludes
756 CallRuntime(function, context, array, search_element, start_from));
1649 auto function = Parameter<JSFunction>(Descriptor::kTarget);
1654 // to function.
1656 SelectConstant<Object>(IsUndefined(new_target), function, new_target);
1658 // Run the native code for the Array function called as a normal function.
1660 TailCallBuiltin(Builtin::kArrayConstructorImpl, context, function, new_target,
1829 // "Enter" the context of the Array function.
1924 auto function = Parameter<HeapObject>(Descriptor::kFunction);
1926 CAST(LoadObjectField(function, JSFunction::kContextOffset));
1940 GenerateConstructor(context, function, array_map, array_size, allocation_site,