You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That is a known limitation. See relevant discussions: #5344, #12300, #5679. It was partially fixed in #16487, but it still does not work for functions (in node_contextify.cc on line 411 - !is_function check). This issue is much more complex than it seems and fixing it would probably require refactoring the whole underlying logic of the vm module. There was a tracking issue #6283, but it has been closed with some unresolved cases.
Hi i'm facing a very strange behavior and would be glad for some help or explanation
System Version: macOS 10.13.6 (17G2208)
Kernel Version: Darwin 17.7.0
This code fails during execution (i'm trying to assign a function inside isolated context)
The error is:
looks like its somehow looses context passed with
however this code completes with no errors ( assign someString instead of function)...
The text was updated successfully, but these errors were encountered: