79b2df124e
VM_OC_PROP_GET is the general vm instruction for getting an object's property. This opcode can be mutated into several other opcodes depending on the context (pre- post increment, ident reference). Since these mutated opcodes perform additional checks and VM_OC_PROP_GET is a highly frequent instruction and it is worth to introduce a special case for it. JerryScript-DCO-1.0-Signed-off-by: Robert Fancsik frobert@inf.u-szeged.hu