V8 Project
|
#include "src/natives.h"
#include "src/base/logging.h"
#include "src/list.h"
#include "src/list-inl.h"
#include "src/snapshot-source-sink.h"
#include "src/vector.h"
Go to the source code of this file.
Classes | |
class | v8::internal::NativesStore |
NativesStore stores the 'native' (builtin) JS libraries. More... | |
class | v8::internal::NativesHolder< type > |
Namespaces | |
v8 | |
Debugger support for the V8 JavaScript engine. | |
v8::internal | |
Functions | |
void | v8::internal::SetNativesFromFile (StartupData *natives_blob) |
Read the Natives (library sources) blob, as generated by js2c + the build system. More... | |