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.
Function used to iterate options.
Enum values to specify a mode to check for syntax errors in jsc_context_check_syntax().
Enum values to specify the result of jsc_context_check_syntax().
Enum values for options types.
Flags used when defining properties with jsc_value_object_define_property_data() and jsc_value_object_define_property_accessor().
Like jsc_get_major_version(), but from the headers used at application compile time, rather than from the library linked against at application run time.
Like jsc_get_micro_version(), but from the headers used at application compile time, rather than from the library linked against at application run time.
Like jsc_get_minor_version(), 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.
Virtual table for a JSCClass. This can be optionally used when registering a #JSCClass in a #JSCContext to provide a custom implementation for the class. All virtual functions are optional and can be set to %NULL to fallback to the default implementation.