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: * Test262 function $INCLUDE loads a file with support functions for the tests. michael@0: * Our initial import strategy will be to attempt to load all these files michael@0: * unconditionally (this may change at some point), so just ignore the call. michael@0: * This function replaces one in shell.js. michael@0: */ michael@0: function $INCLUDE(file) {}