Searched defs:stack_limit (Results 1 – 2 of 2) sorted by relevance
534 int stack_limit() const { return stack_limit_; } in stack_limit() function535 void set_stack_limit(int stack_limit) { in set_stack_limit()
104 int stack_limit, bool report_errors) { in Init()528 int stack_limit = stack_limit_; in TryMatch() local