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

Side by Side Diff: src/heap/heap.h

Issue 1428793002: Reland v8::Private and related APIs (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: updates Created 5 years, 1 month 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
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_HEAP_HEAP_H_ 5 #ifndef V8_HEAP_HEAP_H_
6 #define V8_HEAP_HEAP_H_ 6 #define V8_HEAP_HEAP_H_
7 7
8 #include <cmath> 8 #include <cmath>
9 #include <map> 9 #include <map>
10 10
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 V(minus_zero_string, "-0") \ 270 V(minus_zero_string, "-0") \
271 V(multiline_string, "multiline") \ 271 V(multiline_string, "multiline") \
272 V(name_string, "name") \ 272 V(name_string, "name") \
273 V(nan_string, "NaN") \ 273 V(nan_string, "NaN") \
274 V(next_string, "next") \ 274 V(next_string, "next") \
275 V(null_string, "null") \ 275 V(null_string, "null") \
276 V(number_string, "number") \ 276 V(number_string, "number") \
277 V(Number_string, "Number") \ 277 V(Number_string, "Number") \
278 V(object_string, "object") \ 278 V(object_string, "object") \
279 V(Object_string, "Object") \ 279 V(Object_string, "Object") \
280 V(private_api_string, "private_api") \
280 V(proto_string, "__proto__") \ 281 V(proto_string, "__proto__") \
281 V(prototype_string, "prototype") \ 282 V(prototype_string, "prototype") \
282 V(query_colon_string, "(?:)") \ 283 V(query_colon_string, "(?:)") \
283 V(RegExp_string, "RegExp") \ 284 V(RegExp_string, "RegExp") \
284 V(set_string, "set") \ 285 V(set_string, "set") \
285 V(Set_string, "Set") \ 286 V(Set_string, "Set") \
286 V(source_mapping_url_string, "source_mapping_url") \ 287 V(source_mapping_url_string, "source_mapping_url") \
287 V(source_string, "source") \ 288 V(source_string, "source") \
288 V(source_url_string, "source_url") \ 289 V(source_url_string, "source_url") \
289 V(stack_string, "stack") \ 290 V(stack_string, "stack") \
(...skipping 2431 matching lines...) Expand 10 before | Expand all | Expand 10 after
2721 DisallowHeapAllocation no_allocation; // i.e. no gc allowed. 2722 DisallowHeapAllocation no_allocation; // i.e. no gc allowed.
2722 2723
2723 private: 2724 private:
2724 DISALLOW_IMPLICIT_CONSTRUCTORS(PathTracer); 2725 DISALLOW_IMPLICIT_CONSTRUCTORS(PathTracer);
2725 }; 2726 };
2726 #endif // DEBUG 2727 #endif // DEBUG
2727 } // namespace internal 2728 } // namespace internal
2728 } // namespace v8 2729 } // namespace v8
2729 2730
2730 #endif // V8_HEAP_HEAP_H_ 2731 #endif // V8_HEAP_HEAP_H_
OLDNEW
« include/v8.h ('K') | « src/factory.cc ('k') | src/heap/heap.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698