Popular repositories Loading
-
node-compat-table
node-compat-table PublicForked from williamkapke/node-compat-table
node.green - Node.js ECMAScript compatibility tables
-
-
test262
test262 PublicForked from tc39/test262
Official ECMAScript Conformance Test Suite
JavaScript
-
homebrew
homebrew PublicForked from Homebrew/legacy-homebrew
The missing package manager for OS X.
Ruby
-
protobuf
protobuf PublicForked from protocolbuffers/protobuf
Protocol Buffers - Google's data interchange format
C++
-
219 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Activity overview
Contribution activity
April 2025
Created a pull request in mozilla/rhino that received 5 comments
Add INDY operations for calling functions
Add invokedynamic instructions for function calling in the bytecode. Do this when simply calling a Callable on the stack, or performing a lookup an…
Reviewed 2 pull requests in 1 repository
mozilla/rhino
2 pull requests
-
add
TypeInfo
to preserve more type informationThis contribution was made on Apr 16 -
Reimplement
String.prototype.search
,replace
,replaceAll
,split
This contribution was made on Apr 9
Created an issue in mozilla/rhino that received 6 comments
Arguments are sometimes evaluated before function reference
When calling a function located in the global scope in compiled mode, arguments are evaluated before we've established whether the function is vali…