Commit 409d4133 authored by Ben Noordhuis's avatar Ben Noordhuis
Browse files

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: default avatarRod Vagg <rod@vagg.org>
Reviewed-By: default avatarTrevor Norris <trev.norris@gmail.com>
parent 2b3b2d39
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment