Searched refs:escape_slot_ (Results 1 – 2 of 2) sorted by relevance
717 escape_slot_ = CreateHandle(isolate, isolate->heap()->the_hole_value()); in EscapableHandleScope()724 Utils::ApiCheck(*escape_slot_ == heap->the_hole_value(), in Escape()728 *escape_slot_ = heap->undefined_value(); in Escape()731 *escape_slot_ = *escape_value; in Escape()732 return escape_slot_; in Escape()
966 internal::Object** escape_slot_; variable