Closed kfarnung closed 6 years ago
Wired up support for calling the node-provided resourceNameToUrl method in the chakrashim inspector.
resourceNameToUrl
This reverts commit 3f6ef13890ac89779f36af5eb3ea276b617f8447.
Fixes: https://github.com/nodejs/node-chakracore/issues/598 Refs: https://github.com/nodejs/node/pull/22251 Refs: https://github.com/nodejs/node-chakracore/commit/3f6ef13890ac89779f36af5eb3ea276b617f8447
make -j4 test
vcbuild test
CI: https://ci.nodejs.org/job/chakracore-test-pull-request/322/
CI: https://ci.nodejs.org/job/chakracore-test-pull-request/323/
Wired up support for calling the node-provided
resourceNameToUrl
method in the chakrashim inspector.This reverts commit 3f6ef13890ac89779f36af5eb3ea276b617f8447.
Fixes: https://github.com/nodejs/node-chakracore/issues/598 Refs: https://github.com/nodejs/node/pull/22251 Refs: https://github.com/nodejs/node-chakracore/commit/3f6ef13890ac89779f36af5eb3ea276b617f8447
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes