Go to the source code of this file.
|
#define | BUILTIN_LIST_C(V) |
|
#define | BUILTIN_LIST_A(V) |
|
#define | BUILTIN_LIST_DEBUG_A(V) |
|
#define | BUILTINS_LIST_JS(V) |
|
#define | DEF_ENUM_C(name, ignore) k##name, |
|
#define | DEF_ENUM_A(name, kind, state, extra) k##name, |
|
#define | DEF_ENUM_C(name, ignore) c_##name, |
|
#define | DEF_ENUM(name, ignore) name, |
|
#define | DECLARE_BUILTIN_ACCESSOR_C(name, ignore) Handle<Code> name(); |
|
#define | DECLARE_BUILTIN_ACCESSOR_A(name, kind, state, extra) Handle<Code> name(); |
|
#define BUILTIN_LIST_A |
( |
|
V | ) |
|
#define BUILTIN_LIST_C |
( |
|
V | ) |
|
#define BUILTIN_LIST_DEBUG_A |
( |
|
V | ) |
|
#define BUILTINS_LIST_JS |
( |
|
V | ) |
|
#define DECLARE_BUILTIN_ACCESSOR_A |
( |
|
name, |
|
|
|
kind, |
|
|
|
state, |
|
|
|
extra |
|
) |
| Handle<Code> name(); |
#define DECLARE_BUILTIN_ACCESSOR_C |
( |
|
name, |
|
|
|
ignore |
|
) |
| Handle<Code> name(); |
#define DEF_ENUM |
( |
|
name, |
|
|
|
ignore |
|
) |
| name, |
#define DEF_ENUM_A |
( |
|
name, |
|
|
|
kind, |
|
|
|
state, |
|
|
|
extra |
|
) |
| k##name, |
#define DEF_ENUM_C |
( |
|
name, |
|
|
|
ignore |
|
) |
| k##name, |
#define DEF_ENUM_C |
( |
|
name, |
|
|
|
ignore |
|
) |
| c_##name, |