-
yurys authored
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}
e5a77abc
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
benchmarks | ||
cctest | ||
intl | ||
js-perf-test | ||
memory | ||
message | ||
mjsunit | ||
mozilla | ||
preparser | ||
promises-aplus | ||
simdjs | ||
test262 | ||
test262-es6 | ||
unittests | ||
webkit |