Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/torque/
Dtypes.h823 : type_(type), stack_range_(stack_range) { in VisitResult()
828 const StackRange& stack_range() const { return *stack_range_; } in stack_range()
830 bool IsOnStack() const { return stack_range_ != base::nullopt; } in IsOnStack()
833 stack_range_ == other.stack_range_;
839 base::Optional<StackRange> stack_range_; variable