fakeCallSite("putAt").call(lhs,index,value);
}
/*TODO: specify the proper owner value (to the script that includes the call site) */
protected CallSite fakeCallSite(String method) {
CallSiteArray csa = new CallSiteArray(DefaultInvoker.class, new String[]{method});
return csa.array[0];
}