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

#import <JSRunLoopThread.h>

Inheritance diagram for JSRunLoopThread:
RunLoopThread

Instance Methods

(id- initWithContext:
 
(void- loadFile:
 
(void- start
 
(void- join
 
(JSValue *) - didReceiveInput:
 
(void- performCallback:withError:
 
(void- performCallback:withArguments:
 
(void- didFinishRunLoopInitialization
 

Class Methods

(ThreadMainType) + threadMain
 

Properties

dispatch_queue_t asyncQueue
 

Method Documentation

◆ didFinishRunLoopInitialization()

- (void) didFinishRunLoopInitialization

◆ didReceiveInput:()

- (JSValue *) didReceiveInput: (NSString *)  input

◆ initWithContext:()

- (id) initWithContext: (JSContext *)  context

◆ join()

- (void) join

◆ loadFile:()

- (void) loadFile: (NSString *)  file

◆ performCallback:withArguments:()

- (void) performCallback: (JSValue *)  callback
withArguments: (NSArray *)  arguments 

◆ performCallback:withError:()

- (void) performCallback: (JSValue *)  callback
withError: (NSString *)  errorMessage 

◆ start()

- (void) start

◆ threadMain()

+ (ThreadMainType) threadMain

Property Documentation

◆ asyncQueue

- (dispatch_queue_t) asyncQueue
readwriteatomic

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