mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 18:47:53 +00:00
Bug 1499010: Mark ecmaPow to allow calling from recovery code r=tcampbell
Differential Revision: https://phabricator.services.mozilla.com/D8714 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
e819892ec7
commit
8e9e5f75ac
@ -572,7 +572,7 @@ js::powi(double x, int32_t y)
|
||||
double
|
||||
js::ecmaPow(double x, double y)
|
||||
{
|
||||
AutoUnsafeCallWithABI unsafe;
|
||||
AutoUnsafeCallWithABI unsafe(UnsafeABIStrictness::AllowPendingExceptions);
|
||||
|
||||
/*
|
||||
* Use powi if the exponent is an integer-valued double. We don't have to
|
||||
|
Loading…
Reference in New Issue
Block a user