Hi,

I try to play with emscripten on IE but the code failed inside the function 
parseJSFunc.

Seems in IE the regex expression */^function 
\((.*)\)\s*{\s*([^]*?)[\s;]*(?:return\s*(.*?)[;\s]*)?}$/ *don't match.

Theorically this function it's call with this kind of parameter 

*function () {*
* Runtime.stackSave();*
*}*

If I understand the function is for parse the parameter the body and the 
return of the function but when I try this regex here 
: http://regex101.com/#javascript it's return an error about '(' Unbalanced 
group.

Any idea why ??

Thanks 

-- 
You received this message because you are subscribed to the Google Groups 
"emscripten-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to