+0
−18
+36
−30
+444
−166
File changed.
Preview size limit exceeded, changes collapsed.
Loading
Reference functions by their global object key instead of calling .Extract() on the goja value, which would keep a reference to runtime used for function registration, causing concurrency issues under concurrent loads. Lookup the function indentifiers in the js code AST during registration. This disallows registring inlined (anonymous) functions, or invoking the initializer outside the scope of the InitModule function.
File changed.
Preview size limit exceeded, changes collapsed.