Home | History | Annotate | Download | only in src

Lines Matching refs:As

17 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
122 virtual type* As##type() { return this; }
149 virtual type* As##type() { return NULL; }
238 // Symbols that cannot be parsed as array indices are considered property
239 // names. We do not treat symbols that can be array indexes as property
243 // Mark the expression as being compiled as an expression
252 // True iff the expression is a literal represented as a smi.
742 // NOTE: TargetCollectors are represented as nodes to fit in the target
1196 // properties should use the global object as receiver, not the base object
1817 virtual RegExp##Name* As##Name(); \