• Jan Krems's avatar
    [modules] Implement import.meta proposal · ed6f00fb
    Jan Krems authored
    Rewrites references to import.meta to a new GetImportMetaObject runtime
    call. Embedders can define a callback for creating the meta object using
    v8::Isolate::SetHostGetImportMetaObjectCallback. If no callback has been
    provided, an empty object with null prototype is created.
    
    This adds an example implementation to d8 that sets meta.url.
    
    Bug: v8:6693
    Cq-Include-Trybots: master.tryserver.chromium.linux:linux_chromium_rel_ng
    Change-Id: I6871eec79da45bba81bbbc84b1ffff48534c368d
    Reviewed-on: https://chromium-review.googlesource.com/707902
    Commit-Queue: Sathya Gunasekaran <gsathya@chromium.org>
    Reviewed-by: 's avatarAdam Klein <adamk@chromium.org>
    Reviewed-by: 's avatarSathya Gunasekaran <gsathya@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#48433}
    ed6f00fb
Name
Last commit
Last update
..
libplatform Loading commit data...
APIDesign.md Loading commit data...
DEPS Loading commit data...
OWNERS Loading commit data...
PRESUBMIT.py 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-value-serializer-version.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...