• R
    Allow the JS objects to have more than one native pointer data (#2814) · b3f4aa68
    Robert Fancsik 提交于
    Currently JS objects can only have one native pointer data which could be a limitation in special cases.
    This patch allows to register multiple native infos, which can be accessed/associated with the corresponding `jerry_object_native_info_t`.
    
    JerryScript-DCO-1.0-Signed-off-by: Robert Fancsik frobert@inf.u-szeged.hu
    b3f4aa68
02.API-REFERENCE.md 147.4 KB