Go to the documentation of this file.
5 #ifndef V8_SIMULATOR_H_
6 #define V8_SIMULATOR_H_
8 #if V8_TARGET_ARCH_IA32
10 #elif V8_TARGET_ARCH_X64
12 #elif V8_TARGET_ARCH_ARM64
14 #elif V8_TARGET_ARCH_ARM
16 #elif V8_TARGET_ARCH_MIPS
18 #elif V8_TARGET_ARCH_MIPS64
20 #elif V8_TARGET_ARCH_X87
23 #error Unsupported target architecture.