v8  3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
code-stubs-x64.h File Reference
#include "ic-inl.h"
#include "type-info.h"
Include dependency graph for code-stubs-x64.h:

Go to the source code of this file.

Data Structures

class  TranscendentalCacheStub
 
class  StoreBufferOverflowStub
 
class  UnaryOpStub
 
class  BinaryOpStub
 
class  StringHelper
 
class  StringAddStub
 
class  SubStringStub
 
class  StringCompareStub
 
class  NumberToStringStub
 
class  StringDictionaryLookupStub
 
class  RecordWriteStub
 

Namespaces

 v8
 
 v8::internal
 

Enumerations

enum  GenericBinaryFlags { NO_GENERIC_BINARY_FLAGS = 0, NO_SMI_CODE_IN_STUB = 1 << 0 }
 
enum  StringAddFlags {
  NO_STRING_ADD_FLAGS = 0, NO_STRING_CHECK_LEFT_IN_STUB = 1 << 0, NO_STRING_CHECK_RIGHT_IN_STUB = 1 << 1, NO_STRING_CHECK_IN_STUB,
  NO_STRING_ADD_FLAGS = 0, NO_STRING_CHECK_LEFT_IN_STUB = 1 << 0, NO_STRING_CHECK_RIGHT_IN_STUB = 1 << 1, NO_STRING_CHECK_IN_STUB,
  NO_STRING_ADD_FLAGS = 0, NO_STRING_CHECK_LEFT_IN_STUB = 1 << 0, NO_STRING_CHECK_RIGHT_IN_STUB = 1 << 1, NO_STRING_CHECK_IN_STUB,
  NO_STRING_ADD_FLAGS = 0, NO_STRING_CHECK_LEFT_IN_STUB = 1 << 0, NO_STRING_CHECK_RIGHT_IN_STUB = 1 << 1, NO_STRING_CHECK_IN_STUB
}