Home | History | Annotate | Download | only in bytecompiler

Lines Matching full:scopedepth

669     LabelScope scope(type, name, scopeDepth(), newLabel(), type == LabelScope::Loop ? newLabel() : PassRefPtr<Label>()); // Only loops have continue targets.
2005 ASSERT(scopeDepth() - targetScopeDepth >= 0);
2008 size_t scopeDelta = scopeDepth() - targetScopeDepth;