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.
chakrashim: correct function callback context
A native function callback is expected to be invoked in its creation context. Enter the callee context before invoking native callback. Fixes several 'repl` related tests: - parallel/test-repl-require - parallel/test-repl-syntax-error-stack - addons/repl-domain-abort/test PR-URL: #54 Reviewed-By: Sandeep Agarwal <Agarwal.Sandeep@microsoft.com>
- Loading branch information