Home
last modified time | relevance | path

Searched refs:maybe_prototype (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Daccessors.cc464 { MaybeObject* maybe_prototype = heap->AllocateFunctionPrototype(function); in FunctionGetPrototype() local
465 if (!maybe_prototype->ToObject(&prototype)) return maybe_prototype; in FunctionGetPrototype()
491 { MaybeObject* maybe_prototype = function->SetPrototype(value); in FunctionSetPrototype() local
492 if (!maybe_prototype->ToObject(&prototype)) return maybe_prototype; in FunctionSetPrototype()
Dheap.cc3561 { MaybeObject* maybe_prototype = AllocateJSObjectFromMap(new_map); in AllocateFunctionPrototype() local
3562 if (!maybe_prototype->ToObject(&prototype)) return maybe_prototype; in AllocateFunctionPrototype()
3682 { MaybeObject* maybe_prototype = AllocateFunctionPrototype(fun); in AllocateInitialMap() local
3683 if (!maybe_prototype->ToObject(&prototype)) return maybe_prototype; in AllocateInitialMap()