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

Side by Side Diff: src/globals.h

Issue 2908009: Create a separate class to encapsulate ScopeInfo serialization.... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: '' Created 10 years, 5 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/frames.cc ('k') | src/heap.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-2009 the V8 project authors. All rights reserved. 1 // Copyright 2006-2009 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 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
319 class OldSpace; 319 class OldSpace;
320 class Property; 320 class Property;
321 class Proxy; 321 class Proxy;
322 class RegExpNode; 322 class RegExpNode;
323 struct RegExpCompileData; 323 struct RegExpCompileData;
324 class RegExpTree; 324 class RegExpTree;
325 class RegExpCompiler; 325 class RegExpCompiler;
326 class RegExpVisitor; 326 class RegExpVisitor;
327 class Scope; 327 class Scope;
328 template<class Allocator = FreeStoreAllocationPolicy> class ScopeInfo; 328 template<class Allocator = FreeStoreAllocationPolicy> class ScopeInfo;
329 class SerializedScopeInfo;
329 class Script; 330 class Script;
330 class Slot; 331 class Slot;
331 class Smi; 332 class Smi;
332 template <typename Config, class Allocator = FreeStoreAllocationPolicy> 333 template <typename Config, class Allocator = FreeStoreAllocationPolicy>
333 class SplayTree; 334 class SplayTree;
334 class Statement; 335 class Statement;
335 class String; 336 class String;
336 class Struct; 337 class Struct;
337 class SwitchStatement; 338 class SwitchStatement;
338 class AstVisitor; 339 class AstVisitor;
(...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after
659 CMOV = 15, // x86 660 CMOV = 15, // x86
660 RDTSC = 4, // x86 661 RDTSC = 4, // x86
661 CPUID = 10, // x86 662 CPUID = 10, // x86
662 VFP3 = 1, // ARM 663 VFP3 = 1, // ARM
663 ARMv7 = 2, // ARM 664 ARMv7 = 2, // ARM
664 SAHF = 0}; // x86 665 SAHF = 0}; // x86
665 666
666 } } // namespace v8::internal 667 } } // namespace v8::internal
667 668
668 #endif // V8_GLOBALS_H_ 669 #endif // V8_GLOBALS_H_
OLDNEW
« no previous file with comments | « src/frames.cc ('k') | src/heap.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698