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

Trait Implementations

impl Debug for JSJitCompilerOption
[src]

[src]

Formats the value using the given formatter.

impl Copy for JSJitCompilerOption
[src]

impl Clone for JSJitCompilerOption
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for JSJitCompilerOption
[src]

impl PartialEq for JSJitCompilerOption
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Hash for JSJitCompilerOption
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more