HomeSort by relevance Sort by last modified time
    Searched refs:maybe_prototype (Results 1 - 3 of 3) 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...]
  /external/chromium_org/v8/src/
heap.cc 4326 MaybeObject* maybe_prototype = AllocateJSObjectFromMap(new_map); local
4441 MaybeObject* maybe_prototype = AllocateFunctionPrototype(fun); local
    [all...]

Completed in 30 milliseconds