Function Macro
JavaScriptCoreCHECK_VERSION
unstable since: 4.0
Declaration [src]
#define JSC_CHECK_VERSION (
  major,
  minor,
  micro
)
Description [src]
Check the version of JSC header files at compile time.
Available since: 4.0
This function is not directly available to language bindings.