Issue 924 attachment: 1k.js (452 bytes)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
e(pfm_rt.get_val((
function ()
{
var method_return_value = null;
var accessor_object = O;
if (pfm_rt.is_ary(accessor_object))
{
for(var index = accessor_object.length - 1; index > 1; index--)
{
method_return_value = accessor_object[index].e();
}
}
else
{
method_return_value = accessor_object.e();
}
return method_return_value;
}
).call(this)))