mirror of
				https://github.com/bellard/quickjs.git
				synced 2025-05-29 01:49:18 +08:00 
			
		
		
		
	msan fix (#389)
This commit is contained in:
		
							parent
							
								
									131408fa07
								
							
						
					
					
						commit
						9f1864a268
					
				@ -23937,6 +23937,7 @@ static int js_parse_destructuring_element(JSParseState *s, int tok, int is_arg,
 | 
				
			|||||||
                        goto var_error;
 | 
					                        goto var_error;
 | 
				
			||||||
                    opcode = OP_scope_get_var;
 | 
					                    opcode = OP_scope_get_var;
 | 
				
			||||||
                    scope = s->cur_func->scope_level;
 | 
					                    scope = s->cur_func->scope_level;
 | 
				
			||||||
 | 
					                    label_lvalue = -1;
 | 
				
			||||||
                } else {
 | 
					                } else {
 | 
				
			||||||
                    if (js_parse_left_hand_side_expr(s))
 | 
					                    if (js_parse_left_hand_side_expr(s))
 | 
				
			||||||
                        return -1;
 | 
					                        return -1;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user