aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/bindings/ZigLazyStaticFunctions.h
blob: 9f7211cd23ec7db65e7d1fef347447068dba0b20 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// 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