Home
last modified time | relevance | path

Searched defs:RequestInterrupt (Results 1 – 7 of 7) sorted by relevance

/third_party/node/src/
Dnode_worker.h137 bool Worker::RequestInterrupt(Fn&& cb) { in RequestInterrupt() function
Denv-inl.h553 void Environment::RequestInterrupt(Fn&& cb) { in RequestInterrupt() function
Djs_native_api_v8.h99 inline void RequestInterrupt(Fn&& cb) { in RequestInterrupt() function
/third_party/node/deps/v8/src/execution/
Dstack-guard.cc139 void StackGuard::RequestInterrupt(InterruptFlag flag) { in RequestInterrupt() function in v8::internal::StackGuard
Disolate.cc1631 void Isolate::RequestInterrupt(InterruptCallback callback, void* data) { in RequestInterrupt() function in v8::internal::Isolate
/third_party/node/src/api/
Dhooks.cc169 void RequestInterrupt(Environment* env, void (*fun)(void* arg), void* arg) { in RequestInterrupt() function
/third_party/node/deps/v8/src/api/
Dapi.cc8606 void Isolate::RequestInterrupt(InterruptCallback callback, void* data) { in RequestInterrupt() function in v8::Isolate