gecko/js/tests/ecma_3/Function/shell.js

7 lines
91 B
JavaScript

// needed for browser and rhino
if (typeof gc == 'undefined')
{
gc = function () {};
}