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

Go to the source code of this file.

Namespaces

namespace  v8
 
namespace  v8::internal
 

Macros

#define CASE(kind_caps, kind_camel, mode_camel)
 
#define CASE(kind_caps, kind_camel, mode_camel)
 

Macro Definition Documentation

◆ CASE [1/2]

#define CASE ( kind_caps,
kind_camel,
mode_camel )
Value:
case kind_caps: \
return Builtins::CallableFor( \
isolate, \
Builtin::kArrayNoArgumentConstructor_##kind_camel##_##mode_camel);
#define _

◆ CASE [2/2]

#define CASE ( kind_caps,
kind_camel,
mode_camel )
Value:
case kind_caps: \
return Builtins::CallableFor( \
isolate, \
Builtin::kArraySingleArgumentConstructor_##kind_camel##_##mode_camel)