Struct js::jsapi::JSJitInfo [] [src]

#[repr(C)]
pub struct JSJitInfo { pub call: *const c_void, pub protoID: u16, pub depth: u16, pub _bitfield_1: u32, }

This struct contains metadata passed from the DOM to the JS Engine for JIT optimizations on DOM property accessors. Eventually, this should be made available to general JSAPI users, but we are not currently ready to do so.

Fields

The OpType that says what sort of function we are.

Methods

impl JSJitInfo
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for JSJitInfo
[src]

[src]

Formats the value using the given formatter.

impl Copy for JSJitInfo
[src]

impl Clone for JSJitInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more