mirror of
https://github.com/oven-sh/bun
synced 2026-02-11 03:18:53 +00:00
more mutexes
Former-commit-id: 52966012b4b74d24ab28a0c75740aef35fb75327
This commit is contained in:
@@ -1434,6 +1434,9 @@ const WTF__StringImpl *JSC__PropertyName__uid(JSC__PropertyName *arg0) { return
|
||||
|
||||
#pragma mark - JSC::VM
|
||||
|
||||
void JSC__VM__shrinkFootprint(JSC__VM *arg0) { arg0->shrinkFootprintWhenIdle(); };
|
||||
void JSC__VM__whenIdle(JSC__VM *arg0, void (*ArgFn1)()) { arg0->whenIdle(ArgFn1); };
|
||||
|
||||
JSC__JSLock *JSC__VM__apiLock(JSC__VM *arg0) { return makeRefPtr((*arg0).apiLock()).leakRef(); }
|
||||
JSC__VM *JSC__VM__create(unsigned char HeapType0) {
|
||||
JSC::VM *vm =
|
||||
|
||||
Reference in New Issue
Block a user