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

Side by Side Diff: src/codegen.h

Issue 3197010: Version 2.3.10... (Closed) Base URL: http://v8.googlecode.com/svn/trunk/
Patch Set: Created 10 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « src/builtins.cc ('k') | src/cpu-profiler.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 2006-2008 the V8 project authors. All rights reserved. 1 // Copyright 2006-2008 the V8 project authors. All rights reserved.
2 // Redistribution and use in source and binary forms, with or without 2 // Redistribution and use in source and binary forms, with or without
3 // modification, are permitted provided that the following conditions are 3 // modification, are permitted provided that the following conditions are
4 // met: 4 // met:
5 // 5 //
6 // * Redistributions of source code must retain the above copyright 6 // * Redistributions of source code must retain the above copyright
7 // notice, this list of conditions and the following disclaimer. 7 // notice, this list of conditions and the following disclaimer.
8 // * Redistributions in binary form must reproduce the above 8 // * Redistributions in binary form must reproduce the above
9 // copyright notice, this list of conditions and the following 9 // copyright notice, this list of conditions and the following
10 // disclaimer in the documentation and/or other materials provided 10 // disclaimer in the documentation and/or other materials provided
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 F(IsObject, 1, 1) \ 101 F(IsObject, 1, 1) \
102 F(IsFunction, 1, 1) \ 102 F(IsFunction, 1, 1) \
103 F(IsUndetectableObject, 1, 1) \ 103 F(IsUndetectableObject, 1, 1) \
104 F(IsSpecObject, 1, 1) \ 104 F(IsSpecObject, 1, 1) \
105 F(IsStringWrapperSafeForDefaultValueOf, 1, 1) \ 105 F(IsStringWrapperSafeForDefaultValueOf, 1, 1) \
106 F(StringAdd, 2, 1) \ 106 F(StringAdd, 2, 1) \
107 F(SubString, 3, 1) \ 107 F(SubString, 3, 1) \
108 F(StringCompare, 2, 1) \ 108 F(StringCompare, 2, 1) \
109 F(RegExpExec, 4, 1) \ 109 F(RegExpExec, 4, 1) \
110 F(RegExpConstructResult, 3, 1) \ 110 F(RegExpConstructResult, 3, 1) \
111 F(RegExpCloneResult, 1, 1) \
111 F(GetFromCache, 2, 1) \ 112 F(GetFromCache, 2, 1) \
112 F(NumberToString, 1, 1) \ 113 F(NumberToString, 1, 1) \
113 F(SwapElements, 3, 1) \ 114 F(SwapElements, 3, 1) \
114 F(MathPow, 2, 1) \ 115 F(MathPow, 2, 1) \
115 F(MathSin, 1, 1) \ 116 F(MathSin, 1, 1) \
116 F(MathCos, 1, 1) \ 117 F(MathCos, 1, 1) \
117 F(MathSqrt, 1, 1) \ 118 F(MathSqrt, 1, 1) \
118 F(IsRegExpEquivalent, 2, 1) 119 F(IsRegExpEquivalent, 2, 1)
119 120
120 121
(...skipping 778 matching lines...) Expand 10 before | Expand all | Expand 10 after
899 StringCharFromCodeGenerator char_from_code_generator_; 900 StringCharFromCodeGenerator char_from_code_generator_;
900 901
901 DISALLOW_COPY_AND_ASSIGN(StringCharAtGenerator); 902 DISALLOW_COPY_AND_ASSIGN(StringCharAtGenerator);
902 }; 903 };
903 904
904 905
905 } // namespace internal 906 } // namespace internal
906 } // namespace v8 907 } // namespace v8
907 908
908 #endif // V8_CODEGEN_H_ 909 #endif // V8_CODEGEN_H_
OLDNEW
« no previous file with comments | « src/builtins.cc ('k') | src/cpu-profiler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698