v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
wasm-js.h File Reference
#include <memory>
#include "src/common/globals.h"
Include dependency graph for wasm-js.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  v8::internal::WasmJs
 

Namespaces

namespace  v8
 
namespace  v8::internal
 
namespace  v8::internal::wasm
 

Macros

#define WASM_JS_EXTERNAL_REFERENCE_LIST(V)
 
#define DECL_WASM_JS_EXTERNAL_REFERENCE(Name)
 

Functions

std::unique_ptr< WasmStreamingv8::internal::wasm::StartStreamingForTesting (Isolate *isolate, std::shared_ptr< wasm::CompilationResultResolver > resolver)
 

Macro Definition Documentation

◆ DECL_WASM_JS_EXTERNAL_REFERENCE

#define DECL_WASM_JS_EXTERNAL_REFERENCE ( Name)
Value:

Definition at line 65 of file wasm-js.h.

◆ WASM_JS_EXTERNAL_REFERENCE_LIST

#define WASM_JS_EXTERNAL_REFERENCE_LIST ( V)

Definition at line 32 of file wasm-js.h.