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

/external/chromium_org/v8/src/
H A Dhydrogen.cc4695 int context_pop_count = inner_scope->ContextChainLength(outer_scope); local
4696 if (context_pop_count > 0) {
4697 while (context_pop_count-- > 0) {
4727 int context_pop_count = inner_scope->ContextChainLength(outer_scope); local
4728 if (context_pop_count > 0) {
4729 while (context_pop_count-- > 0) {

Completed in 256 milliseconds