Commit 6ca6d56
committed
fix(bench): use qualified node name accessorTarget.accessMethod in JS expected-edges (#1351)
The graph registers object literal arrow properties under qualified names
(e.g. 'accessorTarget.accessMethod' not bare 'accessMethod') since
extractObjectLiteralFunctions was updated to avoid polluting the global
definition index. The expected edge must match the stored node name so
the precision check passes for both WASM and native engines.1 parent 72632fb commit 6ca6d56
1 file changed
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
239 | | - | |
| 239 | + | |
240 | 240 | | |
241 | 241 | | |
242 | | - | |
| 242 | + | |
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
0 commit comments