Home | History | Annotate | Download | only in src

Lines Matching full:stack_guard

910   stack_guard()->RequestApiInterrupt();
2792 StackGuard* stack_guard = isolate_->stack_guard();
2797 if (jssp - gap < stack_guard->real_jslimit()) return true;
2799 return GetCurrentStackPosition() - gap < stack_guard->real_climit();