TypeofState 40 src/arm/codegen-arm.h enum TypeofState { INSIDE_TYPEOF, NOT_INSIDE_TYPEOF }; TypeofState 70 src/codegen.h enum TypeofState { INSIDE_TYPEOF, NOT_INSIDE_TYPEOF }; TypeofState 42 src/mips/codegen-mips.h enum TypeofState { INSIDE_TYPEOF, NOT_INSIDE_TYPEOF }; TypeofState 40 src/x64/codegen-x64.h enum TypeofState { INSIDE_TYPEOF, NOT_INSIDE_TYPEOF };