summaryrefslogtreecommitdiff
path: root/src/node_object_wrap.h
Commit message (Expand)AuthorAgeFilesLines
* src, test: downgrade to v8 3.14 apiBen Noordhuis2013-02-251-2/+2
* object_wrap: add missing HandleScopeFedor Indutny2013-01-041-0/+2
* bindings: update to new v8 apisFedor Indutny2013-01-021-2/+2
* unix: don't explicitly instantiate v8::Persistent<x> templatesBert Belder2012-08-201-2/+5
* windows: avoid MSVC warnings about templates not having a dll interfaceBert Belder2012-08-171-0/+6
* core: use proper #include directivesBen Noordhuis2012-03-101-2/+2
* Fixes #2140. Fix illumos build.Ryan Dahl2011-11-171-0/+1
* Windows: make Buffer and ObjectWrap available to compiled extensionsBert Belder2011-11-171-1/+1
* ObjectWraps should be MarkIndependentRyan Dahl2011-09-051-0/+1
* Update copyright headersRyan Dahl2011-03-141-0/+21
* ClearWeak on ObjectWraps. I /think/ this is the correct semanticsRyan Dahl2010-10-041-1/+3
* Fix style in node_object_wrap.hRyan Dahl2010-09-131-8/+10
* Use SetPointerInInternalFieldRyan Dahl2010-09-091-3/+2
* Allow ObjectWrap destructors before Wrap()Ryan Dahl2010-06-041-3/+6
* Create a public Buffer constructor for use in addons.Ryan Dahl2010-05-241-1/+0
* ObjectWrap fixed - buffers working!Ryan Dahl2010-01-271-17/+12
* Attach/Detach -> Ref/UnrefRyan Dahl2009-12-071-13/+13
* Prefix all source files with node_Ryan Dahl2009-10-271-0/+92