doc: remove uses of v8::Isolate::GetCurrent()
authorBen Noordhuis <info@bnoordhuis.nl>
Wed, 11 Mar 2015 12:41:32 +0000 (13:41 +0100)
committerBen Noordhuis <info@bnoordhuis.nl>
Sat, 21 Mar 2015 13:03:02 +0000 (14:03 +0100)
commit409d4133631ca2580488deba317eb1a0d55bcd55
tree2ea0f658835a1d20bf38f6e24ff5ab3c3377dcad
parent2b3b2d392fbd11ce8af53b8ac5185da793f0304f
doc: remove uses of v8::Isolate::GetCurrent()

v8::Isolate::GetCurrent() is slated for deprecation.  Replace its uses
in the addons documentation with v8::Object::GetIsolate(), etc.

PR-URL: https://github.com/iojs/io.js/pull/1125
Reviewed-By: Rod Vagg <rod@vagg.org>
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
doc/api/addons.markdown