Remove nativeEmpty, check call change to native side
This commit is contained in:
@@ -33,7 +33,6 @@
|
||||
NSString *const INJECT_TIMER_SET = @"nativeSetTimer";
|
||||
NSString *const INJECT_TIMER_CLEAR = @"nativeClearTimer";
|
||||
NSString *const INJECT_BRIDGE = @"nativeBridge";
|
||||
NSString *const INJECT_EMPTY = @"nativeEmpty";
|
||||
|
||||
NSString *const TEMPLATE_CONTEXT_CREATE = @"Reflect.apply("
|
||||
"function(doric,context,Entry,require,exports){" "\n"
|
||||
@@ -72,6 +71,8 @@
|
||||
|
||||
NSString *const DORIC_BRIDGE_REJECT = @"jsCallReject";
|
||||
|
||||
NSString *const DORIC_HOOK_NATIVE_CALL = @"jsHookAfterNativeCall";
|
||||
|
||||
NSString *const DORIC_ENTITY_RESPONSE = @"__response__";
|
||||
|
||||
NSString *const DORIC_ENTITY_INIT = @"__init__";
|
||||
|
||||
Reference in New Issue
Block a user