Searched refs:maybe_new_allocation (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dserialize.cc600 MaybeObject* maybe_new_allocation; local
602 maybe_new_allocation =
605 maybe_new_allocation =
608 ASSERT(!maybe_new_allocation->IsFailure());
609 Object* new_allocation = maybe_new_allocation->ToObjectUnchecked();

Completed in 29 milliseconds