Home | History | Annotate | Download | only in mjsunit

Lines Matching full:strict

24 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
153 "use strict";
158 for (var strict = 0; strict < 2; ++strict) {
159 print(" strict =", strict);
160 f(strict);
167 f(function(strict, create, readonly) {
176 if (strict === 0)
188 if (strict === 0)
201 TestAllModes(function(strict) {
204 scenario(strict, create, readonly);