• domenic's avatar
    Add the concept of a V8 extras exports object · ad547cea
    domenic authored
    Exposed to the extras as extrasExports (on the builtins object), on
    which they can put things that should be accessible from C++. Exposed
    to C++ through the V8 API as v8::Context::GetExtrasExportsObject().
    
    Adding a test (in test-api.cc) required adding a simple extra,
    test-extra.js, which we build into the standalone builds.
    
    R=yangguo@chromium.org, jochen@chromium.org
    BUG=
    
    Review URL: https://codereview.chromium.org/1128113006
    
    Cr-Commit-Position: refs/heads/master@{#28317}
    ad547cea
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
intl Loading commit data...
js-perf-test Loading commit data...
memory Loading commit data...
message Loading commit data...
mjsunit Loading commit data...
mozilla Loading commit data...
preparser Loading commit data...
promises-aplus Loading commit data...
test262 Loading commit data...
test262-es6 Loading commit data...
unittests Loading commit data...
webkit Loading commit data...