HomeSort by relevance Sort by last modified time
    Searched refs:maybe_prototype (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
accessors.cc 464 { MaybeObject* maybe_prototype = heap->AllocateFunctionPrototype(function); local
465 if (!maybe_prototype->ToObject(&prototype)) return maybe_prototype;
491 { MaybeObject* maybe_prototype = function->SetPrototype(value); local
492 if (!maybe_prototype->ToObject(&prototype)) return maybe_prototype;
heap.cc 3561 { MaybeObject* maybe_prototype = AllocateJSObjectFromMap(new_map); local
3682 { MaybeObject* maybe_prototype = AllocateFunctionPrototype(fun); local
    [all...]

Completed in 51 milliseconds