Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for #616 #617

Merged
merged 2 commits into from
Nov 25, 2019
Merged

Fix for #616 #617

merged 2 commits into from
Nov 25, 2019

Commits on Nov 8, 2019

  1. Fix for #616

    Affects strict mode only.
    
    No longer prematurely throws a TypeError in ScriptableObject.putImpl(Object,int,Scriptable,Object) when instance member isExtensible is false.
    
    Instead, now it first queries the slotmap, so that if a GetterSlot instance is returned, any present setter may be called. All other outcomes of this method should be unaffected.
    stijnkliemesch committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    8462669 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2019

  1. Configuration menu
    Copy the full SHA
    6bd5cf3 View commit details
    Browse the repository at this point in the history