-
Notifications
You must be signed in to change notification settings - Fork 677
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 FromPropertyDescriptor function #70
Milestone
Comments
kkristof
added
bug
Undesired behaviour
ecma core
Related to core ECMA functionality
labels
May 15, 2015
Blocks #34 |
ruben-ayrapetyan
added a commit
that referenced
this issue
May 15, 2015
…ut property descriptor was implemented incorrectly). Related issue: #70 JerryScript-DCO-1.0-Signed-off-by: Ruben Ayrapetyan [email protected]
ruben-ayrapetyan
added a commit
that referenced
this issue
May 15, 2015
…ut property descriptor was implemented incorrectly). Related issue: #70 JerryScript-DCO-1.0-Signed-off-by: Ruben Ayrapetyan [email protected]
ruben-ayrapetyan
added a commit
that referenced
this issue
May 15, 2015
…ut property descriptor was implemented incorrectly). Related issue: #70 JerryScript-DCO-1.0-Signed-off-by: Ruben Ayrapetyan [email protected]
Fixed. 5c76b3f. |
This was referenced May 17, 2020
This was referenced Oct 20, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the function ecma_op_from_property_descriptor the forth section is unreachable.
FromPropertyDescriptor 8.10.4
The function is needed by the Object.getOwnPropertyDescriptor builtin function 15.2.3.4.
The text was updated successfully, but these errors were encountered: