![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <globals.h>
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 } |
anonymous enum |