/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

  1. #include "erlv8.hh"
  2. TickHandler(GCTickHandler) {
  3. while (!v8::V8::IdleNotification())
  4. ;
  5. TickHandlerResolution result;
  6. result.type = DONE;
  7. return result;
  8. }