Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/boa-dev/boa
Boa is an embeddable and experimental Javascript engine written in Rust. Currently, it has support for some of the language.
https://github.com/boa-dev/boa
f93145c0bbd38df1709add1c27621d166db3ff86 authored over 3 years ago
Bumps [@wasm-tool/wasm-pack-plugin](https://github.com/wasm-tool/wasm-pack-plugin) from 1.4.0 to...
f429c1673571d98a069bb0715d62022e7e0e092b authored over 3 years ago
- removes needless double references
- removes ignored tests/sections
beecb2db80816d04fdb353d12ac07578a4dfe180 authored over 3 years ago
* feat(boa): implements `at` method for string
Closes #13
* cleanup
* fix len
7c046ea886d460b67da46b30968f2af026e9a4fd authored over 3 years ago* fix(boa): 15.4.4.19-8-c-ii-1.js
- skips undefined values on callback
- formats
Closes #1306
...
3aa84e4a08a793ce7661744ef5b80ae27707fcd7 authored over 3 years ago
09cc2acf0994de981f9c6934a1e620db22d87284 authored over 3 years ago
f6d5733b02c7be05696b7dd9b8ed008c6efb7e5a authored over 3 years ago
65473b59038a2d8b21893844d92ff21377ab3a7b authored over 3 years ago
Co-authored-by: Halid Odat <[email protected]>
970a611d28a188dd7074f6cb6ea763839e1119c6 authored over 3 years ago2cd32ed8161c980581d961b185adeb63461d4cdc authored over 3 years ago
711e04dfc42535558c551d7596793a0afcfed763 authored over 3 years ago
825faaa83260b738b08bba0f9837f57c1a689da8 authored over 3 years ago
fafba6b929673c1a7fe362c900b93c4538a11ff1 authored over 3 years ago
dd700786c74f3c9f4f3af4880f735c0e6f3c64bb authored over 3 years ago
78cea1683ac41b609954a7570c99a60a922991d6 authored over 3 years ago
b088f8ad484822af8ce42b78495871174cf4ed46 authored over 3 years ago
6db0154d7992cda461ecc4f48c0a62b394beb6d4 authored over 3 years ago
- Moved src/value/rcstring.rs => src/string.rs
be4a8724b101fefd4dd73164295b0756b1f1dc00 authored over 3 years agoecd56ca7e15286822c1a06644b4eec306a4bf014 authored over 3 years ago
356daa21655966092582ba7c56dc664dc55d4714 authored over 3 years ago
Bumps [style-loader](https://github.com/webpack-contrib/style-loader) from 3.0.0 to 3.1.0.
- [R...
55143a17709c5350427cd41ba33b0dfe322035f5 authored over 3 years ago
016e048d64bfd65f05f567d9b263459b054399a8 authored over 3 years ago
bfe638edc3abd565ad8b8647cce7fe86b2acc6a4 authored over 3 years ago
76f29fe7739889df0c9164fbe0ab84843380cc3c authored over 3 years ago
e5dc8fc6792dee23dc8fb92cab2cdb8e968a49d8 authored over 3 years ago
* Refactor regexp exec function
Refactor regexp match function
Refactor regexp matchAll function...
88452aac7594bb374bd6d5a9837f62d4cb0550a8 authored over 3 years ago
- Implemented Jump and JumpIfFalse opcodes
- Implemented If in vm
- Implement assign to iden...
7fcd5dea1158528996c57feaba7d2a969fab7c1d authored over 3 years ago
* feat(boa): adds normalize method
- adds string.prototype.normalize
- uses `unicode_normalizat...
ad972f76bd5a3136aaae6d26d50f2877225f480d authored over 3 years ago
0c0257fff0a677a5b4d298d00075626eaccbe7c0 authored over 3 years ago
5153175d0414d8f5b4a64b4ad855717c9e72ede3 authored over 3 years ago
13f5ea3a2d1eac31cc7b30600146c7d9e8e28b9b authored over 3 years ago
45a55993e07a22540791b823ea3c957a503a0994 authored over 3 years ago
e75736d9c9dee38f8be8a69d04072c850d24fc4d authored over 3 years ago
35c2a491bd823aa1ee95f81db0da819027c2b214 authored over 3 years ago
fa3ca4bb8ae5d441559e92b898c6b67d3f61df66 authored over 3 years ago
8e774c4a735c72a7cc2c503eeb4e159e0248ff12 authored over 3 years ago
c1226226d1bf87f75b5767ed87d9ce177af863a7 authored over 3 years ago
0affe2d5bee23c46ad8dc868305442f6a9a01a45 authored over 3 years ago
24f94ff51b0295ce7142dafa3b12689f3cc15842 authored over 3 years ago
* fix(boa): fixes Array.protoype.includes
- adds fromIndex
- adds infinity checking to indices
...
* fix(boa): fixes unshift maximum size
- throws TypeErrException according to spec for len + ar...
79948b7dc4d6c4901eede4f50f353640512e9c94 authored over 3 years ago400b0073a63ff5d5815ab257bcdaa7615b811549 authored over 3 years ago
f69b6855940e89dbb58e7c7356f94bfe609b3dda authored over 3 years ago
* Scripts are not considered "in a block"
* Duplicate parameter names are now checked for funct...
b5d2ce828ec1e782c6f379e5dd0a4890ef0f56ef authored over 3 years ago* fix(boa): fix stringpad abstract operation
- renames filter to filler in accordance with spec...
b3ff0bff9fdc5f47915c95c68901037d23523f81 authored over 3 years ago* Style: Don't repeat code at end of if
Respecting lint clippy::branches_sharing_code
* Re...
78b926e98f1a536b503cf47860aa923195d7aed9 authored over 3 years ago* fix cargo check errors
- move constants to associated constants
- format & lint
* remove sup...
f673cbc66232343c863c21d2b806bbd906441ff7 authored over 3 years ago9497636e6ca4dc7b449591b3b481a270cec3141b authored over 3 years ago
* Implement get Array [ @@species ]
* Implement get Map [ @@species ]
* Adjust get Set [ @@spe...
0825fdaa5b99dae0bf086985b1ba47188eab6dad authored over 3 years ago8963938fd2783de201f49c3598b2f384f8339a22 authored over 3 years ago
* adds condition to avoid triggers from dependabot
* fix actor to correct author
* fix single ...
f5843190969b631d7daee9ca74a190156a5a4bd8 authored over 3 years ago* Fixed top level indents
* Fixed function definitions
* For loops display correctly now
* Aw...
057cbb11b179d496ae39084b3189a82c9c632c08 authored over 3 years ago* adds condition to avoid triggers from dependabot
* fix actor to correct author
75a361bdb7484e779705132269b48a3d4499150e authored over 3 years ago1dbc7fccd23e004786aef510d02747c4dab96865 authored over 3 years ago
453fa8fb9e80786853cc4d8b5594c9e1b1ec55e3 authored over 3 years ago
14862f878e3997186b3a3080951d153d6f7c508f authored over 3 years ago
31dc7bcddbd72288611700f4f8fb67305068173d authored over 3 years ago
* implement RegExp.prototype [ @@search ] ( string )
* implement String.prototype.search ( rege...
fc3fbe26a5db5aa77f6cefee84c83f3e0f1b98c2 authored over 3 years agodb1be3b0dc0bd2b47f4d02e07649d7b20710abca authored over 3 years ago
b34bf5dc1fe2f2026b2df0ed3c55a3a759fff9c0 authored over 3 years ago
28598b3ff21276fd5f5551f7e8c2c6dead1b672b authored over 3 years ago
33a69654d07cf1d935cf4f48cc742579f9321d88 authored over 3 years ago
19a6cded8464ab9ea7460ab9d49f7b5a2617a5be authored over 3 years ago
e38a84155e2ff965d2e9f7a75a720d67c746d9b5 authored over 3 years ago
Co-authored-by: Jason Williams <[email protected]>
ba3c4e5945ad605102a8d91d57fa5e3c0bb85bf7 authored over 3 years agod6d5d793a6ba5b5731b939eadbaf6958313862c9 authored over 3 years ago
2e75dd8cc3c032891b69636ff2961b27fb88d1ca authored over 3 years ago
* Fix environment record panics
* Make environment record `new` methods return `Self` instead...
d157a34d71e3cf05199d4bd8b544cb474a65ff17 authored over 3 years agoad7306db879b492c4d7d03b6242cc48a6ec1685a authored over 3 years ago
f754419c0252699737da21215ff445622da5e656 authored over 3 years ago
* Support GetOwnProperty for string exotic object
* Fix clippy error
* change var name
* dont...
82e8a1197a961190e3c1751b8bab8890f39ae8ec authored over 3 years ago* Don't consider panic fixes as "new failures"
* Improved coding style
* Fixed Test262 tester ...
ac998999be3e7047f1f140f263424b3b287f939f authored over 3 years ago* Fixed hypot length bug
* added the symbol.prototype[ @@ToStringTag]
* use Self::NAME
c6d56899be268654bb723054899ccf8fe737de9a authored over 3 years agoe7ffe7fd454e547c60ae8bb3a6adc48be233f252 authored over 3 years ago
* Added some result changes for Test262 result comparisons
* Added a bug and a panic to test ...
1a58c9fc9c1edb6a0b9896fa3ded1e73fa69da74 authored over 3 years agoe577f2a4c1a85e90b715637bdb8e332f973f9e31 authored over 3 years ago
ecbc23b49ce4ea294bfecea92d92bcc53e85b25c authored over 3 years ago
737d79d9f687458c05df96f002a882706a1cf140 authored over 3 years ago
c9ef4415cfbbd146a35dfdd9cacda9ce8c2d64b9 authored over 3 years ago
52bd1e72f74f48c2958e6026a38c7fb657d51489 authored over 3 years ago
* Fix panic with regex exec
* Add toLength comment
d009fa271bf90a6b6cf517a2299a6d89d5285e79 authored over 3 years ago* Add default parameter support
* Update second environment
* Use map instead of if let, r...
3acef7b7d541eb260de978252a59cbff8c6bd44c authored over 3 years ago81ef87b7f9028c21d7d3adadfdd0e6da4bf844e9 authored over 3 years ago
23e59361883598db9b3c0beb92d03ad656a2d0f9 authored over 3 years ago
Co-authored-by: tofpie <[email protected]>
68543e8fb46d0527dcce98e7603bc6986714baa7 authored over 3 years ago715cced9892409c6ee33938148a9779806b9c5bf authored over 3 years ago
655c7d3f4f99274957b37034925cd0d64e5fe5f3 authored over 3 years ago
88e888fd8a9281169f34eaa3fb1948d194958d9b authored over 3 years ago
24deb83e740c1cbc0052aac5bbe4f90ed460c176 authored over 3 years ago
62c99f50b707c58ae2e2bf7fd4550a002e84a5e1 authored over 3 years ago
0dcf182ad9a2c4ecac5a2cb4de2b00889dc75528 authored over 3 years ago
a5e38133c240b4a72d36c68f25dc044f278cb0d8 authored over 3 years ago
08f232fe99ceec594c66e822e04d387ccfd3d6c0 authored over 3 years ago
e187489ab892f49cc7513c68929dd5a3664182a6 authored over 3 years ago