You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 inejs-array.c
orejs-string.c
for usage) everywhere. then likely change the macro's name and get rid of the other macros.The text was updated successfully, but these errors were encountered: