Home
last modified time | relevance | path

Searched refs:StackScope (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/torque/
Dimplementation-visitor.cc61 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 …]
Dimplementation-visitor.h625 class V8_NODISCARD StackScope {
627 explicit StackScope(ImplementationVisitor* visitor) : visitor_(visitor) { in StackScope() function
658 ~StackScope() { in ~StackScope()