summaryrefslogtreecommitdiff
path: root/src/node_object_wrap.h
AgeCommit message (Expand)Author
2019-04-26src: apply clang-tidy modernize-deprecated-headers found by Jenkins CIgengjiawen
2019-03-15src: remove usage of deprecated IsNearDeathMichaël Zasso
2019-02-10src: remove redundant voidgengjiawen
2018-04-22src: remove `MarkIndependent()` callsAnna Henningsen
2017-03-10meta: restore original copyright headerJames M Snell
2016-03-03src: replace deprecated SetWeak in object_wrapAli Ijaz Sheikh
2015-09-06src: replace usage of v8::Handle with v8::LocalMichaël Zasso
2015-08-05doc: multiple documentation updates cherry picked from v0.12James M Snell
2015-02-18src: fix add-on builds, partially revert 8aed9d66Ben Noordhuis
2015-02-11src: cleanup `Isolate::GetCurrent()`Vladimir Kurchatkin
2015-01-12Remove excessive copyright/license boilerplateisaacs
2014-03-14src, test: fix up ObjectWrap, `make test-addons`Ben Noordhuis
2014-03-13src: update to v8 3.24 APIsFedor Indutny
2013-10-29win: fix ObjectWrap for latest v8Scott Blomquist
2013-10-17cpplint: disallow if one-linersFedor Indutny
2013-09-06src: fix multi-base class ObjectWrap::Unwrap<T>()Ben Noordhuis
2013-07-31src: lint c++ codeFedor Indutny
2013-07-06lib, src: upgrade after v8 api changeBen Noordhuis
2013-06-12src: upgrade after v8 api changeBen Noordhuis
2013-06-07src: unexport node_isolateBen Noordhuis
2013-04-12Merge branch 'v0.10'Fedor Indutny
2013-04-10src: add node_isolate to remaining scopesTrevor Norris
2013-04-10src: don't SetInternalField() in ObjectWrap dtorBen Noordhuis
2013-03-20bindings: update apiTrevor Norris
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