Go to the source code of this file.
◆ CODE_KIND_LIST
#define CODE_KIND_LIST |
( |
| V | ) |
|
Value:
V(FOR_TESTING) \
V(REGEXP) \
V(WASM_FUNCTION) \
V(WASM_TO_CAPI_FUNCTION) \
V(WASM_TO_JS_FUNCTION) \
V(JS_TO_WASM_FUNCTION) \
V(C_WASM_ENTRY) \
V(INTERPRETED_FUNCTION) \
V(BASELINE) \
V(MAGLEV) \
V(TURBOFAN_JS)
Definition at line 18 of file code-kind.h.
◆ DEFINE_CODE_KIND_ENUM
#define DEFINE_CODE_KIND_ENUM |
( |
| name | ) |
|
◆ V [1/3]
◆ V [2/3]
Value:name = 1 << static_cast<int>(CodeKind::name),
Definition at line 41 of file code-kind.h.
◆ V [3/3]
Value:kind == CodeKind::name ? CodeKindFlag::name:
Definition at line 41 of file code-kind.h.