-
There seems to be no clear documentation on how to cache Script/Module instances made by Esprima. It would be nice if I could be pointed to the right direction on how to get the script/module instance from Jint to cache. |
Beta Was this translation helpful? Give feedback.
Answered by
lahma
Jan 3, 2023
Replies: 1 comment 6 replies
-
There are static functions for this, |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
sr229
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are static functions for this,
Engine.PrepareScript()
andEngine.PrepareModule()
.