public EvaluateString ( Scriptable scope, string source, string sourceName, int lineno, object securityDomain ) : object | ||
scope | Scriptable | the scope to execute in |
source | string | the JavaScript source |
sourceName | string | a string describing the source, such as a filename |
lineno | int | the starting line number |
securityDomain | object | /// an arbitrary object that specifies security /// information about the origin or owner of the script. For /// implementations that don't care about security, this value /// may be null. /// |
Результат | object |