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

Go to the source code of this file.

Namespaces

namespace  v8
 
namespace  v8::internal
 

Macros

#define MAX_STACK_LENGTH   100
 

Functions

 v8::internal::BUILTIN (IsTraceCategoryEnabled)
 
 v8::internal::BUILTIN (Trace)
 

Macro Definition Documentation

◆ MAX_STACK_LENGTH

#define MAX_STACK_LENGTH   100

Definition at line 23 of file builtins-trace.cc.

Variable Documentation

◆ allocated_

std::unique_ptr<uint8_t[]> allocated_
private

Definition at line 53 of file builtins-trace.cc.

◆ buf_

uint8_t* buf_
private

Definition at line 51 of file builtins-trace.cc.

◆ data_

std::string data_
private

Definition at line 52 of file builtins-trace.cc.