Home | History | Annotate | Download | only in Interfaces

Lines Matching refs:script

33     @discussion WebScriptObjects are used to wrap script objects passed from
34 script environments to Objective-C. WebScriptObjects cannot be created
35 directly. In normal uses of WebKit, you gain access to the script
44 As it possible to remove attributes from web script objects the following
49 Also the sparse array access allowed in web script objects doesn't map well to NSArray, so
67 @discussion Throws an exception in the current script execution context.
75 @param name The name of the method to call in the script environment.
76 @param args The arguments to pass to the script environment.
77 @discussion Calls the specified method in the script environment using the
79 @result Returns the result of calling the script method.
86 @param script The script to execute in the target script environment.
87 @discussion The script will be executed in the target script environment. The format
88 of the script is dependent of the target script environment.
89 @result Returns the result of evaluating the script in the script environment.
90 - (id)evaluateWebScript:(NSString *)script;
92 HRESULT evaluateWebScript([in] BSTR script, [out, retval] VARIANT* result);
97 @discussion Removes the property from the object in the script environment.
105 of non string objects type is dependent on the script environment.
132 @discussion Raises an exception in the script environment in the context of the