Lines Matching defs:that
2 // Use of this source code is governed by a BSD-style license that can be
351 // Expression ASTNode --- This is by necessity, due to the fact that
854 const PreParserSourceRange& that, int end) {
855 return that;
907 // Preparsing checks a JavaScript program and emits preparse-data that helps
911 // The PreParser checks that the syntax follows the grammar for JavaScript,
914 // sufficiently to deduce some information about it, that can be used
917 // That means that contextual checks (like a label being declared where
960 // detail that it can be lazily compiled.
988 // These types form an algebra over syntactic categories that is just
989 // rich enough to let us recognize and propagate the constructs that
998 // Indicates that we won't switch from the preparser to the preparser; we'll