android: Update JSC and compat new api
This commit is contained in:
3
doric-js/lib/index.web.d.ts
vendored
3
doric-js/lib/index.web.d.ts
vendored
@@ -12,6 +12,9 @@ declare type WrappedValue = {
|
||||
declare function _arrayBufferToBase64(arrayBuffer: ArrayBuffer): string;
|
||||
declare function _base64ToArrayBuffer(v: string): ArrayBufferLike;
|
||||
declare function _wrappedValue(v: RawValue): WrappedValue;
|
||||
declare const cachedArrayBuffer: Map<string, ArrayBuffer>;
|
||||
declare let bufferId: number;
|
||||
declare function traverse(obj: object): void;
|
||||
declare function _rawValue(v: WrappedValue): RawValue;
|
||||
declare function __injectGlobalObject(name: string, args: string): void;
|
||||
declare function __injectGlobalFunction(name: string): void;
|
||||
|
||||
Reference in New Issue
Block a user