android: enable setTimeout and setInterval

This commit is contained in:
pengfei.zhou
2021-11-05 15:40:25 +08:00
committed by osborn
parent bb17b74b99
commit 5c74729fbc
6 changed files with 34 additions and 25 deletions

View File

@@ -26,3 +26,4 @@ declare function _rawValue(v: WrappedValue): RawValue;
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;