Searched refs:escape_slot_ (Results 1 – 2 of 2) sorted by relevance
953 escape_slot_ = CreateHandle(isolate, isolate->heap()->the_hole_value()); in EscapableHandleScope()960 Utils::ApiCheck((*escape_slot_)->IsTheHole(heap->isolate()), in Escape()963 *escape_slot_ = heap->undefined_value(); in Escape()966 *escape_slot_ = *escape_value; in Escape()967 return escape_slot_; in Escape()
927 internal::Object** escape_slot_; variable