![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/objects/js-array-buffer.h"
#include "src/execution/protectors-inl.h"
#include "src/logging/counters.h"
#include "src/objects/js-array-buffer-inl.h"
#include "src/objects/property-descriptor.h"
Go to the source code of this file.
Namespaces | |
namespace | v8 |
namespace | v8::internal |
Macros | |
#define | ELEMENTS_KIND_TO_ARRAY_TYPE(Type, type, TYPE, ctype) |
#define | ELEMENTS_KIND_TO_ELEMENT_SIZE(Type, type, TYPE, ctype) |
#define ELEMENTS_KIND_TO_ARRAY_TYPE | ( | Type, | |
type, | |||
TYPE, | |||
ctype ) |
#define ELEMENTS_KIND_TO_ELEMENT_SIZE | ( | Type, | |
type, | |||
TYPE, | |||
ctype ) |