Commit 546a487
Simulate MethodCall instead of calling MethodThrowPointHelper directly
Address review feedback: process a synthetic MethodCall expression through
processExprNode() instead of directly calling MethodThrowPointHelper. This
leverages the existing MethodCallHandler infrastructure for __toString()
throw point tracking in echo statements.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 01f336d commit 546a487
1 file changed
+6
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
864 | 864 | | |
865 | 865 | | |
866 | 866 | | |
867 | | - | |
868 | 867 | | |
869 | 868 | | |
870 | 869 | | |
871 | 870 | | |
872 | 871 | | |
873 | 872 | | |
874 | 873 | | |
875 | | - | |
876 | | - | |
877 | | - | |
| 874 | + | |
| 875 | + | |
878 | 876 | | |
879 | 877 | | |
| 878 | + | |
| 879 | + | |
| 880 | + | |
880 | 881 | | |
881 | | - | |
882 | | - | |
883 | | - | |
| 882 | + | |
884 | 883 | | |
885 | 884 | | |
886 | 885 | | |
| |||
0 commit comments