mlogan / setproperty

repo for demonstration of v8 SetAccessorProperty difficulty.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To reproduce:

nvm install v6.2.1
nvm use v6.2.1

which npm # verify that this is from the v6.2.1 directory
npm install -g node-gyp
which node-gyp # verify that this is from the v6.2.1 directory
node-gyp configure build

which node # verify that this is from the v6.2.1 directory
node test.js

About

repo for demonstration of v8 SetAccessorProperty difficulty.


Languages

Language:C++ 68.6%Language:Python 20.1%Language:JavaScript 11.3%