![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <wasm-module.h>
Public Member Functions | |
template<typename T > | |
TruncatedUserString (base::Vector< T > name) | |
TruncatedUserString (const uint8_t *start, size_t len) | |
TruncatedUserString (const char *start, size_t len) | |
const char * | start () const |
int | length () const |
Private Attributes | |
const char * | start_ |
const int | length_ |
char | buffer_ [kMaxLen] |
Definition at line 1129 of file wasm-module.h.
|
inlineexplicit |
Definition at line 1134 of file wasm-module.h.
|
inline |
Definition at line 1137 of file wasm-module.h.
|
inline |
Definition at line 1140 of file wasm-module.h.
|
inline |
|
inline |
|
private |
Definition at line 1156 of file wasm-module.h.
|
private |
Definition at line 1155 of file wasm-module.h.
|
private |
Definition at line 1154 of file wasm-module.h.