-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Commit 0e80be8
Fix lineno for cpp assignment
We previously changed the lineno of the property to the cpp argument, but now
also update the lineno for RECV and ASSIGN_OBJ. No test because we don't have a
way to enable lineno's in the opcode dump, and this is not easily testable
through error messages.1 parent a59caa3 commit 0e80be8
1 file changed
+2
-0
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7921 | 7921 |
| |
7922 | 7922 |
| |
7923 | 7923 |
| |
7924 | + | ||
7925 | + | ||
7924 | 7926 |
| |
7925 | 7927 |
| |
7926 | 7928 |
| |
|
0 commit comments