Skip to content

Commit 809252f

Browse files
committed
Inline parse_primary_expr
1 parent 455f8bf commit 809252f

File tree

1 file changed

+1
-0
lines changed
  • crates/swc_ecma_parser/src/parser

1 file changed

+1
-0
lines changed

crates/swc_ecma_parser/src/parser/expr.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,7 @@ impl<I: Tokens> Parser<I> {
307307
Ok(expr)
308308
}
309309

310+
#[inline]
310311
pub(super) fn parse_primary_expr(&mut self) -> PResult<Box<Expr>> {
311312
trace_cur!(self, parse_primary_expr);
312313
let start = self.input().cur_pos();

0 commit comments

Comments
 (0)