~marcustomlinson/v8-cpp/test-gc

« back to all changes in this revision

Viewing changes to src/internal/require.h

  • Committer: Marcus Tomlinson
  • Date: 2015-07-29 10:55:02 UTC
  • mfrom: (22.1.8 trunk)
  • Revision ID: marcus.tomlinson@canonical.com-20150729105502-cci3rsnmqua22d8m
Added v8cpp::Locker class

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
};
42
42
 
43
43
///!extern "C" void node_module_register(void* m)
44
 
///!
 
44
///!{
45
45
///!    auto mp = static_cast<NodeModule*>(m);
46
46
///!
47
47
///!    // For now we only know that version 14 works here