Can we get used function and custom class list from javascript code using v8 before execution of js code?
21 views
Skip to first unread message
Sabari Ravi
unread,
Dec 2, 2022, 6:51:54 AM12/2/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to v8-dev
I am building a js online compiler.I need store the functions and classes used on the editor in db so that other users can make use of those functions too.I can store it once the v8 execute the js code but i need it on compilation time.