• yangguo's avatar
    [snapshot] revisit snapshot API. · 872c461b
    yangguo authored
    This part of the snapshot API should not be in use yet, so we can still
    change this. The motivation for this change is:
    - Use MaybeHandle where reasonable.
    - Remove ambiguity: when we use index to create context from snapshot,
      we should not have a silent fallback if snapshot is not available.
    - Symmetry: rename to Context::FromSnapshot to mirror templates.
    
    R=jochen@chromium.org
    BUG=chromium:617892
    
    Review-Url: https://codereview.chromium.org/2100073002
    Cr-Commit-Position: refs/heads/master@{#37334}
    872c461b
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...