Skip to content

Commit c409088

Browse files
updated .dbg.baseline
1 parent f24fcb1 commit c409088

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

test/DebuggerCommon/ES6_proto_invalidation.js.dbg.baseline

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -221,25 +221,25 @@
221221
"length": "number 1",
222222
"name": "string includes"
223223
},
224-
"trimLeft": {
224+
"trimStart": {
225225
"#__proto__": "function <large string>",
226226
"length": "number 0",
227-
"name": "string trimLeft"
227+
"name": "string trimStart"
228228
},
229-
"trimStart": {
229+
"trimLeft": {
230230
"#__proto__": "function <large string>",
231231
"length": "number 0",
232-
"name": "string trimLeft"
232+
"name": "string trimStart"
233233
},
234-
"trimRight": {
234+
"trimEnd": {
235235
"#__proto__": "function <large string>",
236236
"length": "number 0",
237-
"name": "string trimRight"
237+
"name": "string trimEnd"
238238
},
239-
"trimEnd": {
239+
"trimRight": {
240240
"#__proto__": "function <large string>",
241241
"length": "number 0",
242-
"name": "string trimRight"
242+
"name": "string trimEnd"
243243
},
244244
"Symbol.iterator": {
245245
"#__proto__": "function <large string>",

0 commit comments

Comments
 (0)