mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 19:08:50 +00:00
microptimize
This commit is contained in:
@@ -480,7 +480,7 @@ pub const VirtualMachine = struct {
|
||||
ref_strings: JSC.RefString.Map = undefined,
|
||||
|
||||
source_mappings: SavedSourceMap = undefined,
|
||||
|
||||
response_objects_pool: ?*Response.Pool = null,
|
||||
pub inline fn eventLoop(this: *VirtualMachine) *EventLoop {
|
||||
return this.event_loop;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user