Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F4501925
config.h.in
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
975 B
Referenced Files
None
Subscribers
None
config.h.in
View Options
#ifndef JS_CONFIG_H
#define JS_CONFIG_H
#define ANT_VERSION "@ANT_VERSION@"
#define ANT_GIT_HASH "@ANT_GIT_HASH@"
#define ANT_BUILD_DATE "@ANT_BUILD_DATE@"
#define SLOTMASK ~(((jsoff_t) ~0) >> 1)
#define CONSTMASK (~(((jsoff_t) ~0) >> 1) >> 1)
#define ARRMASK (~(((jsoff_t) ~0) >> 1) >> 2)
#define NONCONFIGMASK (~(((jsoff_t) ~0) >> 1) >> 3)
#define FLAGMASK (SLOTMASK | CONSTMASK | ARRMASK | NONCONFIGMASK)
typedef enum {
SLOT_NONE = 0,
SLOT_PID,
SLOT_ASYNC,
SLOT_WITH,
SLOT_SCOPE,
SLOT_THIS,
SLOT_BOUND_THIS,
SLOT_BOUND_ARGS,
SLOT_FIELD_COUNT,
SLOT_SOURCE,
SLOT_FIELDS,
SLOT_STRICT,
SLOT_CODE,
SLOT_CFUNC,
SLOT_CORO,
SLOT_PROTO,
SLOT_FROZEN,
SLOT_SEALED,
SLOT_EXTENSIBLE,
SLOT_BUFFER,
SLOT_TARGET_FUNC,
SLOT_VERSION,
SLOT_NAME,
SLOT_MAP,
SLOT_SET,
SLOT_PRIMITIVE,
SLOT_PROXY_REF,
SLOT_BUILTIN,
SLOT_MAX = 255
} internal_slot_t;
typedef enum {
BUILTIN_NONE = 0,
BUILTIN_OBJECT = 1
} builtin_fn_id_t;
#endif
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Sun, May 3, 8:54 AM (5 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
534020
Default Alt Text
config.h.in (975 B)
Attached To
Mode
rANT Ant
Attached
Detach File
Event Timeline
Log In to Comment