webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Instance Methods | List of all members
ScriptInputSource Class Reference

#import <ScriptInputSource.h>

Inheritance diagram for ScriptInputSource:
NSObject

Instance Methods

(id- initWithContext:
 
(void- addToCurrentRunLoop
 
(void- removeFromRemoteRunLoop
 
(JSValue *) - runScriptRemotely:
 
(void- finishAsyncCallback:withResult:
 
(void- didReceiveSignal
 

Method Documentation

◆ addToCurrentRunLoop()

- (void) addToCurrentRunLoop

◆ didReceiveSignal()

- (void) didReceiveSignal

◆ finishAsyncCallback:withResult:()

- (void) finishAsyncCallback: (JSValue *)  callback
withResult: (int)  result 

◆ initWithContext:()

- (id) initWithContext: (JSContext *)  context

◆ removeFromRemoteRunLoop()

- (void) removeFromRemoteRunLoop

◆ runScriptRemotely:()

- (JSValue *) runScriptRemotely: (NSString *)  script

The documentation for this class was generated from the following files: