Language.Javascript.JSaddle.Null
run :: JSM () -> IO () Source #
This is for performance testing JSaddle code that does not need to to read anything back from the JavaScript context. Anthing that does try to read will get JS null, 0 or "" back (depending on how the value is read).