mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
deps: revert whitespace changes on V8
While landing the upgrade to V8 8.1, something went wrong and git made unecessary (and incorrect) whitespace changes to test fixtures, which broke V8 tests. Revert those changes to fix our tests. PR-URL: https://github.com/nodejs/node/pull/32587 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
This commit is contained in:
@@ -111,7 +111,7 @@ snippet: "
|
||||
#d() { return 1; }
|
||||
constructor() { (() => this)().#d(); }
|
||||
}
|
||||
|
||||
|
||||
var test = D;
|
||||
new test;
|
||||
"
|
||||
@@ -147,3 +147,4 @@ constant pool: [
|
||||
]
|
||||
handlers: [
|
||||
]
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ expression: new class { #method() { return 1; } get #accessor() { } set #accesso
|
||||
[0] : {
|
||||
name : #method
|
||||
type : function
|
||||
value :
|
||||
value :
|
||||
}
|
||||
[1] : {
|
||||
name : #accessor
|
||||
@@ -21,7 +21,7 @@ expression: new class extends class { #method() { return 1; } } { get #accessor(
|
||||
[0] : {
|
||||
name : #method
|
||||
type : function
|
||||
value :
|
||||
value :
|
||||
}
|
||||
[1] : {
|
||||
name : #accessor
|
||||
|
||||
@@ -17,7 +17,7 @@ at C (interpreted) (0:85):
|
||||
globals: "global#0": 0 (number)
|
||||
- scope (local):
|
||||
locals: "i32_arg": 42 (number), "i32_local": 0 (number)
|
||||
stack:
|
||||
stack:
|
||||
at B (liftoff) (0:76):
|
||||
- scope (global):
|
||||
globals: "global#0": 0 (number)
|
||||
@@ -29,7 +29,7 @@ at A (liftoff) (0:54):
|
||||
globals: "global#0": 0 (number)
|
||||
- scope (local):
|
||||
locals: "arg#0": 42 (number)
|
||||
stack:
|
||||
stack:
|
||||
at (anonymous) (0:17):
|
||||
- scope (global):
|
||||
-- skipped globals
|
||||
@@ -54,7 +54,7 @@ at A (liftoff) (0:54):
|
||||
globals: "global#0": 0 (number)
|
||||
- scope (local):
|
||||
locals: "arg#0": 42 (number)
|
||||
stack:
|
||||
stack:
|
||||
at (anonymous) (0:17):
|
||||
- scope (global):
|
||||
-- skipped globals
|
||||
@@ -67,7 +67,7 @@ at C (interpreted) (0:89):
|
||||
globals: "global#0": 42 (number)
|
||||
- scope (local):
|
||||
locals: "i32_arg": 42 (number), "i32_local": 0 (number)
|
||||
stack:
|
||||
stack:
|
||||
at B (liftoff) (0:76):
|
||||
- scope (global):
|
||||
globals: "global#0": 42 (number)
|
||||
@@ -79,7 +79,7 @@ at A (liftoff) (0:54):
|
||||
globals: "global#0": 42 (number)
|
||||
- scope (local):
|
||||
locals: "arg#0": 42 (number)
|
||||
stack:
|
||||
stack:
|
||||
at (anonymous) (0:17):
|
||||
- scope (global):
|
||||
-- skipped globals
|
||||
@@ -104,7 +104,7 @@ at A (liftoff) (0:54):
|
||||
globals: "global#0": 42 (number)
|
||||
- scope (local):
|
||||
locals: "arg#0": 42 (number)
|
||||
stack:
|
||||
stack:
|
||||
at (anonymous) (0:17):
|
||||
- scope (global):
|
||||
-- skipped globals
|
||||
@@ -117,7 +117,7 @@ at C (interpreted) (0:93):
|
||||
globals: "global#0": 42 (number)
|
||||
- scope (local):
|
||||
locals: "i32_arg": 42 (number), "i32_local": 47 (number)
|
||||
stack:
|
||||
stack:
|
||||
at B (liftoff) (0:76):
|
||||
- scope (global):
|
||||
globals: "global#0": 42 (number)
|
||||
@@ -129,7 +129,7 @@ at A (liftoff) (0:54):
|
||||
globals: "global#0": 42 (number)
|
||||
- scope (local):
|
||||
locals: "arg#0": 42 (number)
|
||||
stack:
|
||||
stack:
|
||||
at (anonymous) (0:17):
|
||||
- scope (global):
|
||||
-- skipped globals
|
||||
|
||||
@@ -14,10 +14,10 @@ Tests that top-level await in Runtime.evaluate REPL mode includes stack trace.
|
||||
callFrames : [
|
||||
[0] : {
|
||||
columnNumber : 0
|
||||
functionName :
|
||||
functionName :
|
||||
lineNumber : 0
|
||||
scriptId : <scriptId>
|
||||
url :
|
||||
url :
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -50,21 +50,21 @@ Tests that top-level await in Runtime.evaluate REPL mode includes stack trace.
|
||||
functionName : bar
|
||||
lineNumber : 2
|
||||
scriptId : <scriptId>
|
||||
url :
|
||||
url :
|
||||
}
|
||||
[1] : {
|
||||
columnNumber : 6
|
||||
functionName : foo
|
||||
lineNumber : 6
|
||||
scriptId : <scriptId>
|
||||
url :
|
||||
url :
|
||||
}
|
||||
[2] : {
|
||||
columnNumber : 4
|
||||
functionName :
|
||||
functionName :
|
||||
lineNumber : 9
|
||||
scriptId : <scriptId>
|
||||
url :
|
||||
url :
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user