Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2922396
config.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
config.h
View Options
#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_TIMESTAMP
#define ANT_BUILD_TIMESTAMP 0
#endif
#ifndef ANT_TARGET_TRIPLE
#define ANT_TARGET_TRIPLE "unknown"
#endif
#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_NAME
,
SLOT_MAP
,
SLOT_SET
,
SLOT_PRIMITIVE
,
SLOT_PROXY_REF
,
SLOT_BUILTIN
,
SLOT_DATA
,
SLOT_CTOR
,
SLOT_SUPER
,
SLOT_DEFAULT_CTOR
,
SLOT_ERR_TYPE
,
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
Fri, Mar 27, 1:01 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
513082
Default Alt Text
config.h (1 KB)
Attached To
Mode
rANT Ant
Attached
Detach File
Event Timeline
Log In to Comment