CanGenerateInlineConstructor 3853 src/heap.cc if (fun->shared()->CanGenerateInlineConstructor(prototype)) {
CanGenerateInlineConstructor 5652 src/objects.h bool CanGenerateInlineConstructor(Object* prototype);
CanGenerateInlineConstructor 8129 src/runtime.cc if (function->shared()->CanGenerateInlineConstructor(*prototype)) {