On 12/9/19 3:01 PM, Gabriel Ivăncescu wrote:
+BOOL is_source_function(jsdisp_t *jsdisp) +{
- return function_from_jsdisp(jsdisp)->vtbl == &InterpretedFunctionVtbl;
+}
I'm not sure about that, are native functions really not treated as functions? It should be easy to test with something like:
var native_func = decodeURI;
Thanks,
Jacek