Home | History | Annotate | Download | only in compiler

Lines Matching refs:DeleteProperty

1595     value = NewNode(javascript()->DeleteProperty(strict_mode()), object, key);
1835 const Operator* op = javascript()->DeleteProperty(strict_mode());