-
Notifications
You must be signed in to change notification settings - Fork 688
Add keys, values, entires functions for typedArray #2925
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
Add keys, values, entires functions for typedArray #2925
Conversation
4839f66 to
4636181
Compare
jerry-core/ecma/builtin-objects/typedarray/ecma-builtin-typedarray-prototype.c
Outdated
Show resolved
Hide resolved
jerry-core/ecma/builtin-objects/typedarray/ecma-builtin-typedarray-prototype.c
Outdated
Show resolved
Hide resolved
4636181 to
905a472
Compare
|
Did the requested changes. |
jerry-core/ecma/builtin-objects/typedarray/ecma-builtin-typedarray-prototype.inc.h
Show resolved
Hide resolved
jerry-core/ecma/builtin-objects/typedarray/ecma-builtin-typedarray-prototype.c
Outdated
Show resolved
Hide resolved
jerry-core/ecma/builtin-objects/typedarray/ecma-builtin-typedarray-prototype.c
Outdated
Show resolved
Hide resolved
905a472 to
3d1db0e
Compare
jerry-core/ecma/builtin-objects/typedarray/ecma-builtin-typedarray-prototype.c
Outdated
Show resolved
Hide resolved
63d4e39 to
ae95893
Compare
ae95893 to
0e74041
Compare
0e74041 to
ef75170
Compare
|
Updated the pl. |
jerry-core/ecma/builtin-objects/typedarray/ecma-builtin-typedarray-prototype.c
Outdated
Show resolved
Hide resolved
jerry-core/ecma/builtin-objects/typedarray/ecma-builtin-typedarray-prototype.c
Outdated
Show resolved
Hide resolved
jerry-core/ecma/builtin-objects/typedarray/ecma-builtin-typedarray-prototype.c
Outdated
Show resolved
Hide resolved
ef75170 to
6c47499
Compare
Extended the typedArray functionality based on ES2015 Co-authored-by: Tibor Dusnoki tdusnoki@inf.u-szeged.hu JerryScript-DCO-1.0-Signed-off-by: Adam Szilagyi aszilagy@inf.u-szeged.hu
6c47499 to
b094132
Compare
rerobika
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
dbatyai
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
galpeter
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Extended the typedArray functionality based on ES2015
Co-authored-by: Tibor Dusnoki tdusnoki@inf.u-szeged.hu
JerryScript-DCO-1.0-Signed-off-by: Adam Szilagyi aszilagy@inf.u-szeged.hu