echojs icon indicating copy to clipboard operation
echojs copied to clipboard

Builtin function 'length' properties

Open toshok opened this issue 11 years ago • 0 comments

The builtin functions provided in the environment have 'length' properties spelled out in ecma262. we should do a pass over all methods and use new macro EJS_INSTALL_ATOM_FUNCTION_LEN_FLAGS (check in ejs-array.c or ejs-string.c for usage) everywhere. then likely change the macro's name and get rid of the other macros.

toshok avatar Oct 26 '14 20:10 toshok