Commit 36f78f4c authored by Trevor Norris's avatar Trevor Norris Committed by Rod Vagg
Browse files

buffer: switch API to return MaybeLocal<T>

Instead of aborting in case of internal failure, return an empty
Local<Object>. Using the MaybeLocal<T> API, users must check their
return values.

PR-URL: https://github.com/nodejs/io.js/pull/1825


Reviewed-By: default avatarBen Noordhuis <info@bnoordhuis.nl>
parent 571ec138
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