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

Go to the source code of this file.

Namespaces

namespace  v8
 
namespace  v8::internal
 
namespace  v8::internal::interpreter
 

Macros

#define CASE(index_name, type, name)
 

Macro Definition Documentation

◆ CASE

#define CASE ( index_name,
type,
name )
Value:
case Context::index_name: \
return #name;
const char * name
Definition builtins.cc:39