Searched refs:label_scope (Results 1 – 6 of 6) sorted by relevance
39 *label_scope = NULL, // expr-stmt labels variable96 start_scope(&label_scope); in start_function_scope()97 function_scope = label_scope; in start_function_scope()143 function_scope = label_scope; in end_function_scope()148 start_scope(&label_scope); in start_label_scope()155 FOR_EACH_PTR(label_scope->symbols, sym) { in end_label_scope()163 end_scope(&label_scope); in end_label_scope()
37 *label_scope,
75 struct scope *label_scope; member
2381 if (!is_in_scope(def->label_scope, label_scope)) in check_label_usage()2383 } else if (!label->label_scope) { in check_label_usage()2384 label->label_scope = label_scope; in check_label_usage()2469 stmt->label_scope = label_scope; in statement()2470 if (s->label_scope) { in statement()2471 if (!is_in_scope(label_scope, s->label_scope)) in statement()
175 struct scope *label_scope; member
5339 OptionalChainNullLabelScope label_scope(this); in BuildOptionalChain() local5342 label_scope.labels()->Bind(builder()); in BuildOptionalChain()5853 OptionalChainNullLabelScope label_scope(this); in VisitDelete() local5858 builder()->JumpIfUndefinedOrNull(label_scope.labels()->New()); in VisitDelete()5866 label_scope.labels()->Bind(builder()); in VisitDelete()