Chromium Code Reviews
DescriptionRefactoring codegen for delete.
* keep handling of VariableProxy and Property together
* place clauses in the order of discovery
The refactoring is inspired by the strict mode delete changes.
While placing the ASSERT(strict_mode_flag() == kNonStrictMode)
for the variable case, I realized that better order of the if clauses
would make the code more readable, and also make it eas to place my assert.
BUG=
TEST=
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|
|||||||||||||||||||||||||||||||||||||