v8/include
jochen 5d8e3bfaff Clarify what APIs return Maybe and MaybeLocal values
If the Maybe is nothing or the MaybeLocal is empty, it means that the
API call either threw an exception or an exception was already pending.

In that case, the embedder needs to handle the exception or otherwise
react to the failed API call.

BUG=v8:3929
R=svenpanne@chromium.org
LOG=y

Review URL: https://codereview.chromium.org/1022803002

Cr-Commit-Position: refs/heads/master@{#27298}
2015-03-19 12:38:38 +00:00
..
libplatform Revert "Forward declaration for Isolate / Platform in libplatform.h." and "Fixes d8 on windows following.". 2014-11-19 07:28:07 +00:00
v8-debug.h convert most remaining api functions needing context to maybes 2015-03-11 09:33:04 +00:00
v8-platform.h Remove default NOP implementation of MonotonicallyIncreasingTime. 2014-10-09 10:44:30 +00:00
v8-profiler.h Remove obsolete TakeHeapSnapshot method from API 2015-03-16 09:49:28 +00:00
v8-testing.h Bulk update of Google copyright headers in source files. 2014-04-29 06:42:26 +00:00
v8-util.h remove phantom naming from the api 2015-03-09 21:48:09 +00:00
v8-version.h Add public version macros. 2015-02-26 08:59:23 +00:00
v8.h Clarify what APIs return Maybe and MaybeLocal values 2015-03-19 12:38:38 +00:00
v8config.h add V8_DEPRECATE_SOON macros to make it easier to identify calls which need deprecation 2015-03-09 09:49:28 +00:00