Skip to content

Commit cd27d90

Browse files
committed
squash! make codegen
1 parent a3e2704 commit cd27d90

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

gen/function_source.c

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
#include "quickjs-libc.h"
44

5-
const uint32_t qjsc_function_source_size = 320;
5+
const uint32_t qjsc_function_source_size = 324;
66

7-
const uint8_t qjsc_function_source[320] = {
7+
const uint8_t qjsc_function_source[324] = {
88
0x13, 0x05, 0x01, 0x30, 0x74, 0x65, 0x73, 0x74,
99
0x73, 0x2f, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69,
1010
0x6f, 0x6e, 0x5f, 0x73, 0x6f, 0x75, 0x72, 0x63,
@@ -42,9 +42,10 @@ const uint8_t qjsc_function_source[320] = {
4242
0x00, 0xb0, 0xeb, 0x0b, 0x39, 0x95, 0x00, 0x00,
4343
0x00, 0x63, 0x02, 0x00, 0xf0, 0x30, 0x69, 0x02,
4444
0x00, 0x69, 0x01, 0x00, 0x06, 0x2f, 0xc0, 0x03,
45-
0x01, 0x01, 0x14, 0x00, 0x1c, 0x0a, 0x2a, 0x26,
46-
0x03, 0x39, 0x28, 0x00, 0x10, 0x08, 0x27, 0x11,
47-
0x12, 0x67, 0x0d, 0x26, 0x03, 0x39, 0x28, 0x00,
45+
0x01, 0x01, 0x18, 0x00, 0x1c, 0x0a, 0x2a, 0x26,
46+
0x03, 0x20, 0x1c, 0x1b, 0x0c, 0x00, 0x10, 0x08,
47+
0x27, 0x11, 0x12, 0x67, 0x0d, 0x26, 0x03, 0x20,
48+
0x1c, 0x1b, 0x0c, 0x00,
4849
};
4950

5051
static JSContext *JS_NewCustomContext(JSRuntime *rt)

0 commit comments

Comments
 (0)