[][src]Trait ecmascript::compiler::transform::ByteCodeGen

pub trait ByteCodeGen {
    fn byte_code_gen<W: Write>(&self, output: &mut W);
}

Required methods

fn byte_code_gen<W: Write>(&self, output: &mut W)

Loading content...

Implementors

Loading content...