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

Side by Side Diff: src/full-codegen.h

Issue 1191283003: [date] Use explicit control flow to replace %_ThrowIfNotADate. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 6 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/deoptimizer.h ('k') | src/hydrogen.h » ('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_FULL_CODEGEN_H_ 5 #ifndef V8_FULL_CODEGEN_H_
6 #define V8_FULL_CODEGEN_H_ 6 #define V8_FULL_CODEGEN_H_
7 7
8 #include "src/v8.h" 8 #include "src/v8.h"
9 9
10 #include "src/allocation.h" 10 #include "src/allocation.h"
(...skipping 513 matching lines...) Expand 10 before | Expand all | Expand 10 after
524 F(IsTypedArray) \ 524 F(IsTypedArray) \
525 F(IsRegExp) \ 525 F(IsRegExp) \
526 F(IsJSProxy) \ 526 F(IsJSProxy) \
527 F(IsConstructCall) \ 527 F(IsConstructCall) \
528 F(CallFunction) \ 528 F(CallFunction) \
529 F(DefaultConstructorCallSuper) \ 529 F(DefaultConstructorCallSuper) \
530 F(ArgumentsLength) \ 530 F(ArgumentsLength) \
531 F(Arguments) \ 531 F(Arguments) \
532 F(ValueOf) \ 532 F(ValueOf) \
533 F(SetValueOf) \ 533 F(SetValueOf) \
534 F(ThrowIfNotADate) \ 534 F(IsDate) \
535 F(DateField) \ 535 F(DateField) \
536 F(StringCharFromCode) \ 536 F(StringCharFromCode) \
537 F(StringCharAt) \ 537 F(StringCharAt) \
538 F(OneByteSeqStringSetChar) \ 538 F(OneByteSeqStringSetChar) \
539 F(TwoByteSeqStringSetChar) \ 539 F(TwoByteSeqStringSetChar) \
540 F(ObjectEquals) \ 540 F(ObjectEquals) \
541 F(IsObject) \ 541 F(IsObject) \
542 F(IsFunction) \ 542 F(IsFunction) \
543 F(IsUndetectableObject) \ 543 F(IsUndetectableObject) \
544 F(IsSpecObject) \ 544 F(IsSpecObject) \
(...skipping 551 matching lines...) Expand 10 before | Expand all | Expand 10 after
1096 1096
1097 Address start_; 1097 Address start_;
1098 Address instruction_start_; 1098 Address instruction_start_;
1099 uint32_t length_; 1099 uint32_t length_;
1100 }; 1100 };
1101 1101
1102 1102
1103 } } // namespace v8::internal 1103 } } // namespace v8::internal
1104 1104
1105 #endif // V8_FULL_CODEGEN_H_ 1105 #endif // V8_FULL_CODEGEN_H_
OLDNEW
« no previous file with comments | « src/deoptimizer.h ('k') | src/hydrogen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698