|
Move hasOwnProperty to builtins.cc
This gets rid of the JavaScript wrapper. That way we can more quickly handle non-JSReceivers and indexed properties; and don't need to optimize the JavaScript wrapper either.
BUG=
Committed: https://crrev.com/d5cb0ce4e908ae5b447ab1e3396219357ee7f73c
Cr-Commit-Position: refs/heads/master@{#34356}
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+97 lines, -102 lines) |
Patch |
|
M |
src/bootstrapper.cc
|
View
|
|
1 chunk |
+3 lines, -0 lines |
1 comment
|
Download
|
|
M |
src/builtins.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
src/builtins.cc
|
View
|
|
1 chunk |
+77 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/js/i18n.js
|
View
|
|
8 chunks |
+10 lines, -9 lines |
0 comments
|
Download
|
|
M |
src/js/macros.py
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/js/messages.js
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/js/v8natives.js
|
View
|
|
3 chunks |
+1 line, -10 lines |
0 comments
|
Download
|
|
M |
src/runtime/runtime.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
src/runtime/runtime-object.cc
|
View
|
|
1 chunk |
+0 lines, -79 lines |
0 comments
|
Download
|
|
M |
test/cctest/test-api.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 14 (5 generated)
|