Searched refs:escape_slot_ (Results 1 – 2 of 2) sorted by relevance
593 escape_slot_ = CreateHandle(isolate, isolate->heap()->the_hole_value()); in EscapableHandleScope()600 Utils::ApiCheck(*escape_slot_ == heap->the_hole_value(), in Escape()604 *escape_slot_ = heap->undefined_value(); in Escape()607 *escape_slot_ = *escape_value; in Escape()608 return escape_slot_; in Escape()
881 internal::Object** escape_slot_; variable