aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/bindings/ZigLazyStaticFunctions.h
blob: 38033b52d19c499a8dc49e6800fa135557788ce7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// GENERATED FILE
#pragma once
#include "root.h"

namespace Zig {
class GlobalObject;
class JSFFIFunction;

class LazyStaticFunctions {
public:
    void init(Zig::GlobalObject* globalObject);

    template<typename Visitor>
    void visit(Visitor& visitor);

    /* -- BEGIN FUNCTION DEFINITIONS -- */

    /* -- END FUNCTION DEFINITIONS-- */
};

} // namespace Zig