Skip to content

Instantly share code, notes, and snippets.

View furrycatherder's full-sized avatar
🕉️
幸せになりなさい

Sean Haugh furrycatherder

🕉️
幸せになりなさい
  • Austin, TX
View GitHub Profile
@jupp0r
jupp0r / Demo.cpp
Created March 7, 2017 10:20
C++ function returning an ES6 promise
#include <node.h>
#include "Test.h"
namespace demo {
using v8::FunctionCallbackInfo;
using v8::Isolate;
using v8::Local;
using v8::Object;