![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
Functions | |
int | startTask (const std::vector< std::string > &vparams) |
int | endTask (const std::vector< std::string > &vparams) |
void | split (const std::string &str, char delimiter, std::vector< std::string > *vparams) |
int | invoke (const char *params) |
Variables | |
const auto & | function_map |
int v8::internal::libvtune::endTask | ( | const std::vector< std::string > & | vparams | ) |
Definition at line 64 of file vtunedomain-support-extension.cc.
int v8::internal::libvtune::invoke | ( | const char * | params | ) |
Definition at line 81 of file vtunedomain-support-extension.cc.
void v8::internal::libvtune::split | ( | const std::string & | str, |
char | delimiter, | ||
std::vector< std::string > * | vparams ) |
Definition at line 25 of file vtunedomain-support-extension.cc.
int v8::internal::libvtune::startTask | ( | const std::vector< std::string > & | vparams | ) |
Definition at line 40 of file vtunedomain-support-extension.cc.
const auto& v8::internal::libvtune::function_map |
Definition at line 21 of file vtunedomain-support-extension.cc.