mirror of
https://github.com/leporello-js/leporello-js
synced 2026-01-13 13:04:30 -08:00
record constructor calls in calltree
This commit is contained in:
@@ -112,8 +112,8 @@ export class CallTree {
|
||||
+ (n.fn.__location == null ? ' native' : '')
|
||||
,
|
||||
// TODO show `this` argument
|
||||
n.fn.name
|
||||
,
|
||||
(n.is_new ? 'new ' : ''),
|
||||
n.fn.name,
|
||||
'(' ,
|
||||
...join(
|
||||
n.args.map(
|
||||
|
||||
Reference in New Issue
Block a user