v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::BinaryOperationFeedback Class Reference

#include <globals.h>

Collaboration diagram for v8::internal::BinaryOperationFeedback:

Public Types

enum  {
  kNone = 0x0 , kSignedSmall = 0x1 , kSignedSmallInputs = 0x3 , kAdditiveSafeInteger = 0x7 ,
  kNumber = 0xF , kNumberOrOddball = 0x1F , kBigInt64 = 0x20 , kBigInt = 0x60 ,
  kString = 0x80 , kStringWrapper = 0x100 , kStringOrStringWrapper = 0x180 , kAny = 0x1FF
}
 

Detailed Description

Definition at line 2277 of file globals.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
kNone 
kSignedSmall 
kSignedSmallInputs 
kAdditiveSafeInteger 
kNumber 
kNumberOrOddball 
kBigInt64 
kBigInt 
kString 
kStringWrapper 
kStringOrStringWrapper 
kAny 

Definition at line 2279 of file globals.h.


The documentation for this class was generated from the following file: