Searched refs:StackScope (Results 1 – 2 of 2) sorted by relevance
61 StackScope stack_scope(this); in Visit()745 StackScope scope(this); in Visit()802 StackScope left_scope(this); in Visit()809 StackScope right_scope(this); in Visit()827 StackScope outer_scope(this); in Visit()856 StackScope false_block_scope(this); in Visit()868 StackScope outer_scope(this); in Visit()893 StackScope true_block_scope(this); in Visit()918 StackScope scope(this); in Visit()931 StackScope scope(this); in Visit()[all …]
625 class V8_NODISCARD StackScope {627 explicit StackScope(ImplementationVisitor* visitor) : visitor_(visitor) { in StackScope() function658 ~StackScope() { in ~StackScope()