Returns a script that may later be executed. @param source the source string @param sourceName a string describing the source, such as a filename @param lineno the starting line number for reporting errors. Use 0 if the line number is unknown. @param securityDomain an arbitrary object that specifies securityinformation about the origin or owner of the script. For implementations that don't care about security, this value may be null. @return a script that may later be executed @see net.sourceforge.htmlunit.corejs.javascript.Script
Returns a script that may later be executed. @param source the source string @param sourceName a string describing the source, such as a filename @param lineno the starting line number for reporting errors @param securityDomain an arbitrary object that specifies securityinformation about the origin or owner of the script. For implementations that don't care about security, this value may be null. @return a script that may later be executed @see org.mozilla.javascript.Script
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|