• 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
..
mac Loading commit data...
OWNERS Loading commit data...
README.txt Loading commit data...
all.gyp Loading commit data...
android.gypi Loading commit data...
detect_v8_host_arch.py Loading commit data...
features.gypi Loading commit data...
get_landmines.py Loading commit data...
gyp_environment.py Loading commit data...
gyp_v8 Loading commit data...
gyp_v8.py Loading commit data...
landmine_utils.py Loading commit data...
landmines.py Loading commit data...
shim_headers.gypi Loading commit data...
standalone.gypi Loading commit data...
toolchain.gypi Loading commit data...