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