Page MenuHomePhorge

config.h
No OneTemporary

Size
823 B
Referenced Files
None
Subscribers
None

config.h

#ifndef JS_CONFIG_H
#define JS_CONFIG_H
#ifndef ANT_VERSION
#define ANT_VERSION "unknown"
#endif
#ifndef ANT_GIT_HASH
#define ANT_GIT_HASH "unknown"
#endif
#ifndef ANT_BUILD_DATE
#define ANT_BUILD_DATE "unknown"
#endif
#define JS_EXPR_MAX 20
#define JS_GC_THRESHOLD 0.75
#define SLOTMASK ~(((jsoff_t) ~0) >> 1)
#define CONSTMASK (~(((jsoff_t) ~0) >> 1) >> 1)
#define ARRMASK (~(((jsoff_t) ~0) >> 1) >> 2)
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_MAX = 255
} internal_slot_t;
#endif

File Metadata

Mime Type
text/x-c
Expires
Sun, May 3, 8:27 AM (16 h, 4 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
527916
Default Alt Text
config.h (823 B)

Event Timeline