• yangguo's avatar
    [serializer] do not serialize script wrappers. · 07fa0f49
    yangguo authored
    The scenario here: the asm function fails asm validation,
    so we emit a message. In doing so, we create a JSValue wrapper for
    the script object that we cache on the script object. This wrapper
    is context-dependent and causes the code serializer to choke.
    
    R=mtrofin@chromium.org, titzer@chromium.org
    BUG=chromium:674446,chromium:673321
    
    Review-Url: https://codereview.chromium.org/2586943003
    Cr-Commit-Position: refs/heads/master@{#41794}
    07fa0f49
Name
Last commit
Last update
..
DEPS Loading commit data...
OWNERS Loading commit data...
code-serializer.cc Loading commit data...
code-serializer.h Loading commit data...
deserializer.cc Loading commit data...
deserializer.h Loading commit data...
mksnapshot.cc Loading commit data...
natives-common.cc Loading commit data...
natives-external.cc Loading commit data...
natives.h Loading commit data...
partial-serializer.cc Loading commit data...
partial-serializer.h Loading commit data...
serializer-common.cc Loading commit data...
serializer-common.h Loading commit data...
serializer.cc Loading commit data...
serializer.h Loading commit data...
snapshot-common.cc Loading commit data...
snapshot-empty.cc Loading commit data...
snapshot-external.cc Loading commit data...
snapshot-source-sink.cc Loading commit data...
snapshot-source-sink.h Loading commit data...
snapshot.h Loading commit data...
startup-serializer.cc Loading commit data...
startup-serializer.h Loading commit data...