While looking over the patch in bug 1823880 again, I noticed that we same to have missed asm.js code for directly [calling the math sin/cos/tan native function](https://searchfox.org/mozilla-central/rev/5f10809bf5559e6e988e4d1a58ce1338d391cc5f/js/src/wasm/WasmBuiltins.cpp#1107-1115) even in the initial landing of bug 531915. We should fix this and also add a test. (Actually also for WASM)
Bug 1827576 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
While looking over the patch in bug 1823880 again, I noticed that we seem to have missed asm.js code for directly [calling the math sin/cos/tan native function](https://searchfox.org/mozilla-central/rev/5f10809bf5559e6e988e4d1a58ce1338d391cc5f/js/src/wasm/WasmBuiltins.cpp#1107-1115) even in the initial landing of bug 531915. We should fix this and also add a test. (Actually also for WASM)