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

#import <JSModule.h>

Inheritance diagram for JSModule:
NSObject

Instance Methods

(JSModule *) - require:
 
(JSValue *) - platformObjectInContext:
 

Class Methods

(JSModule *) + require:atPath:inContext:
 
(JSModule *) + require:atPath:
 
(NSString *) + resolve:atPath:
 

Properties

JSValue * exports
 

Method Documentation

◆ platformObjectInContext:()

- (JSValue *) platformObjectInContext: (JSContext *)  context

◆ require:()

- (JSModule *) require: (NSString *)  module

◆ require:atPath:()

+ (JSModule *) require: (NSString *)  module
atPath: (NSString *)  path 

◆ require:atPath:inContext:()

+ (JSModule *) require: (NSString *)  module
atPath: (NSString *)  path
inContext: (JSContext *)  context 

◆ resolve:atPath:()

+ (NSString *) resolve: (NSString *)  module
atPath: (NSString *)  path 

Property Documentation

◆ exports

- (JSValue *) exports
readatomicassign

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