Closed SamVerschueren closed 6 years ago
I noticed some return null and others return undefined, how did you figure out what they could return?
I ran a test file in ow
and dumped all the CallSite
objects to a file. There I noticed some values are undefined
and some are null
.
Ah, I see. Weird API.
I noticed some return
null
and others returnundefined
, how did you figure out what they could return?