This repository has been archived by the owner on Oct 15, 2020. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
inspector: fixing lambda call frames
PR-URL: #230 Reviewed-By: Sandeep Agarwal <saagarwa@microsoft.com> Reviewed-By: Hitesh Kanwathirtha <hiteshk@microsoft.com> Call frames for a lambda function may not include a "this" object. In those cases we were omitting the "this" member, but that causes a validation failure and returns an empty call stack.
- Loading branch information