/* 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/. */
/* * Bug 689101 - jsval is technically a non-POD type because it has a private * data member. On gcc, this doesn't seem to matter. On MSVC, this prevents * returning a jsval from a function between C and C++ because it will use a * retparam in C++ and a direct return value in C. * * Bug 712289 - jsval alignment was different on 32-bit platforms between C and * C++ because the default alignments of js::Value and jsval_layout differ.
*/
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 ist noch experimentell.