HomeSort by relevance Sort by last modified time
    Searched refs:CheckInterrupt (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/src/
execution.h 158 inline bool Check##Name() { return CheckInterrupt(1 << NAME); } \
201 bool CheckInterrupt(int flagbit);
execution.cc 340 bool StackGuard::CheckInterrupt(int flagbit) {

Completed in 58 milliseconds