feat:fix when android excute js on same thread,cause stucked

This commit is contained in:
pengfei.zhou
2021-11-05 16:31:38 +08:00
committed by osborn
parent 5c74729fbc
commit 7282146e14
8 changed files with 50 additions and 22 deletions

View File

@@ -23,7 +23,7 @@ declare function _binaryValue(v: RawValue): {
};
declare function _wrappedValue(v: RawValue): WrappedValue;
declare function _rawValue(v: WrappedValue): RawValue;
declare function _injectGlobalObject(name: string, args: string): void;
declare function __injectGlobalObject(name: string, args: string): void;
declare function __injectGlobalFunction(name: string): void;
declare function __invokeMethod(objectName: string, functionName: string, stringifiedArgs: string): void;
declare function _prepared(): void;