Lines Matching defs:function
94 // This function sets the sentinel value in a deleted field. Thes sentinel has
215 // Slot clearing is the reason why this entire function cannot currently
1085 // It could have been a DCHECK but we call this function directly from tests.
1158 Handle<JSFunction> function = Handle<JSFunction>::cast(value);
1159 DCHECK(!function->shared().HasSharedName());
1160 Handle<Map> function_map(function->map(), isolate);
1161 if (!JSFunction::SetName(function, name,
1166 CHECK_IMPLIES(!IsClassConstructor(function->shared().kind()),
1167 *function_map == function->map());
1231 Handle<JSFunction> function = args.at<JSFunction>(0);
1232 return *JSFunction::GetName(isolate, function);