summaryrefslogtreecommitdiff
path: root/src/node_object_wrap.h
Commit message (Expand)AuthorAgeFilesLines
* src: apply clang-tidy modernize-deprecated-headers found by Jenkins CIgengjiawen2019-04-271-1/+1
* src: remove usage of deprecated IsNearDeathMichaël Zasso2019-03-151-1/+0
* src: remove redundant voidgengjiawen2019-02-101-1/+1
* src: remove `MarkIndependent()` callsAnna Henningsen2018-04-221-1/+0
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* src: replace deprecated SetWeak in object_wrapAli Ijaz Sheikh2016-03-031-7/+2
* src: replace usage of v8::Handle with v8::LocalMichaël Zasso2015-09-061-2/+2
* doc: multiple documentation updates cherry picked from v0.12James M Snell2015-08-051-1/+1
* src: fix add-on builds, partially revert 8aed9d66Ben Noordhuis2015-02-181-1/+1
* src: cleanup `Isolate::GetCurrent()`Vladimir Kurchatkin2015-02-111-1/+1
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
* src, test: fix up ObjectWrap, `make test-addons`Ben Noordhuis2014-03-141-6/+9
* src: update to v8 3.24 APIsFedor Indutny2014-03-131-1/+1
* win: fix ObjectWrap for latest v8Scott Blomquist2013-10-291-10/+1
* cpplint: disallow if one-linersFedor Indutny2013-10-171-2/+4
* src: fix multi-base class ObjectWrap::Unwrap<T>()Ben Noordhuis2013-09-061-1/+5
* src: lint c++ codeFedor Indutny2013-07-311-7/+7
* lib, src: upgrade after v8 api changeBen Noordhuis2013-07-061-34/+41
* src: upgrade after v8 api changeBen Noordhuis2013-06-121-7/+6
* src: unexport node_isolateBen Noordhuis2013-06-071-14/+15
* Merge branch 'v0.10'Fedor Indutny2013-04-121-1/+1
|\
| * src: don't SetInternalField() in ObjectWrap dtorBen Noordhuis2013-04-101-1/+1
* | src: add node_isolate to remaining scopesTrevor Norris2013-04-101-1/+1
* | bindings: update apiTrevor Norris2013-03-201-12/+16
|/
* 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