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
If a user's API define a set_XX setter func w/o the corresponding get_XX getter func, jsruntime ignores the setter.
It should report a compilation error instead.
The text was updated successfully, but these errors were encountered:
If a user's API define a
set_XX
setter func w/o the correspondingget_XX
getter func, jsruntime ignores the setter.It should report a compilation error instead.
The text was updated successfully, but these errors were encountered: