![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/execution/arguments-inl.h"
#include "src/heap/factory.h"
#include "src/heap/heap-inl.h"
#include "src/objects/hash-table-inl.h"
#include "src/objects/js-collection-inl.h"
Go to the source code of this file.
Namespaces | |
namespace | v8 |
namespace | v8::internal |
Functions | |
v8::internal::RUNTIME_FUNCTION (Runtime_TheHole) | |
v8::internal::RUNTIME_FUNCTION (Runtime_OrderedHashSetGrow) | |
v8::internal::RUNTIME_FUNCTION (Runtime_SetGrow) | |
v8::internal::RUNTIME_FUNCTION (Runtime_SetShrink) | |
v8::internal::RUNTIME_FUNCTION (Runtime_OrderedHashSetShrink) | |
v8::internal::RUNTIME_FUNCTION (Runtime_MapShrink) | |
v8::internal::RUNTIME_FUNCTION (Runtime_MapGrow) | |
v8::internal::RUNTIME_FUNCTION (Runtime_OrderedHashMapGrow) | |
v8::internal::RUNTIME_FUNCTION (Runtime_WeakCollectionDelete) | |
v8::internal::RUNTIME_FUNCTION (Runtime_WeakCollectionSet) | |