Searched refs:found_non_trivial_declarations (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/
H A Dscopes.cc694 bool found_non_trivial_declarations = false; local
696 if (scope->is_with_scope() && !found_non_trivial_declarations) return false;
698 found_non_trivial_declarations = true;

Completed in 276 milliseconds