v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::wasm::ClearThreadInWasmScope Class Reference

#include <wasm-interpreter.h>

Collaboration diagram for v8::internal::wasm::ClearThreadInWasmScope:

Public Member Functions

 ClearThreadInWasmScope (Isolate *isolate)
 
 ~ClearThreadInWasmScope ()
 

Private Attributes

Isolateisolate_
 

Detailed Description

Definition at line 2104 of file wasm-interpreter.h.

Constructor & Destructor Documentation

◆ ClearThreadInWasmScope()

v8::internal::wasm::ClearThreadInWasmScope::ClearThreadInWasmScope ( Isolate * isolate)
explicit

Definition at line 13182 of file wasm-interpreter.cc.

Here is the call graph for this function:

◆ ~ClearThreadInWasmScope()

v8::internal::wasm::ClearThreadInWasmScope::~ClearThreadInWasmScope ( )

Definition at line 13189 of file wasm-interpreter.cc.

Here is the call graph for this function:

Member Data Documentation

◆ isolate_

Isolate* v8::internal::wasm::ClearThreadInWasmScope::isolate_
private

Definition at line 2110 of file wasm-interpreter.h.


The documentation for this class was generated from the following files: