|
2 | 2 |
|
3 | 3 | #include "quickjs-libc.h"
|
4 | 4 |
|
5 |
| -const uint32_t qjsc_function_source_size = 320; |
| 5 | +const uint32_t qjsc_function_source_size = 324; |
6 | 6 |
|
7 |
| -const uint8_t qjsc_function_source[320] = { |
| 7 | +const uint8_t qjsc_function_source[324] = { |
8 | 8 | 0x13, 0x05, 0x01, 0x30, 0x74, 0x65, 0x73, 0x74,
|
9 | 9 | 0x73, 0x2f, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69,
|
10 | 10 | 0x6f, 0x6e, 0x5f, 0x73, 0x6f, 0x75, 0x72, 0x63,
|
@@ -42,9 +42,10 @@ const uint8_t qjsc_function_source[320] = {
|
42 | 42 | 0x00, 0xb0, 0xeb, 0x0b, 0x39, 0x95, 0x00, 0x00,
|
43 | 43 | 0x00, 0x63, 0x02, 0x00, 0xf0, 0x30, 0x69, 0x02,
|
44 | 44 | 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, |
48 | 49 | };
|
49 | 50 |
|
50 | 51 | static JSContext *JS_NewCustomContext(JSRuntime *rt)
|
|
0 commit comments