Sha256: 06c0215c4940c89802b8e8e9323e0c9511388ac511398b6d5dbccd1cf0acd7b6

Contents?: true

Size: 1 KB

Versions: 34

Compression:

Stored size: 1 KB

Contents

// Copyright 2018 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef V8_WASM_TRAP_HANDLER_WIN_H_
#define V8_WASM_TRAP_HANDLER_WIN_H_

#include <windows.h>

#include "v8config.h"  // NOLINT(build/include)

namespace v8 {
/**
 * This function determines whether a memory access violation has been an
 * out-of-bounds memory access in WebAssembly. If so, it will modify the
 * exception parameter and add a return address where the execution can continue
 * after the exception handling, and return true. Otherwise the return value
 * will be false.
 *
 * The parameter to this function corresponds to the one passed to a Windows
 * vectored exception handler. Use this function only on Windows.
 *
 * \param exception An EXCEPTION_POINTERS* as provided to the exception handler.
 */
V8_EXPORT bool TryHandleWebAssemblyTrapWindows(EXCEPTION_POINTERS* exception);

}  // namespace v8
#endif  // V8_WASM_TRAP_HANDLER_WIN_H_

Version data entries

34 entries across 34 versions & 3 rubygems

Version Path
libv8-node-12.18.4.0.beta3-x86_64-linux vendor/v8/include/v8-wasm-trap-handler-win.h
libv8-node-12.18.4.0.beta3-x86_64-linux-musl vendor/v8/include/v8-wasm-trap-handler-win.h
libv8-node-12.18.4.0.beta3-x86_64-darwin-19 vendor/v8/include/v8-wasm-trap-handler-win.h
libv8-node-12.18.4.0.beta2-x86_64-darwin-18 vendor/v8/include/v8-wasm-trap-handler-win.h
libv8-7.3.492.27.1-universal-darwin-20 vendor/v8/include/v8-wasm-trap-handler-win.h
libv8-7.3.492.27.1-x86_64-darwin-20 vendor/v8/include/v8-wasm-trap-handler-win.h
libv8-node-12.18.4.0.beta2-x86_64-darwin-20 vendor/v8/include/v8-wasm-trap-handler-win.h
libv8-node-12.18.4.0.beta2-x86_64-solaris-2.11 vendor/v8/include/v8-wasm-trap-handler-win.h
libv8-node-12.18.4.0.beta2-x86_64-linux vendor/v8/include/v8-wasm-trap-handler-win.h
libv8-node-12.18.4.0.beta2-x86_64-linux-musl vendor/v8/include/v8-wasm-trap-handler-win.h
libv8-node-12.18.4.0.beta2-x86_64-darwin-19 vendor/v8/include/v8-wasm-trap-handler-win.h
libv8-node-12.18.4.0.beta1-x86_64-linux vendor/v8/include/v8-wasm-trap-handler-win.h
libv8-node-12.18.4.0.beta1-x86_64-linux-musl vendor/v8/include/v8-wasm-trap-handler-win.h
libv8-node-12.18.4.0.beta1-x86_64-darwin-19 vendor/v8/include/v8-wasm-trap-handler-win.h
libv8-solaris-7.3.492.27.1-x86_64-solaris-2.11 vendor/v8/include/v8-wasm-trap-handler-win.h
libv8-7.8.279.23.0beta1-x86_64-linux vendor/v8/include/v8-wasm-trap-handler-win.h
libv8-7.3.492.27.1-universal-darwin19 vendor/v8/include/v8-wasm-trap-handler-win.h
libv8-7.3.492.27.1-x86_64-darwin-19 vendor/v8/include/v8-wasm-trap-handler-win.h
libv8-7.4.288.28.0beta1-x86_64-linux vendor/v8/include/v8-wasm-trap-handler-win.h
libv8-7.3.492.27.3beta1-x86_64-linux vendor/v8/include/v8-wasm-trap-handler-win.h