Lines Matching refs:detached_contexts
5202 Handle<WeakArrayList> detached_contexts = factory()->detached_contexts(); in ThrowInternal() local
5203 detached_contexts = WeakArrayList::AddToEnd( in ThrowInternal()
5204 this, detached_contexts, MaybeObjectHandle(Smi::zero(), this), in ThrowInternal()
5206 heap()->set_detached_contexts(*detached_contexts); in ThrowInternal()
5211 Handle<WeakArrayList> detached_contexts = factory()->detached_contexts(); in ThrowInternal() local
5212 int length = detached_contexts->length(); in ThrowInternal()
5216 int mark_sweeps = detached_contexts->Get(i).ToSmi().value(); in ThrowInternal()
5217 MaybeObject context = detached_contexts->Get(i + 1); in ThrowInternal()
5220 detached_contexts->Set( in ThrowInternal()
5222 detached_contexts->Set(new_length + 1, context); in ThrowInternal()
5226 detached_contexts->set_length(new_length); in ThrowInternal()
5228 detached_contexts->Set(new_length, MaybeObject::FromSmi(Smi::zero())); in ThrowInternal()
5236 int mark_sweeps = detached_contexts->Get(i).ToSmi().value(); in ThrowInternal()
5237 MaybeObject context = detached_contexts->Get(i + 1); in ThrowInternal()