![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/ast/ast.h"
#include "src/common/globals.h"
#include "src/execution/arguments-inl.h"
#include "src/execution/isolate-inl.h"
#include "src/objects/allocation-site-scopes-inl.h"
#include "src/objects/hash-table-inl.h"
#include "src/objects/heap-number-inl.h"
#include "src/objects/js-regexp-inl.h"
#include "src/objects/literal-objects-inl.h"
#include "src/runtime/runtime.h"
Go to the source code of this file.
Namespaces | |
namespace | v8 |
namespace | v8::internal |
Macros | |
#define | TYPED_ARRAY_CASE(Type, type, TYPE, ctype) |
Functions | |
v8::internal::RUNTIME_FUNCTION (Runtime_CreateObjectLiteral) | |
v8::internal::RUNTIME_FUNCTION (Runtime_CreateArrayLiteral) | |
v8::internal::RUNTIME_FUNCTION (Runtime_CreateRegExpLiteral) | |
#define TYPED_ARRAY_CASE | ( | Type, | |
type, | |||
TYPE, | |||
ctype ) |
|
private |
Definition at line 246 of file runtime-literals.cc.
|
static |
Definition at line 243 of file runtime-literals.cc.
|
private |
Definition at line 61 of file runtime-literals.cc.