v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
runtime-literals.cc File Reference
Include dependency graph for runtime-literals.cc:

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)
 

Macro Definition Documentation

◆ TYPED_ARRAY_CASE

#define TYPED_ARRAY_CASE ( Type,
type,
TYPE,
ctype )
Value:
case TYPE##_ELEMENTS:

Variable Documentation

◆ isolate_

Isolate* isolate_
private

Definition at line 246 of file runtime-literals.cc.

◆ kCopying

const bool kCopying = false
static

Definition at line 243 of file runtime-literals.cc.

◆ site_context_

ContextObject* site_context_
private

Definition at line 61 of file runtime-literals.cc.