Home | History | Annotate | Download | only in src

Lines Matching refs:sourceURL

525  * Returns the name of script if available, contents of sourceURL comment
528 * for details on using //@ sourceURL comment to identify scritps that don't
531 * @return {?string} script name if present, value for //@ sourceURL comment
540 // for the sourceURL.
548 // avoid matches against sources that invoke evals with sourceURL.
552 var sourceUrlPos = %StringIndexOf(source, "sourceURL=", 0);
556 /\/\/@[\040\t]sourceURL=[\040\t]*([^\s\'\"]*)[\040\t]*$/gm;
942 var sourceURL = script.nameOrSourceURL();
943 if (sourceURL) {
944 return sourceURL;