![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <runtime.h>
Public Attributes | |
| FunctionId | function_id |
| IntrinsicType | intrinsic_type |
| const char * | name |
| Address | entry |
| int8_t | nargs |
| int8_t | result_size |
| FunctionId v8::internal::Runtime::Function::function_id |
| IntrinsicType v8::internal::Runtime::Function::intrinsic_type |