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

Side by Side Diff: include/v8.h

Issue 426233002: Land the Fan (disabled) (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Review feedback, rebase and "git cl format" Created 6 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 | « build/toolchain.gypi ('k') | src/arm/assembler-arm.h » ('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 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 /** \mainpage V8 API Reference Guide 5 /** \mainpage V8 API Reference Guide
6 * 6 *
7 * V8 is Google's open source JavaScript engine. 7 * V8 is Google's open source JavaScript engine.
8 * 8 *
9 * This set of documents provides reference material generated from the 9 * This set of documents provides reference material generated from the
10 * V8 header file, include/v8.h. 10 * V8 header file, include/v8.h.
(...skipping 5578 matching lines...) Expand 10 before | Expand all | Expand 10 after
5589 static const int kHeapObjectMapOffset = 0; 5589 static const int kHeapObjectMapOffset = 0;
5590 static const int kMapInstanceTypeAndBitFieldOffset = 5590 static const int kMapInstanceTypeAndBitFieldOffset =
5591 1 * kApiPointerSize + kApiIntSize; 5591 1 * kApiPointerSize + kApiIntSize;
5592 static const int kStringResourceOffset = 3 * kApiPointerSize; 5592 static const int kStringResourceOffset = 3 * kApiPointerSize;
5593 5593
5594 static const int kOddballKindOffset = 3 * kApiPointerSize; 5594 static const int kOddballKindOffset = 3 * kApiPointerSize;
5595 static const int kForeignAddressOffset = kApiPointerSize; 5595 static const int kForeignAddressOffset = kApiPointerSize;
5596 static const int kJSObjectHeaderSize = 3 * kApiPointerSize; 5596 static const int kJSObjectHeaderSize = 3 * kApiPointerSize;
5597 static const int kFixedArrayHeaderSize = 2 * kApiPointerSize; 5597 static const int kFixedArrayHeaderSize = 2 * kApiPointerSize;
5598 static const int kContextHeaderSize = 2 * kApiPointerSize; 5598 static const int kContextHeaderSize = 2 * kApiPointerSize;
5599 static const int kContextEmbedderDataIndex = 76; 5599 static const int kContextEmbedderDataIndex = 95;
5600 static const int kFullStringRepresentationMask = 0x07; 5600 static const int kFullStringRepresentationMask = 0x07;
5601 static const int kStringEncodingMask = 0x4; 5601 static const int kStringEncodingMask = 0x4;
5602 static const int kExternalTwoByteRepresentationTag = 0x02; 5602 static const int kExternalTwoByteRepresentationTag = 0x02;
5603 static const int kExternalAsciiRepresentationTag = 0x06; 5603 static const int kExternalAsciiRepresentationTag = 0x06;
5604 5604
5605 static const int kIsolateEmbedderDataOffset = 0 * kApiPointerSize; 5605 static const int kIsolateEmbedderDataOffset = 0 * kApiPointerSize;
5606 static const int kAmountOfExternalAllocatedMemoryOffset = 5606 static const int kAmountOfExternalAllocatedMemoryOffset =
5607 4 * kApiPointerSize; 5607 4 * kApiPointerSize;
5608 static const int kAmountOfExternalAllocatedMemoryAtLastGlobalGCOffset = 5608 static const int kAmountOfExternalAllocatedMemoryAtLastGlobalGCOffset =
5609 kAmountOfExternalAllocatedMemoryOffset + kApiInt64Size; 5609 kAmountOfExternalAllocatedMemoryOffset + kApiInt64Size;
(...skipping 1125 matching lines...) Expand 10 before | Expand all | Expand 10 after
6735 */ 6735 */
6736 6736
6737 6737
6738 } // namespace v8 6738 } // namespace v8
6739 6739
6740 6740
6741 #undef TYPE_CHECK 6741 #undef TYPE_CHECK
6742 6742
6743 6743
6744 #endif // V8_H_ 6744 #endif // V8_H_
OLDNEW
« no previous file with comments | « build/toolchain.gypi ('k') | src/arm/assembler-arm.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698