Searched defs:BreakAndContinueInfo (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dhydrogen.h756 class BreakAndContinueInfo BASE_EMBEDDED {
758 explicit BreakAndContinueInfo(BreakableStatement* target, function in class:v8::internal::HGraphBuilder::BASE_EMBEDDED
780 // A helper class to maintain a stack of current BreakAndContinueInfo
784 BreakAndContinueScope(BreakAndContinueInfo* info, HGraphBuilder* owner)
791 BreakAndContinueInfo* info() { return info_; }
799 BreakAndContinueInfo* info_;
921 BreakAndContinueInfo* break_info);

Completed in 68 milliseconds