Home
last modified time | relevance | path

Searched refs:ScriptName (Results 1 – 5 of 5) sorted by relevance

/external/curl/lib/
Dmk-ca-bundle.vbs49 mySelf = Left(WScript.ScriptName, InstrRev(WScript.ScriptName, ".") - 1) & " " & myVersion
60 objHttp.setRequestHeader "User-Agent", WScript.ScriptName & "/" & myVersion
/external/zlib/src/qnx/
Dpackage.qpg97 <QPM:ScriptName></QPM:ScriptName>
/external/v8/src/
Daccessors.h41 V(ScriptName) \
/external/v8/src/debug/
Ddebug.js76 ScriptName: 1, property
241 } else if (type == Debug.ScriptBreakPointType.ScriptName) {
364 if (this.type_ == Debug.ScriptBreakPointType.ScriptName) {
443 if ((break_point.type() == Debug.ScriptBreakPointType.ScriptName ||
747 return this.setScriptBreakPoint(Debug.ScriptBreakPointType.ScriptName,
1473 } else if (break_point.type() == Debug.ScriptBreakPointType.ScriptName) {
1607 } else if (break_point.type() == Debug.ScriptBreakPointType.ScriptName) {
/external/libxml2/win32/
Dconfigure.js112 txt += " cscript " + WScript.ScriptName + " <options>\n";
113 txt += " cscript " + WScript.ScriptName + " help\n\n";
206 vf.WriteLine("# This file is generated automatically by " + WScript.ScriptName + ".");