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

Side by Side Diff: include/v8.h

Issue 9689065: Benchmarkify pointer swapping string encoder
Patch Set: Created 8 years, 9 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 | « benchmarks/write-utf8-benchmark.gyp ('k') | src/api.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 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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 class ObjectTemplate; 105 class ObjectTemplate;
106 class Data; 106 class Data;
107 class AccessorInfo; 107 class AccessorInfo;
108 class StackTrace; 108 class StackTrace;
109 class StackFrame; 109 class StackFrame;
110 110
111 namespace internal { 111 namespace internal {
112 112
113 class Arguments; 113 class Arguments;
114 class Object; 114 class Object;
115 class String;
116 class ConsString;
115 class Heap; 117 class Heap;
116 class HeapObject; 118 class HeapObject;
117 class Isolate; 119 class Isolate;
118 } 120 }
119 121
120 122
121 // --- Weak Handles --- 123 // --- Weak Handles ---
122 124
123 125
124 /** 126 /**
(...skipping 4178 matching lines...) Expand 10 before | Expand all | Expand 10 after
4303 4305
4304 4306
4305 } // namespace v8 4307 } // namespace v8
4306 4308
4307 4309
4308 #undef V8EXPORT 4310 #undef V8EXPORT
4309 #undef TYPE_CHECK 4311 #undef TYPE_CHECK
4310 4312
4311 4313
4312 #endif // V8_H_ 4314 #endif // V8_H_
OLDNEW
« no previous file with comments | « benchmarks/write-utf8-benchmark.gyp ('k') | src/api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698