• gsathya's avatar
    [ESNext] Implement DynamicImportCall · 94283dcf
    gsathya authored
    This patch implements the runtime semantics of dynamic import.
    
    We create a new ASTNode so that we can pass the JSFunction closure() to
    the runtime function from which we get the script_url.
    
    d8 implements the embedder logic required to load and evaluate the modules.
    
    The API is mostly implemented as specified.
    
    BUG=8:5785
    
    Review-Url: https://codereview.chromium.org/2703563002
    Cr-Commit-Position: refs/heads/master@{#44551}
    94283dcf
Name
Last commit
Last update
..
libplatform Loading commit data...
DEPS Loading commit data...
OWNERS Loading commit data...
v8-debug.h Loading commit data...
v8-inspector-protocol.h Loading commit data...
v8-inspector.h Loading commit data...
v8-platform.h Loading commit data...
v8-profiler.h Loading commit data...
v8-testing.h Loading commit data...
v8-util.h Loading commit data...
v8-version-string.h Loading commit data...
v8-version.h Loading commit data...
v8.h Loading commit data...
v8config.h Loading commit data...