summaryrefslogtreecommitdiff
path: root/src/node_object_wrap.h
AgeCommit message (Expand)Author
2013-02-25src, test: downgrade to v8 3.14 apiBen Noordhuis
2013-01-04object_wrap: add missing HandleScopeFedor Indutny
2013-01-02bindings: update to new v8 apisFedor Indutny
2012-08-20unix: don't explicitly instantiate v8::Persistent<x> templatesBert Belder
2012-08-17windows: avoid MSVC warnings about templates not having a dll interfaceBert Belder
2012-03-10core: use proper #include directivesBen Noordhuis
2011-11-17Fixes #2140. Fix illumos build.Ryan Dahl
2011-11-17Windows: make Buffer and ObjectWrap available to compiled extensionsBert Belder
2011-09-05ObjectWraps should be MarkIndependentRyan Dahl
2011-03-14Update copyright headersRyan Dahl
2010-10-04ClearWeak on ObjectWraps. I /think/ this is the correct semanticsRyan Dahl
2010-09-13Fix style in node_object_wrap.hRyan Dahl
2010-09-09Use SetPointerInInternalFieldRyan Dahl
2010-06-04Allow ObjectWrap destructors before Wrap()Ryan Dahl
2010-05-24Create a public Buffer constructor for use in addons.Ryan Dahl
2010-01-27ObjectWrap fixed - buffers working!Ryan Dahl
2009-12-07Attach/Detach -> Ref/UnrefRyan Dahl
2009-10-27Prefix all source files with node_Ryan Dahl