Home
last modified time | relevance | path

Searched refs:CheckInterrupt (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/execution/
Dstack-guard.h61 inline bool Check##Name() { return CheckInterrupt(NAME); } \
107 bool CheckInterrupt(InterruptFlag flag);
Dstack-guard.cc134 bool StackGuard::CheckInterrupt(InterruptFlag flag) { in CheckInterrupt() function in v8::internal::StackGuard