Commit 42cc6c05 authored by adamk's avatar adamk Committed by Commit bot

Remove unused Scope::inside_with() accessor

scope_inside_with_ itself is still used internally during analysis.

R=verwaest@chromium.org

Review-Url: https://codereview.chromium.org/2221783005
Cr-Commit-Position: refs/heads/master@{#38459}
parent 6c1ea55e
......@@ -321,9 +321,6 @@ class Scope: public ZoneObject {
bool asm_module() const { return asm_module_; }
bool asm_function() const { return asm_function_; }
// Is this scope inside a with statement.
bool inside_with() const { return scope_inside_with_; }
// Does this scope access "super" property (super.foo).
bool uses_super_property() const { return scope_uses_super_property_; }
// Does this scope have the potential to execute declarations non-linearly?
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment