Skip to content

Commit

Permalink
Derive for FunctionCompiler
Browse files Browse the repository at this point in the history
  • Loading branch information
raskad committed Aug 12, 2022
1 parent 8462f9d commit e11d9b0
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 e11d9b0

Please sign in to comment.