Home | History | Annotate | Download | only in src

Lines Matching defs:stack_guard

2367   StackGuard* stack_guard = isolate_->stack_guard();
2372 if (jssp < stack_guard->real_jslimit()) return true;
2374 return GetCurrentStackPosition() < stack_guard->real_climit();