Home | History | Annotate | Download | only in js

Lines Matching refs:script

14 var Script = utils.ImportNow("Script");
17 // Script
20 * Set up the Script function and constructor.
22 %FunctionSetInstanceClassName(Script, 'Script');
23 %AddNamedProperty(Script.prototype, 'constructor', Script,
30 * script : script object for the source
48 * Otherwise, script name is returned. See
53 * @return {?string} script name if present, value for //# sourceURL comment or
57 // Keep in sync with Script::GetNameOrSourceURL.
63 utils.SetUpLockedPrototype(Script, [