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

Go to the source code of this file.

Classes

class  v8::internal::compiler::JSCallAccessor
 

Namespaces

namespace  v8
 
namespace  v8::internal
 
namespace  v8::internal::compiler
 

Macros

#define TRACE(x)
 

Macro Definition Documentation

◆ TRACE

#define TRACE ( x)
Value:
do { \
if (v8_flags.trace_turbo_inlining) { \
StdoutStream() << x << "\n"; \
} \
} while (false)
int x

Definition at line 41 of file js-inlining.cc.