/* -*- indent-tabs-mode: nil; js-indent-level: 2 -*- */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
//----------------------------------------------------------------------------- var BUGNUMBER = 396684; var summary = 'Function call with stack arena exhausted'; var actual = ''; var expect = '';
/* The test case builds a function containing f(0,0,...,0,Math.atan2()) with enough zero arguments to exhaust the current stack arena fully. Thus, when Math.atan2 is loaded into the stack, there would be no room for the extra 2 args required by Math.atan2 and args will be allocated from the new arena.
*/
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.