Browse Source

Update boa/src/syntax/ast/op.rs

Co-Authored-By: Iban Eguia <razican@protonmail.ch>
pull/293/head
HalidOdat 5 years ago
parent
commit
5a76bf5692
  1. 2
      boa/src/syntax/ast/op.rs

2
boa/src/syntax/ast/op.rs

@ -258,7 +258,7 @@ pub enum UnaryOp {
/// The JavaScript `delete` operator removes a property from an object.
///
/// Syntax: `delete expression`
/// Syntax: `delete x`
///
/// Unlike what common belief suggests, the delete operator has nothing to do with
/// directly freeing memory. Memory management is done indirectly via breaking references.

Loading…
Cancel
Save