Home directory for Malawi's wwwroot
Duncan Ewan
2021-02-19 beae6e0bf7ffeba3d49691a847fab778e5296ce5
1
2
3
4
5
6
7
8
9
//****************************************************************************
// ActionScript Standard Library
// FunctionArguments object
//****************************************************************************
 
intrinsic class FunctionArguments extends Array {
    function caller();
    function callee();
}