Merge pull request #21369 from asgerf/js/this-bindings

JS: Emit variables for 'this'
This commit is contained in:
Asger F
2026-03-05 13:36:38 +01:00
committed by GitHub
278 changed files with 50937 additions and 44951 deletions

View File

@@ -453,7 +453,7 @@ is_arguments_object (int id: @variable ref);
@lexical_name = @variable | @local_type_name | @local_namespace_name;
@bind_id = @varaccess | @local_var_type_access;
@bind_id = @varaccess | @local_var_type_access | @this_expr;
bind (unique int id: @bind_id ref,
int decl: @variable ref);

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,2 @@
description: Add variable bindings for 'this'
compatibility: partial