The type of delete_property in #JSCClassVTable. This is only required when you need to handle external properties not added to the prototype.
The type of enumerate_properties in #JSCClassVTable. This is only required when you need to handle external properties not added to the prototype.
The type of get_property in #JSCClassVTable. This is only required when you need to handle external properties not added to the prototype.
The type of has_property in #JSCClassVTable. This is only required when you need to handle external properties not added to the prototype.
The type of set_property in #JSCClassVTable. This is only required when you need to handle external properties not added to the prototype.
Function used to handle JavaScript exceptions in a #JSCContext.
A function passed to jsc_value_new_promise called during initialization
Function used to iterate options.
Like javascriptcore.global.getMajorVersion, but from the headers used at application compile time, rather than from the library linked against at application run time.
Like javascriptcore.global.getMicroVersion, but from the headers used at application compile time, rather than from the library linked against at application run time.
Like javascriptcore.global.getMinorVersion, but from the headers used at application compile time, rather than from the library linked against at application run time.
Allows the DFG JIT to be used if true. Option type: JSC_OPTION_BOOLEAN Default value: true.
Allows the FTL JIT to be used if true. Option type: JSC_OPTION_BOOLEAN Default value: true.
Allows the executable pages to be allocated for JIT and thunks if true. Option type: JSC_OPTION_BOOLEAN Default value: true.
Allows the LLINT to be used if true. Option type: JSC_OPTION_BOOLEAN Default value: true.
D types for javascriptcore6 library