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

/external/chromium_org/v8/src/
H A Dvariables.h74 bool has_forced_context_allocation() const { function in class:v8::internal::Variable
H A Dscopes.cc171 ? outer_scope->has_forced_context_allocation() : false;
604 DCHECK(has_forced_context_allocation());
826 if (var->has_forced_context_allocation()) {
1184 (var->has_forced_context_allocation() ||
1210 if (has_forced_context_allocation()) return true;
1215 return var->has_forced_context_allocation() ||
1277 if (uses_sloppy_arguments || has_forced_context_allocation()) {
H A Dscopes.h256 bool has_forced_context_allocation() const { function in class:v8::internal::Scope

Completed in 654 milliseconds