Home | History | Annotate | Download | only in bytecompiler

Lines Matching refs:scratch

675     RefPtr<RegisterID> scratch = generator.emitResolveBase(generator.tempDestination(dst), m_ident);
676 generator.emitGetById(scratch.get(), scratch.get(), m_ident);
679 return generator.emitTypeOf(generator.finalDestination(dst, scratch.get()), scratch.get());