AllocateFunctionPrototype  464 src/accessors.cc     { MaybeObject* maybe_prototype = heap->AllocateFunctionPrototype(function);
AllocateFunctionPrototype  463 src/factory.cc       isolate()->heap()->AllocateFunctionPrototype(*function),
AllocateFunctionPrototype 3837 src/heap.cc        { MaybeObject* maybe_prototype = AllocateFunctionPrototype(fun);
AllocateFunctionPrototype  575 src/heap.h       MUST_USE_RESULT MaybeObject* AllocateFunctionPrototype(JSFunction* function);