javascriptcore6 0.6.0

Rust bindings for JavaScriptCore 6
Documentation
// This file was generated by gir (https://github.com/gtk-rs/gir)
// from gir-files (https://github.com/gtk-rs/gir-files)
// from webkit-gir-files
// DO NOT EDIT

use crate::ffi;
use glib::GStr;

#[doc(alias = "JSC_OPTIONS_USE_DFG")]
pub static OPTIONS_USE_DFG: &GStr =
    unsafe { GStr::from_utf8_with_nul_unchecked(ffi::JSC_OPTIONS_USE_DFG) };
#[doc(alias = "JSC_OPTIONS_USE_FTL")]
pub static OPTIONS_USE_FTL: &GStr =
    unsafe { GStr::from_utf8_with_nul_unchecked(ffi::JSC_OPTIONS_USE_FTL) };
#[doc(alias = "JSC_OPTIONS_USE_JIT")]
pub static OPTIONS_USE_JIT: &GStr =
    unsafe { GStr::from_utf8_with_nul_unchecked(ffi::JSC_OPTIONS_USE_JIT) };
#[doc(alias = "JSC_OPTIONS_USE_LLINT")]
pub static OPTIONS_USE_LLINT: &GStr =
    unsafe { GStr::from_utf8_with_nul_unchecked(ffi::JSC_OPTIONS_USE_LLINT) };