Home | History | Annotate | Download | only in src

Lines Matching refs:stack_check

1540 #define STACK_CHECK(isolate, result_value)               \
1542 StackLimitCheck stack_check(isolate); \
1543 if (stack_check.HasOverflowed()) { \