![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
Go to the source code of this file.
Namespaces | |
namespace | v8 |
namespace | v8::internal |
Functions | |
uintptr_t | v8::internal::ArrayIndexOfIncludesSmiOrObject (Address array_start, uintptr_t array_len, uintptr_t from_index, Address search_element) |
uintptr_t | v8::internal::ArrayIndexOfIncludesDouble (Address array_start, uintptr_t array_len, uintptr_t from_index, Address search_element) |
Tagged< Object > | v8::internal::Uint8ArrayToHex (const char *bytes, size_t length, DirectHandle< SeqOneByteString > string_output) |
template<typename T > | |
bool | v8::internal::ArrayBufferFromHex (base::Vector< T > &input_vector, DirectHandle< JSArrayBuffer > buffer, size_t output_length) |