var gTestfile = "parse-array-gc.js"; //----------------------------------------------------------------------------- var BUGNUMBER = 852563; var summary = "IdValuePair::value should be initialized to avoid GC sequence-point issues";
print(BUGNUMBER + ": " + summary);
print("Note: You must run this test under valgrind to be certain it passes");
/************** * BEGIN TEST *
**************/
var x;
if (typeof gczeal === "function")
gczeal(2, 1);
x = JSON.parse('{"foo":[]}');
Object.getPrototypeOf(x.foo) == Array.prototype;
x = JSON.parse('{"foo":[], "bar":[]}');
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.