@@ -18,17 +18,17 @@ result: 3
18
18
0: 1
19
19
1: 2
20
20
2: 3
21
- > get buffer: ƒ buffer()
22
- > get byteLength: ƒ byteLength()
23
- > get byteOffset: ƒ byteOffset()
24
- > get length: ƒ length()
25
- > get Symbol(Symbol.toStringTag): ƒ [Symbol.toStringTag]()
21
+ > buffer (get) : ƒ buffer()
22
+ > byteLength (get) : ƒ byteLength()
23
+ > byteOffset (get) : ƒ byteOffset()
24
+ > length (get) : ƒ length()
25
+ > Symbol(Symbol.toStringTag) (get ): ƒ [Symbol.toStringTag]()
26
26
> __proto__: TypedArray
27
27
28
28
> result: ArrayBuffer(3)
29
29
> [[Int8Array]]: Int8Array(3) [1, 2, 3]
30
30
> [[Uint8Array]]: Uint8Array(3) [1, 2, 3]
31
- > get byteLength: ƒ byteLength()
31
+ > byteLength (get) : ƒ byteLength()
32
32
> __proto__: ArrayBuffer
33
33
34
34
> result: Proxy {a: 1}
@@ -37,53 +37,53 @@ result: 3
37
37
> [[Target]]: Object
38
38
39
39
> result: {}
40
- > set foo: ƒ foo(x) {}
41
- > get arguments: ƒ ()
42
- > set arguments: ƒ ()
43
- > get caller: ƒ ()
44
- > set caller: ƒ ()
40
+ > foo (set) : ƒ foo(x) {}
41
+ > arguments (get) : ƒ ()
42
+ > arguments (set) : ƒ ()
43
+ > caller (get) : ƒ ()
44
+ > caller (set) : ƒ ()
45
45
length: 1
46
46
name: 'set foo'
47
47
[[FunctionLocation]]: @ <eval>/VM<xx>:1
48
48
> [[Scopes]]: Scopes[1]
49
49
> __proto__: function () { [native code] }
50
50
> __proto__: Object
51
- > set foo: ƒ foo(x) {}
51
+ > foo (set) : ƒ foo(x) {}
52
52
> __proto__: Object
53
53
54
54
> result: {}
55
- > get foo: ƒ foo() { return 42 }
55
+ > foo (get) : ƒ foo() { return 42 }
56
56
42
57
57
> __proto__: Object
58
- > get foo: ƒ foo() { return 42 }
58
+ > foo (get) : ƒ foo() { return 42 }
59
59
> __proto__: Object
60
60
61
61
> result: {}
62
- > get foo: ƒ foo() { throw 'wat'; }
63
- > get arguments: ƒ ()
64
- > set arguments: ƒ ()
65
- > get caller: ƒ ()
66
- > set caller: ƒ ()
62
+ > foo (get) : ƒ foo() { throw 'wat'; }
63
+ > arguments (get) : ƒ ()
64
+ > arguments (set) : ƒ ()
65
+ > caller (get) : ƒ ()
66
+ > caller (set) : ƒ ()
67
67
length: 0
68
68
name: 'get foo'
69
69
[[FunctionLocation]]: @ <eval>/VM<xx>:1
70
70
> [[Scopes]]: Scopes[1]
71
71
> __proto__: function () { [native code] }
72
72
> __proto__: Object
73
- > get foo: ƒ foo() { throw 'wat'; }
73
+ > foo (get) : ƒ foo() { throw 'wat'; }
74
74
> __proto__: Object
75
75
76
76
Evaluating#1: setTimeout(() => { throw new Error('bar')}, 0)
77
77
stderr> Uncaught Error: bar
78
78
stderr> > Uncaught Error: bar
79
- stderr>
79
+ stderr>
80
80
<anonymous> @ localhost꞉8001/eval1.js:1:26
81
81
◀ setTimeout ▶
82
82
<anonymous> @ localhost꞉8001/eval1.js:1
83
83
84
84
stderr> Uncaught Error: baz
85
85
stderr> > Uncaught Error: baz
86
- stderr>
86
+ stderr>
87
87
<anonymous> @ <eval>/VM<xx>:1:26
88
88
◀ setTimeout ▶
89
89
<anonymous> @ <eval>/VM<xx>:1
@@ -94,7 +94,7 @@ stderr>
94
94
95
95
stderr> Uncaught Error: error2
96
96
stderr> > Uncaught Error: error2
97
- stderr>
97
+ stderr>
98
98
throwError @ ${workspaceFolder}/web/browserify/module1.ts:6:9
99
99
<anonymous> @ <eval>/VM<xx>:1:27
100
100
◀ setTimeout ▶
0 commit comments