Lines Matching refs:TO
13 // contributors may be used to endorse or promote products derived
18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
44 // If this object gets passed to an error constructor the error will
73 // To check if something is a native error we need to check the
74 // concrete native error types. It is not enough to check "obj
91 // the error to string method. This is to avoid leaking error
170 cannot_convert_to_primitive: ["Cannot convert object to primitive value"],
181 invalid_in_operator_use: ["Cannot use 'in' operator to search for '", "%0", "' in ", "%1"],
184 null_to_object: ["Cannot convert null to object"],
205 no_input_to_regexp: ["No input to ", "%0"],
207 circular_structure: ["Converting circular structure to JSON"],
226 strict_lhs_assignment: ["Assignment to eval or arguments is not allowed in strict mode"],
234 strict_read_only_property: ["Cannot assign to read only property '", "%0", "' of ", "%1"],
235 strict_cannot_assign: ["Cannot assign to read only '", "%0", "' in strict mode"],
240 strict_caller: ["Illegal access to a strict mode caller function."],
317 // This means we don't have to safe-guard indexing line_ends[i - 1].
322 // Binary search to find line # from position range.
341 * @param {boolean} include_resource_offset Set to true to have the resource
342 * offset added to the location
358 // Adjust according to the offset within the resource.
372 * fixed source position. This function is used to find a source position from
374 * used to find a source position in a function based on a line and column in
386 // to the offset within the resource.
430 // Adjust according to the offset within the resource.
447 // Return a source slice with line numbers re-adjusted to the resource.
455 // to the offset within the resource.
489 * for details on using //@ sourceURL comment to identify scritps that don't
498 // TODO(608): the spaces in a regexp below had to be escaped as \040
500 // in regexps is broken. Also, ['"] are excluded from allowed URLs to
502 // A better solution would be to detect these special comments in
533 * most cases end will point to a newline character. It might point just past
557 * Restrict source location start and end positions to make the source slice
561 * @param {number} opt_before The number of characters to prefer before the
565 // Find the actual limit to use.
589 // it in one or both ends. We make sure to always produce
765 // To handle DontEnum properties we guess that the method has
774 // If we find more than one match bail out to avoid confusion.
972 // within the runtime system to avoid strange side
1052 // used to detect cycles in error toString formatting.
1074 // This helper function is needed because access to properties on