You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
externintDSPlatformSpawn(uint64_t platformHandle, int pc, int line, int tick, char* eventsBytes, int eventsLen, char* errMsg, char* name, char* program, char* source, char* lang, uint64_t allocID, char* contextBytes, int contextLen, uint64_t* idOut, int* existsOut, char** errOut);
137
+
externintDSPlatformSpawn(uint64_t platformHandle, int pc, int line, int tick, char* eventsBytes, int eventsLen, char* errMsg, char* name, char* program, char* source, char* lang, uint64_t allocID, char* contextBytes, int contextLen, uint64_t* txnID, uint64_t* idOut, int* existsOut, char** errOut);
111
138
externintDSPlatformUpdate(uint64_t platformHandle, char* notificationBytes, int notificationLen, uint64_t isolateID, int currTick, int pc, int line, int nextTick, char* eventsBytes, int eventsLen, char* errMsg, char* source, char* contextBytes, int contextLen, uint64_t* txnOut, char** errOut);
0 commit comments