• Dan Elphick's avatar
    [api] Add Check method to Maybe · b121cde9
    Dan Elphick authored
    This new method returns no value and just verifies that the Maybe is not
    Empty. This is intended to be used for functions like Object::Set that
    return a Maybe<bool> but only use "emptiness" to indicate its result and
    where ToLocalChecked() appears to be discarding information.
    
    Also comments Object::Set to indicate that Check() is the preferred way
    of asserting that the Set should always succeed.
    
    R=yangguo
    
    Bug: v8:8562
    Change-Id: Ic3b45e42fa9ba0b53f1a764660a56041e64f087b
    Reviewed-on: https://chromium-review.googlesource.com/c/1414912Reviewed-by: 's avatarYang Guo <yangguo@chromium.org>
    Commit-Queue: Dan Elphick <delphick@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#58852}
    b121cde9
Name
Last commit
Last update
..
libplatform Loading commit data...
APIDesign.md Loading commit data...
DEPS Loading commit data...
OWNERS Loading commit data...
v8-inspector-protocol.h Loading commit data...
v8-inspector.h Loading commit data...
v8-internal.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-wasm-trap-handler-posix.h Loading commit data...
v8-wasm-trap-handler-win.h Loading commit data...
v8.h Loading commit data...
v8config.h Loading commit data...