v8/include
yurys e5a77abcf8 Add convenience method for converting v8::PersistentBase to v8::Local
The CL addes convenienve method that allows to write code like the following
v8::Local<v8::Object> local = v8::Local<v8::Object>::New(global, isolate);
in a more readable way:
v8::Local<v8::Object> local = global.Get(isolate);

There is already v8::Eternal::Get that does similar thing.

BUG=None
LOG=Y

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

Cr-Commit-Position: refs/heads/master@{#29616}
2015-07-13 15:02:29 +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
OWNERS Add myself to include/OWNERS 2015-04-21 10:05:59 +00:00
v8-debug.h Make v8::Handle as "deprecated soon" 2015-07-06 07:09:13 +00:00
v8-platform.h Add V8 platform API to call delayed task. 2015-06-17 12:09:40 +00:00
v8-profiler.h Make v8::Handle as "deprecated soon" 2015-07-06 07:09:13 +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 add StdGlobalValueMap 2015-04-22 09:17:34 +00:00
v8-version.h Updated version to 4.6 2015-07-10 12:48:29 +00:00
v8.h Add convenience method for converting v8::PersistentBase to v8::Local 2015-07-13 15:02:29 +00:00
v8config.h Using "defined" in macro causes undefined behavior. 2015-06-29 11:48:06 +00:00