/c_src/erlv8_gc.cc
http://github.com/beamjs/erlv8 · C++ · 9 lines · 8 code · 1 blank · 0 comment · 1 complexity · 9687f7f6a214a41fc6bd9760d7557006 MD5 · raw file
- #include "erlv8.hh"
- TickHandler(GCTickHandler) {
- while (!v8::V8::IdleNotification())
- ;
- TickHandlerResolution result;
- result.type = DONE;
- return result;
- }