|
1043 | 1043 | },
|
1044 | 1044 | "logs": [
|
1045 | 1045 | "stdout :: Log: Happy birthday Aki and Yuki!",
|
1046 |
| - "stdout :: Log: Map: Map(2) { { a: 1, b: { c: 2 } } => 2, [Function foo] => {} }", |
| 1046 | + "stdout :: Log: Map: Map(2) { { a: 1, b: { c: 2 } } => 2, [ function foo() {\n }] => {} }", |
1047 | 1047 | "stdout :: Log: Set: Set(3) { { a: 1, b: { c: 2 } }, 2, 3 }",
|
1048 | 1048 | "stdout :: Log: Array: [1, 2, 3, [], 5]",
|
1049 |
| - "stdout :: Log: Object: { a: 1, b: 2, c: 3, d: [Function d], f: [Getter], g: [Function bar] }", |
1050 |
| - "stdout :: Log: function: [Function]", |
| 1049 | + "stdout :: Log: Object: { a: 1, b: 2, c: 3, d: [ d() {\n }], f: [Getter], g: [ function bar() {\n}], h: [ function from() {\n[native code]\n}] }", |
| 1050 | + "stdout :: Log: function: [ function() {\n }]", |
1051 | 1051 | "stdout :: Log: boolean: true",
|
1052 | 1052 | "stdout :: Log: undefined: undefined",
|
1053 | 1053 | "stdout :: Log: null: null",
|
1054 | 1054 | "stdout :: Log: proxy: { a: 21 }",
|
1055 | 1055 | "stdout :: Log: Infinity: Infinity",
|
1056 | 1056 | "stdout :: Log: NaN: NaN",
|
1057 | 1057 | "stdout :: Log: Symbol: Symbol(\"wow\")",
|
1058 |
| - "stdout :: Log: Error: (new Error(\"uh oh\", \"<stdin>\", 40))", |
| 1058 | + "stdout :: Log: Error: (new Error(\"uh oh\", \"<stdin>\", 7644))", |
1059 | 1059 | "stdout :: Log: Number: 1",
|
1060 | 1060 | "stdout :: Log: Number: 1.111",
|
1061 | 1061 | "stdout :: Log: BigInt: 10n",
|
|
1077 | 1077 | "stdout :: Log: WeakSet: WeakSet { <items unknown> }",
|
1078 | 1078 | "stdout :: Log: Promise: Promise { <pending> }",
|
1079 | 1079 | "stdout :: Log: resolved promise: Promise { 9 }",
|
1080 |
| - "stdout :: Log: rejected promise: Promise { <rejected> (new Error(\"oops\", \"<stdin>\", 85)) }", |
| 1080 | + "stdout :: Log: rejected promise: Promise { <rejected> (new Error(\"oops\", \"<stdin>\", 7689)) }", |
1081 | 1081 | "stdout :: Log: Response: Response { redirected: false, type: \"default\", url: \"\", status: 200, ok: true, statusText: \"\", version: 2, headers: Headers {}, body: ReadableStream { locked: false }, bodyUsed: false }",
|
1082 |
| - "stdout :: Log: Request: Request { method: \"POST\", url: \"https://www.fastly.com/\", version: 2, headers: Headers {}, body: null, bodyUsed: false }", |
| 1082 | + "stdout :: Log: Request: Request { method: \"POST\", url: \"https://www.fastly.com/\", version: 2, headers: Headers {}, backend: undefined, body: null, bodyUsed: false }", |
1083 | 1083 | "stdout :: Log: ReadableStream: ReadableStream { locked: false }",
|
1084 | 1084 | "stdout :: Log: TransformStream: TransformStream { readable: ReadableStream { locked: false }, writable: WritableStream {} }",
|
1085 | 1085 | "stdout :: Log: WritableStream: WritableStream {}",
|
|
0 commit comments