![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "include/v8-context.h"
#include "include/v8-local-handle.h"
#include "include/v8-snapshot.h"
#include "src/heap/factory.h"
#include "src/objects/fixed-array.h"
#include "src/objects/shared-function-info.h"
#include "src/objects/visitors.h"
#include "src/snapshot/serializer-deserializer.h"
Go to the source code of this file.
Classes | |
class | v8::internal::SourceCodeCache |
class | v8::internal::Bootstrapper |
class | v8::internal::BootstrapperActive |
Namespaces | |
namespace | v8 |
namespace | v8::internal |
Functions | |
Handle< JSFunction > | v8::internal::SimpleInstallFunction (Isolate *isolate, DirectHandle< JSObject > base, const char *name, Builtin call, int len, AdaptArguments adapt, PropertyAttributes attrs) |
void | v8::internal::InstallError (Isolate *isolate, DirectHandle< JSObject > global, DirectHandle< String > name, int context_index, Builtin error_constructor, int error_function_length) |