Home | History | Annotate | Download | only in src

Lines Matching refs:escape_slot_

593   escape_slot_ = CreateHandle(isolate, isolate->heap()->the_hole_value());
600 Utils::ApiCheck(*escape_slot_ == heap->the_hole_value(),
604 *escape_slot_ = heap->undefined_value();
607 *escape_slot_ = *escape_value;
608 return escape_slot_;