![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/extensions/vtunedomain-support-extension.h"#include <string>#include <vector>#include "include/v8-isolate.h"#include "include/v8-template.h"Go to the source code of this file.
Namespaces | |
| namespace | v8 |
| namespace | v8::internal |
| namespace | v8::internal::libvtune |
Functions | |
| int | v8::internal::libvtune::startTask (const std::vector< std::string > &vparams) |
| int | v8::internal::libvtune::endTask (const std::vector< std::string > &vparams) |
| void | v8::internal::libvtune::split (const std::string &str, char delimiter, std::vector< std::string > *vparams) |
| int | v8::internal::libvtune::invoke (const char *params) |
Variables | |
| const auto & | v8::internal::libvtune::function_map |