Replies: 1 comment
-
Edit: I saw in an older version of v8 that CompileFunctionInternal got deprecated and that CompileFunction should be used. Well there was also no symbol for CompileFunction in electron 10.4.7 but there is CompileFunctionInContext. So i just replaced the symbol for CompileFunctionInternal in the config with that one and now it works. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am using win 10 and tried this with an old electron version (10.4.7) but I can't find the compile_function_internal function. I also tried to search for ScriptCompiler::CompileFunctionInternal in the v8 source but nothing. I only found ScriptCompiler::CompileFunction and in electron version 10.4.7 there is a symbole for compileFunctionInContext?
So I was wonder which electron versions are working with this? I just want to try it out and find a solution for other versions.
Beta Was this translation helpful? Give feedback.
All reactions