Lines Matching defs:depth
1419 // Save result for postfix expressions at correct stack depth.
1794 int depth = current_scope()->ContextChainLength(variable->scope());
1797 javascript()->LoadContext(depth, variable->index(), immutable);
1902 int depth = current_scope()->ContextChainLength(variable->scope());
1906 javascript()->LoadContext(depth, variable->index(), false);
1915 javascript()->LoadContext(depth, variable->index(), false);
1922 const Operator* op = javascript()->StoreContext(depth, variable->index());