From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
12345678 #ifndef PL_INLINED_H#define PL_INLINED_H#include "V8Context.h"void pl_register_inlined_functions(V8Context* ctx);#endif
#ifndef PL_INLINED_H
#define PL_INLINED_H
#include "V8Context.h"
void
pl_register_inlined_functions(V8Context* ctx);
#endif