Enum js::jsapi::JSJitCompilerOption
[−]
[src]
#[repr(u32)]pub enum JSJitCompilerOption { JSJITCOMPILER_BASELINE_WARMUP_TRIGGER, JSJITCOMPILER_ION_WARMUP_TRIGGER, JSJITCOMPILER_ION_GVN_ENABLE, JSJITCOMPILER_ION_FORCE_IC, JSJITCOMPILER_ION_ENABLE, JSJITCOMPILER_BASELINE_ENABLE, JSJITCOMPILER_OFFTHREAD_COMPILATION_ENABLE, JSJITCOMPILER_SIGNALS_ENABLE, JSJITCOMPILER_JUMP_THRESHOLD, JSJITCOMPILER_WASM_TEST_MODE, JSJITCOMPILER_NOT_AN_OPTION, }
Variants
JSJITCOMPILER_BASELINE_WARMUP_TRIGGERJSJITCOMPILER_ION_WARMUP_TRIGGERJSJITCOMPILER_ION_GVN_ENABLEJSJITCOMPILER_ION_FORCE_ICJSJITCOMPILER_ION_ENABLEJSJITCOMPILER_BASELINE_ENABLEJSJITCOMPILER_OFFTHREAD_COMPILATION_ENABLEJSJITCOMPILER_SIGNALS_ENABLEJSJITCOMPILER_JUMP_THRESHOLDJSJITCOMPILER_WASM_TEST_MODEJSJITCOMPILER_NOT_AN_OPTION
Trait Implementations
impl Debug for JSJitCompilerOption[src]
impl Copy for JSJitCompilerOption[src]
impl Clone for JSJitCompilerOption[src]
fn clone(&self) -> JSJitCompilerOption[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Eq for JSJitCompilerOption[src]
impl PartialEq for JSJitCompilerOption[src]
fn eq(&self, __arg_0: &JSJitCompilerOption) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
This method tests for !=.