Commit e5cce7a
deps: cherry-pick 3a903c4 for PPC from V8 upstream
Original commit message:
PPC: InstanceOfStub incorrectly interprets the hole as a prototype.
Port 2aa070b
Original commit message:
Repair this to match what the runtime correctly does,
by first checking if the function is a constructor
before we access the prototype.
R=mvstanton@chromium.org, joransiu@ca.ibm.com, jyan@ca.ibm.com,
michael_dawson@ca.ibm.com
BUG=
Review URL: https://codereview.chromium.org/1811013002
Cr-Commit-Position: refs/heads/master@{#34869}
Fixes: #7592 for PPC
PR-URL: #7638
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com>1 parent e239045 commit e5cce7aCopy full SHA for e5cce7a
File tree
Expand file treeCollapse file tree
1 file changed
+5
-1
lines changedOpen diff view settings
Filter options
- deps/v8/src/ppc
Expand file treeCollapse file tree
1 file changed
+5
-1
lines changedOpen diff view settings
Collapse file
deps/v8/src/ppc/code-stubs-ppc.cc
Copy file name to clipboardExpand all lines: deps/v8/src/ppc/code-stubs-ppc.cc+5-1Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1409 | 1409 | |
1410 | 1410 | |
1411 | 1411 | |
1412 | | - |
| 1412 | + |
1413 | 1413 | |
| 1414 | + |
| 1415 | + |
| 1416 | + |
| 1417 | + |
1414 | 1418 | |
1415 | 1419 | |
1416 | 1420 | |
|
0 commit comments