![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <cpp-builder.h>
Public Member Functions | |
Parameter (std::string type, std::string name, std::string default_value={}) | |
Public Attributes | |
std::string | type |
std::string | name |
std::string | default_value |
Definition at line 61 of file cpp-builder.h.
|
inline |
Definition at line 66 of file cpp-builder.h.
std::string v8::internal::torque::cpp::Function::Parameter::default_value |
Definition at line 64 of file cpp-builder.h.
std::string v8::internal::torque::cpp::Function::Parameter::name |
Definition at line 63 of file cpp-builder.h.
std::string v8::internal::torque::cpp::Function::Parameter::type |
Definition at line 62 of file cpp-builder.h.