1
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 3 hours ago.
May 29, 2023 — May 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed language functions pushing two stack frames when called on global this More... over 10 years ago
Changed importScripts to use object environment so vars may be shared if declared in top level global. Cleaning up names. More... over 10 years ago
Initial date work More... over 10 years ago
Removed old exports of references from builtin impls More... over 10 years ago
Renamed type names to be shorter More... over 10 years ago
Fixed language function to support non object value references. More... over 10 years ago
Changed environment operations to take values directly instead of computations of values. More... over 10 years ago
Split withEnvionment into setEnvironment and environmentBlock computations. More... over 10 years ago
Adde value_reference.create to make new unique reference, cleaning up api a bit. More... over 10 years ago
Changed get value computations to be direct computations instead of factories. More... over 10 years ago
Added placeholder now data for computations. More... over 10 years ago
Moved properties that are part of exeuction context but not directly related to execution state to metadata object. More... over 10 years ago
Cleanup More... over 10 years ago
Initial work support complete String.prototype.replace api More... over 10 years ago
Removed dup array creation code More... over 10 years ago
Moving some string operations into string value module. More... over 10 years ago
Added tests for arguments More... over 10 years ago
Support for arguments aliasing in non strict code More... over 10 years ago
Move args ops to correct directory More... over 10 years ago
Reorganized builtins so top level includes only exported references. More... over 10 years ago
Added API for defining property using flags instead of boolean values. More... over 10 years ago
Fixed object literal value using bad property descriptors, More... over 10 years ago
Split builtin in hosted initilization into 3 steps. More... over 10 years ago
Changed string to do type conversion More... over 10 years ago
Moved number type conversion logic to number operators More... over 10 years ago
Moved number relation operator type conversion to number operations from expression semantics More... over 10 years ago
Refactored internal_reference operations to use same api as value_reference operations More... over 10 years ago
Cleaned up meta func instanceOf a bit More... over 10 years ago
Further meta func construct refactoring More... over 10 years ago
Cleaned up meta function to work with any references instead of assuming all value references are objects. More... over 10 years ago