v8_platform: provide default v8::Platform impl
authorFedor Indutny <fedor@indutny.com>
Fri, 10 Oct 2014 22:17:03 +0000 (02:17 +0400)
committerFedor Indutny <fedor@indutny.com>
Sat, 11 Oct 2014 22:05:02 +0000 (02:05 +0400)
commit50839a042edba3466d8a013c1814a076f1cc8318
tree7863ce7ff3eaa854f444ab32687d8cd2098feb0d
parent6bcea4ff932144a5fd02affefd45164fbf471e67
v8_platform: provide default v8::Platform impl

Provide default Platform implementation for v8's purposes.
node.gyp
src/node.cc
src/node_v8_platform.cc [new file with mode: 0644]
src/node_v8_platform.h [new file with mode: 0644]