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

[Merged by Bors] - Implementation of JsMap Wrapper #2115

Closed
wants to merge 43 commits into from
Closed
Show file tree
Hide file tree
Changes from 36 commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
07b60f4
initial commit -- new, from_iterator, entries, keys
nekevss Jun 10, 2022
5126794
complete initial method implementation
nekevss Jun 10, 2022
58c57f8
fixing existing issues
nekevss Jun 10, 2022
cb81fb6
finished basic outline of JsMap
nekevss Jun 10, 2022
b33c46e
MapIterator implemented - examples built out
nekevss Jun 11, 2022
10dd022
Store add_entries_from_iterable to completion_record variable
nekevss Jun 11, 2022
86cc23f
Add comments to JsMap example
nekevss Jun 11, 2022
2588ba4
Fix comments for consistency
nekevss Jun 15, 2022
b20c098
Implement method, update test262 submodule
nekevss Jun 15, 2022
106bc14
Removed uneeded TODO
nekevss Jun 23, 2022
8c11b7a
Adjust to new method
nekevss Jun 23, 2022
e073cd1
alter comment
nekevss Jun 23, 2022
f602938
Run Rust fmt and clippy
nekevss Jun 23, 2022
a660235
initial commit -- new, from_iterator, entries, keys
nekevss Jun 10, 2022
4214261
complete initial method implementation
nekevss Jun 10, 2022
ffa27a5
fixing existing issues
nekevss Jun 10, 2022
d3f3a61
finished basic outline of JsMap
nekevss Jun 10, 2022
6bc353b
MapIterator implemented - examples built out
nekevss Jun 11, 2022
70e029f
Store add_entries_from_iterable to completion_record variable
nekevss Jun 11, 2022
fcda28f
Add comments to JsMap example
nekevss Jun 11, 2022
341d65f
Fix comments for consistency
nekevss Jun 15, 2022
0edd7da
Implement method, update test262 submodule
nekevss Jun 15, 2022
06432af
Removed uneeded TODO
nekevss Jun 23, 2022
6d3917c
Adjust to new method
nekevss Jun 23, 2022
3129c9e
alter comment
nekevss Jun 23, 2022
787313d
Run Rust fmt and clippy
nekevss Jun 23, 2022
92fd5e4
Updated and built out comments and documentation
nekevss Jul 1, 2022
4d2f66d
Remove overused
nekevss Jul 1, 2022
3334d48
Add to comment and clean up
nekevss Jul 2, 2022
5c87908
Add comment build out and example fixes
nekevss Jul 2, 2022
f300ba7
finish comments on all files
nekevss Jul 2, 2022
d51727f
Fix header line of
nekevss Jul 2, 2022
cb248f6
Add main functions and module imports to example documentation
nekevss Jul 2, 2022
028f08c
remove main/JsResult functions, add 's where needed
nekevss Jul 2, 2022
2e2072c
Fix context initialization
nekevss Jul 2, 2022
e9664f9
Notate the should_panic on invalid from_object example
nekevss Jul 2, 2022
13c35c4
Fixed comment errors
nekevss Jul 2, 2022
942e743
Fixed comment errors
nekevss Jul 2, 2022
20b0aff
Add assert on invalid example
nekevss Jul 2, 2022
17ca580
Merge branch 'feature/js-map-wrapper' of https://github.com/nekevss/b…
nekevss Jul 2, 2022
0d76ca8
Hide imports in examples
nekevss Jul 5, 2022
080512e
Run rustfmt
nekevss Jul 5, 2022
18bd5f6
Removed extra pound symbol
nekevss Jul 6, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading