Lines Matching defs:tmp
222 Object tmp = pair->getter();
223 if (tmp.IsSmi()) {
227 GetMethodAndSetName<Dictionary>(isolate, args, Smi::cast(tmp),
233 tmp = pair->setter();
234 if (tmp.IsSmi()) {
238 GetMethodAndSetName<Dictionary>(isolate, args, Smi::cast(tmp),
334 Object tmp = pair.getter();
335 if (tmp.IsSmi()) {
336 pair.set_getter(GetMethodWithSharedName(isolate, args, tmp));
338 tmp = pair.setter();
339 if (tmp.IsSmi()) {
340 pair.set_setter(GetMethodWithSharedName(isolate, args, tmp));