We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95802b4 commit ddb62b3Copy full SHA for ddb62b3
Plugins/UnrealJS/Source/V8/Private/TypingGenerator.h
@@ -490,8 +490,7 @@ struct TypingGenerator : TypingGeneratorBase
490
w.push("declare var process : Process;\n\n");
491
492
w.push("declare class Memory {\n");
493
- w.push("\tbind(ab : ArrayBuffer): void;\n");
494
- w.push("\tunbind(ab : ArrayBuffer): void;\n");
+ w.push("\texec(ab : ArrayBuffer, fn : (ab : ArrayBuffer) => void): void;\n");
495
w.push("\taccess(obj : JavascriptMemoryObject): ArrayBuffer;\n");
496
w.push("}\n\n");
497
w.push("declare var memory : Memory;\n\n");
0 commit comments