add interface to provide jse

This commit is contained in:
王劲鹏
2022-01-07 17:21:41 +08:00
committed by osborn
parent 1c4b1181d3
commit e3f45676d6
6 changed files with 6 additions and 4 deletions

View File

@@ -47,7 +47,6 @@ @interface DoricJSEngine ()
@property(nonatomic, strong) NSMutableDictionary <NSNumber *, NSTimer *> *timers;
@property(nonatomic, strong) DoricBridgeExtension *bridgeExtension;
@property(nonatomic, strong) NSMutableDictionary *environmentDictionary;
@property(nonatomic, strong) NSThread *jsThread;
@property(nonatomic, assign) BOOL destroyed;
@property(nonatomic, assign) BOOL initialized;
@property(nonatomic, strong) DoricPerformanceProfile *profile;