Lines Matching refs:script
472 @param script The text of the JavaScript.
473 @result The result of the script, converted to a string, or nil for failure.
474 - (NSString *)stringByEvaluatingJavaScriptFromString:(NSString *)script;
476 HRESULT stringByEvaluatingJavaScriptFromString([in] BSTR script, [out, retval] BSTR* result);
481 window object from the script environment.
482 @result Returns the window object from the script environment.