Struct js::back::executor::JitExecutor[src]
pub struct JitExecutor {
// some fields omitted
}A JIT executor
Methods
impl JitExecutor
fn new() -> JitExecutor
Create a new JIT executor
pub struct JitExecutor {
// some fields omitted
}A JIT executor
impl JitExecutorfn new() -> JitExecutorCreate a new JIT executor
impl<'a> Executor<(JITVal<'a>, &'a Function<'a>)> for JitExecutorfn get_global_obj(&self) -> JSValfn execute(&self, comp: &(JITVal<'a>, &'a Function<'a>)) -> ResultValuefn get_global<'a>(&self, field: &'a str) -> Valuefn set_global<'a>(&self, field: &'a str, value: Value) -> Value
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).