Searched refs:maybe_prototype (Results 1 – 2 of 2) sorted by relevance
464 { MaybeObject* maybe_prototype = heap->AllocateFunctionPrototype(function); in FunctionGetPrototype() local465 if (!maybe_prototype->ToObject(&prototype)) return maybe_prototype; in FunctionGetPrototype()491 { MaybeObject* maybe_prototype = function->SetPrototype(value); in FunctionSetPrototype() local492 if (!maybe_prototype->ToObject(&prototype)) return maybe_prototype; in FunctionSetPrototype()
3561 { MaybeObject* maybe_prototype = AllocateJSObjectFromMap(new_map); in AllocateFunctionPrototype() local3562 if (!maybe_prototype->ToObject(&prototype)) return maybe_prototype; in AllocateFunctionPrototype()3682 { MaybeObject* maybe_prototype = AllocateFunctionPrototype(fun); in AllocateInitialMap() local3683 if (!maybe_prototype->ToObject(&prototype)) return maybe_prototype; in AllocateInitialMap()