Searched refs:emitIn (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/JavaScriptCore-7600.1.17/bytecompiler/
H A DBytecodeGenerator.h366 RegisterID* emitIn(RegisterID* dst, RegisterID* property, RegisterID* base) { return emitBinaryOp(op_in, dst, property, base, OperandTypes()); } function in class:JSC::BytecodeGenerator

Completed in 203 milliseconds