MCPcopy Create free account
hub / github.com/bvanjoi/bolt-ts / parse_binary_expr

Method parse_binary_expr

crates/parser/src/expr.rs:353–357  ·  view source on GitHub ↗
(&mut self, prec: BinPrec)

Source from the content-addressed store, hash-verified

351 SKIP_OUTER_EXPRESSION_ASSERTIONS_FLAGS | SKIP_OUTER_EXPRESSION_PARENTHESES_FLAGS;
352 match ast::Expr::skip_outer_expr::<FLAGS>(expr).kind {
353 ast::ExprKind::Ident(n) => {
354 if self.in_strict_mode {
355 self.check_strict_mode_eval_or_arguments(n);
356 }
357 }
358 ast::ExprKind::PropAccess(_)
359 | ast::ExprKind::EleAccess(_)
360 | ast::ExprKind::ArrayLit(_)

Calls 3

parse_unary_exprMethod · 0.80
startMethod · 0.65

Tested by

no test coverage detected