Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(295)

Side by Side Diff: src/crankshaft/hydrogen.h

Issue 1574223002: Revert of [builtins] Refactor the remaining Date builtins. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « src/crankshaft/arm64/lithium-codegen-arm64.cc ('k') | src/crankshaft/hydrogen.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2012 the V8 project authors. All rights reserved. 1 // Copyright 2012 the V8 project authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef V8_CRANKSHAFT_HYDROGEN_H_ 5 #ifndef V8_CRANKSHAFT_HYDROGEN_H_
6 #define V8_CRANKSHAFT_HYDROGEN_H_ 6 #define V8_CRANKSHAFT_HYDROGEN_H_
7 7
8 #include "src/accessors.h" 8 #include "src/accessors.h"
9 #include "src/allocation.h" 9 #include "src/allocation.h"
10 #include "src/ast/ast.h" 10 #include "src/ast/ast.h"
(...skipping 2187 matching lines...) Expand 10 before | Expand all | Expand 10 after
2198 F(IsArray) \ 2198 F(IsArray) \
2199 F(IsTypedArray) \ 2199 F(IsTypedArray) \
2200 F(IsRegExp) \ 2200 F(IsRegExp) \
2201 F(IsJSProxy) \ 2201 F(IsJSProxy) \
2202 F(Call) \ 2202 F(Call) \
2203 F(ArgumentsLength) \ 2203 F(ArgumentsLength) \
2204 F(Arguments) \ 2204 F(Arguments) \
2205 F(ValueOf) \ 2205 F(ValueOf) \
2206 F(SetValueOf) \ 2206 F(SetValueOf) \
2207 F(IsDate) \ 2207 F(IsDate) \
2208 F(DateField) \
2209 F(ThrowNotDateError) \
2208 F(StringCharFromCode) \ 2210 F(StringCharFromCode) \
2209 F(StringCharAt) \ 2211 F(StringCharAt) \
2210 F(OneByteSeqStringSetChar) \ 2212 F(OneByteSeqStringSetChar) \
2211 F(TwoByteSeqStringSetChar) \ 2213 F(TwoByteSeqStringSetChar) \
2212 F(ObjectEquals) \ 2214 F(ObjectEquals) \
2213 F(ToInteger) \ 2215 F(ToInteger) \
2214 F(ToObject) \ 2216 F(ToObject) \
2215 F(ToString) \ 2217 F(ToString) \
2216 F(ToLength) \ 2218 F(ToLength) \
2217 F(ToNumber) \ 2219 F(ToNumber) \
(...skipping 839 matching lines...) Expand 10 before | Expand all | Expand 10 after
3057 3059
3058 private: 3060 private:
3059 HGraphBuilder* builder_; 3061 HGraphBuilder* builder_;
3060 }; 3062 };
3061 3063
3062 3064
3063 } // namespace internal 3065 } // namespace internal
3064 } // namespace v8 3066 } // namespace v8
3065 3067
3066 #endif // V8_CRANKSHAFT_HYDROGEN_H_ 3068 #endif // V8_CRANKSHAFT_HYDROGEN_H_
OLDNEW
« no previous file with comments | « src/crankshaft/arm64/lithium-codegen-arm64.cc ('k') | src/crankshaft/hydrogen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698