michael@0: /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ michael@0: /* This Source Code Form is subject to the terms of the Mozilla Public michael@0: * License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ michael@0: michael@0: michael@0: var appendToActual = function(s) { michael@0: actual += s + ','; michael@0: } michael@0: michael@0: if (!("gczeal" in this)) { michael@0: gczeal = function() { } michael@0: } michael@0: michael@0: if (!("schedulegc" in this)) { michael@0: schedulegc = function() { } michael@0: } michael@0: michael@0: if (!("gcslice" in this)) { michael@0: gcslice = function() { } michael@0: } michael@0: michael@0: if (!("selectforgc" in this)) { michael@0: selectforgc = function() { } michael@0: } michael@0: michael@0: if (!("verifyprebarriers" in this)) { michael@0: verifyprebarriers = function() { } michael@0: } michael@0: michael@0: if (!("verifypostbarriers" in this)) { michael@0: verifypostbarriers = function() { } michael@0: } michael@0: michael@0: if (!("gcPreserveCode" in this)) { michael@0: gcPreserveCode = function() { } michael@0: }