Home | History | Annotate | Download | only in full-codegen

Lines Matching refs:context_length

113     // {*context_length} the number of context chain links to unwind as we
115 virtual NestedStatement* Exit(int* context_length) { return previous_; }
177 NestedStatement* Exit(int* context_length) override {
180 if (block_scope->ContextLocalCount() > 0) ++(*context_length);