Open bahmutov opened 7 years ago
Too bad V8 does not have anything useful when we try to determine callsite in promise callback
function foo() { const sites = callsites() // will have just foo() } Promise.resolve(42).then(foo)
Too bad V8 does not have anything useful when we try to determine callsite in promise callback