You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deprecate EM_LOG_FUNC_PARAMS flag to emscripten_log/emscripten_get_callstack
Supporting this flag requires using `arguments.callee` which is
deprecated, and won't work if any of functions on the callstack are in
strict mode (or are arrow function, which implies strict mode).
This effects of these flag seem to not actually be tested, even though
it is used in `test_emscripten_log`.
0 commit comments