Skip to content

Instantly share code, notes, and snippets.

@evanlucas
Created April 26, 2016 22:34
Show Gist options
  • Save evanlucas/88894cbd4682243a5a6cffe827cc8240 to your computer and use it in GitHub Desktop.
Save evanlucas/88894cbd4682243a5a6cffe827cc8240 to your computer and use it in GitHub Desktop.
../node_modules/nan/nan.h:602:20: error: no type named 'GCEpilogueCallback' in 'v8::Isolate'
v8::Isolate::GCEpilogueCallback callback
~~~~~~~~~~~~~^
../node_modules/nan/nan.h:608:20: error: no type named 'GCEpilogueCallback' in 'v8::Isolate'
v8::Isolate::GCEpilogueCallback callback) {
~~~~~~~~~~~~~^
../node_modules/nan/nan.h:613:20: error: no type named 'GCPrologueCallback' in 'v8::Isolate'
v8::Isolate::GCPrologueCallback callback
~~~~~~~~~~~~~^
../node_modules/nan/nan.h:619:20: error: no type named 'GCPrologueCallback' in 'v8::Isolate'
v8::Isolate::GCPrologueCallback callback) {
~~~~~~~~~~~~~^
4 errors generated.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment