-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathmain_win.h
34 lines (25 loc) · 935 Bytes
/
main_win.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#pragma once
// [do not edit,<auto-generated />]
// This file has been automatically generated, please do not change unless you disable auto-generation in the Makefile
#include "lo.h"
#include "builtins.h"
static unsigned int main_js_len = _binary_main_js_len;
extern "C" {
extern void* _register_core();
}
void register_builtins() {
lo::builtins_add("main.js", _binary_main_js_start, main_js_len);
lo::modules_add("core", &_register_core);
}
static const char* index_js = NULL;
static unsigned int index_js_len = 0;
static const char* main_js = _binary_main_js_start;
static const char* v8flags = "--stack-trace-limit=10 --use-strict --turbo-fast-api-calls --no-freeze-flags-after-init --cppgc-young-generation";
static unsigned int _v8flags_from_commandline = 1;
static unsigned int _v8_threads = 2;
static unsigned int _v8_cleanup = 0;
static unsigned int _on_exit = 0;
#ifdef __linux__
#endif
#ifdef __MACH__
#endif