|
[date] Migrate Date field accessors to native builtins.
There's no reason to have JavaScript wrappers for those accessors,
since the meat is already in hand-written native code (via %_DateField).
First step now to put them into native builtins. Next step will be to
completely remove %_DateField.
R=yangguo@chromium.org
Committed: https://crrev.com/fc5c7e0486038f8a615041963a13c9b7bb602469
Cr-Commit-Position: refs/heads/master@{#33172}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+502 lines, -160 lines) |
Patch |
|
M |
src/arm/builtins-arm.cc
|
View
|
1
|
1 chunk |
+47 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/arm64/builtins-arm64.cc
|
View
|
1
|
1 chunk |
+46 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/bootstrapper.cc
|
View
|
1
|
1 chunk |
+36 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/builtins.h
|
View
|
1
|
2 chunks |
+60 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/builtins.cc
|
View
|
1
|
1 chunk |
+108 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/full-codegen/x64/full-codegen-x64.cc
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
|
M |
src/ia32/builtins-ia32.cc
|
View
|
|
1 chunk |
+52 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/js/date.js
|
View
|
1
|
2 chunks |
+0 lines, -144 lines |
0 comments
|
Download
|
|
M |
src/mips/builtins-mips.cc
|
View
|
1
|
1 chunk |
+47 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/mips64/builtins-mips64.cc
|
View
|
1
|
1 chunk |
+47 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/x64/builtins-x64.cc
|
View
|
|
1 chunk |
+52 lines, -0 lines |
0 comments
|
Download
|
|
M |
test/mjsunit/date.js
|
View
|
|
2 chunks |
+6 lines, -13 lines |
0 comments
|
Download
|
Total messages: 11 (5 generated)
|