|
|
Implement Object.prototype.hasOwnProperty in generated code.
R=sgjesse@chromium.org
TEST=mjsunit/has-own-property
Total comments: 8
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+663 lines, -26 lines) |
Patch |
 |
M |
src/array.js
|
View
|
|
9 chunks |
+9 lines, -9 lines |
0 comments
|
Download
|
 |
M |
src/code-stubs.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
src/hydrogen.cc
|
View
|
|
1 chunk |
+11 lines, -0 lines |
1 comment
|
Download
|
 |
M |
src/ia32/code-stubs-ia32.h
|
View
|
|
5 chunks |
+79 lines, -0 lines |
1 comment
|
Download
|
 |
M |
src/ia32/code-stubs-ia32.cc
|
View
|
|
6 chunks |
+485 lines, -3 lines |
6 comments
|
Download
|
 |
M |
src/ia32/full-codegen-ia32.cc
|
View
|
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/ia32/lithium-codegen-ia32.cc
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/json.js
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
src/runtime.h
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
src/runtime.cc
|
View
|
|
3 chunks |
+10 lines, -10 lines |
0 comments
|
Download
|
 |
M |
src/v8natives.js
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
test/mjsunit/has-own-property.js
|
View
|
|
1 chunk |
+46 lines, -0 lines |
0 comments
|
Download
|
Total messages: 4 (0 generated)
|