Skip to content

Commit

Permalink
Derive for FunctionCompiler
Browse files Browse the repository at this point in the history
  • Loading branch information
raskad committed Jul 27, 2022
1 parent a952bcf commit b3afd4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion boa_engine/src/bytecompiler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3051,7 +3051,8 @@ pub(crate) enum FunctionKind {
Arrow,
}

// `FunctionCompiler` is used to compile AST functions to bytecode.
/// `FunctionCompiler` is used to compile AST functions to bytecode.
#[derive(Debug, Clone, Copy)]
pub(crate) struct FunctionCompiler {
name: Sym,
generator: bool,
Expand Down

0 comments on commit b3afd4f

Please sign in to comment.