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

Side by Side Diff: src/heap.h

Issue 7206020: Make "native" not a keyword. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 9 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | src/parser.cc » ('j') | src/preparser-api.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2011 the V8 project authors. All rights reserved. 1 // Copyright 2011 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 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 V(callee_symbol, "callee") \ 152 V(callee_symbol, "callee") \
153 V(constructor_symbol, "constructor") \ 153 V(constructor_symbol, "constructor") \
154 V(code_symbol, ".code") \ 154 V(code_symbol, ".code") \
155 V(result_symbol, ".result") \ 155 V(result_symbol, ".result") \
156 V(catch_var_symbol, ".catch-var") \ 156 V(catch_var_symbol, ".catch-var") \
157 V(empty_symbol, "") \ 157 V(empty_symbol, "") \
158 V(eval_symbol, "eval") \ 158 V(eval_symbol, "eval") \
159 V(function_symbol, "function") \ 159 V(function_symbol, "function") \
160 V(length_symbol, "length") \ 160 V(length_symbol, "length") \
161 V(name_symbol, "name") \ 161 V(name_symbol, "name") \
162 V(native_symbol, "native") \
162 V(number_symbol, "number") \ 163 V(number_symbol, "number") \
163 V(Number_symbol, "Number") \ 164 V(Number_symbol, "Number") \
164 V(nan_symbol, "NaN") \ 165 V(nan_symbol, "NaN") \
165 V(RegExp_symbol, "RegExp") \ 166 V(RegExp_symbol, "RegExp") \
166 V(source_symbol, "source") \ 167 V(source_symbol, "source") \
167 V(global_symbol, "global") \ 168 V(global_symbol, "global") \
168 V(ignore_case_symbol, "ignoreCase") \ 169 V(ignore_case_symbol, "ignoreCase") \
169 V(multiline_symbol, "multiline") \ 170 V(multiline_symbol, "multiline") \
170 V(input_symbol, "input") \ 171 V(input_symbol, "input") \
171 V(index_symbol, "index") \ 172 V(index_symbol, "index") \
(...skipping 2115 matching lines...) Expand 10 before | Expand all | Expand 10 after
2287 DISALLOW_IMPLICIT_CONSTRUCTORS(PathTracer); 2288 DISALLOW_IMPLICIT_CONSTRUCTORS(PathTracer);
2288 }; 2289 };
2289 #endif // DEBUG || LIVE_OBJECT_LIST 2290 #endif // DEBUG || LIVE_OBJECT_LIST
2290 2291
2291 2292
2292 } } // namespace v8::internal 2293 } } // namespace v8::internal
2293 2294
2294 #undef HEAP 2295 #undef HEAP
2295 2296
2296 #endif // V8_HEAP_H_ 2297 #endif // V8_HEAP_H_
OLDNEW
« no previous file with comments | « no previous file | src/parser.cc » ('j') | src/preparser-api.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698