mirror of https://github.com/tc39/test262.git
Unlike the console runner, the browser runner does not modify the strictness of tests prior to running them. Regardless of a given test's metadata, it runs every test exactly once, and it never enables strict mode. This means that tests intended to function in strict mode must declare the "use strict"; directive prologue in addition to the `onlyStrict` flag. For any test that specifies the `onlyStrict` metadata flag, transform the source code by injecting a "use strict" directive prologue prior to running the test. |
||
---|---|---|
.. | ||
Date_constants.js | ||
Date_library.js | ||
PromiseHelper.js | ||
Test262Error.js | ||
arrayContains.js | ||
assert.js | ||
compareArray.js | ||
cth.js | ||
doneprintHandle.js | ||
ed.js | ||
environment.js | ||
fnExists.js | ||
fnGlobalObject.js | ||
framework.js | ||
gs.js | ||
helper.js | ||
jquery-1.4.2.min.js | ||
jquery.base64.js | ||
jqueryprogressbar.js | ||
math_isequal.js | ||
math_precision.js | ||
numeric_conversion.js | ||
propertyHelper.js | ||
runTestCase.js | ||
sections.js | ||
sta.js | ||
sth.js | ||
testBuiltInObject.js | ||
testIntl.js | ||
timer.js |