Go to the source code of this file.
|
#define | CASE(kind_caps, kind_camel, mode_camel) |
|
#define | CASE(kind_caps, kind_camel, mode_camel) |
|
◆ 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);
◆ 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)