Lines Matching refs:strict
96301 bool checkStrictErrorOrWarning(JSContext* cx, HandleObject obj, HandleId id, bool strict) {
96304 return reportStrictErrorOrWarning(cx, obj, id, strict);
96313 bool checkStrictErrorOrWarning(JSContext* cx, HandleObject obj, bool strict) {
96314 return ok() || reportStrictErrorOrWarning(cx, obj, strict);
96331 bool reportStrictErrorOrWarning(JSContext* cx, HandleObject obj, HandleId id, bool strict);
96332 bool reportStrictErrorOrWarning(JSContext* cx, HandleObject obj, bool strict);
101421 CompileOptions& maybeMakeStrictMode(bool strict) {
101422 strictOption = strictOption || strict;
105562 const char kRPS_Strict_Origin[] = "strict-origin";
105565 const char kRPS_Strict_Origin_When_Cross_Origin[] = "strict-origin-when-cross-origin";