Lines Matching defs:is_strict_reserved
1941 bool is_strict_reserved = false;
1943 &is_strict_reserved, CHECK_OK);
1945 is_strict_reserved,
4422 bool is_strict_reserved = false;
4424 ParseIdentifierOrStrictReservedWord(&is_strict_reserved,
4435 if (!reserved_loc.IsValid() && is_strict_reserved) {
4811 bool* is_strict_reserved, bool* ok) {
4812 *is_strict_reserved = false;
4815 *is_strict_reserved = true;