-
Notifications
You must be signed in to change notification settings - Fork 687
Comparing changes
Open a pull request
base repository: jerryscript-project/jerryscript
base: 193ad5ee4506e75a956b9538fb882f4fffdea712
head repository: jerryscript-project/jerryscript
compare: 77df022468304d8f901a89baf559b9a0728071f4
- 16 commits
- 35 files changed
- 5 contributors
Commits on May 27, 2015
-
Implemented Array.prototype.every()
JerryScript-DCO-1.0-Signed-off-by: Dániel Bátyai [email protected]
Configuration menu - View commit details
-
Copy full SHA for b049998 - Browse repository at this point
Copy the full SHA b049998View commit details -
Implemented Array.prototype.reverse()
JerryScript-DCO-1.0-Signed-off-by: Dániel Bátyai [email protected]
Configuration menu - View commit details
-
Copy full SHA for 0ef0b0d - Browse repository at this point
Copy the full SHA 0ef0b0dView commit details -
Fix test search in run-test-pass.sh
Using the find program with an argument "*" could lead to problems. If there are ".js" files in the executing directory then the shell replaces the asterisk with that filenames. The fix is simple: quote the argument which has the asterisk. JerryScript-DCO-1.0-Signed-off-by: Peter Gal [email protected]
Configuration menu - View commit details
-
Copy full SHA for e5e876c - Browse repository at this point
Copy the full SHA e5e876cView commit details -
Implement Object.prototype.propertyIsEnumerable().
JerryScript-DCO-1.0-Signed-off-by: Zsolt Borbély [email protected]
Configuration menu - View commit details
-
Copy full SHA for b0d4acd - Browse repository at this point
Copy the full SHA b0d4acdView commit details -
Implement Array.prototype.splice().
JerryScript-DCO-1.0-Signed-off-by: Zsolt Borbély [email protected]
Configuration menu - View commit details
-
Copy full SHA for dd94064 - Browse repository at this point
Copy the full SHA dd94064View commit details -
Implemented Array.prototype.concat()
JerryScript-DCO-1.0-Signed-off-by: Dániel Bátyai [email protected] JerryScript-DCO-1.0-Signed-off-by: Szilard Ledan [email protected]
Configuration menu - View commit details
-
Copy full SHA for cf70fc2 - Browse repository at this point
Copy the full SHA cf70fc2View commit details -
Implement Array.prototoype.toLocaleString()
JerryScript-DCO-1.0-Signed-off-by: Peter Gal [email protected]
Configuration menu - View commit details
-
Copy full SHA for aaeec7f - Browse repository at this point
Copy the full SHA aaeec7fView commit details
Commits on May 28, 2015
-
Implemented Array.prototype.filter()
JerryScript-DCO-1.0-Signed-off-by: Dániel Bátyai [email protected]
Configuration menu - View commit details
-
Copy full SHA for 3329583 - Browse repository at this point
Copy the full SHA 3329583View commit details -
Fix property lookup in Object.getOwnPropertyDescriptor.
The ecma_op_general_object_get_own_property call does not find all properties, we need to use the ecma_op_object_get_own_property method for correct property lookup. JerryScript-DCO-1.0-Signed-off-by: Peter Gal [email protected]
Configuration menu - View commit details
-
Copy full SHA for c3f9169 - Browse repository at this point
Copy the full SHA c3f9169View commit details -
Update of several 'vm' component interfaces naming.
init_int -> vm_init; run_int -> vm_run_global; run_int_loop -> vm_loop; run_int_from_pos -> vm_run_from_pos; read_opcode -> vm_get_opcode. JerryScript-DCO-1.0-Signed-off-by: Ruben Ayrapetyan [email protected]
Ruben Ayrapetyan committedMay 28, 2015 Configuration menu - View commit details
-
Copy full SHA for 3a9bf24 - Browse repository at this point
Copy the full SHA 3a9bf24View commit details -
Fix of 'strict mode' meta type handling in opfunc_meta.
JerryScript-DCO-1.0-Signed-off-by: Ruben Ayrapetyan [email protected]
Ruben Ayrapetyan committedMay 28, 2015 Configuration menu - View commit details
-
Copy full SHA for e984bc3 - Browse repository at this point
Copy the full SHA e984bc3View commit details -
Introducing 'scope flags' opcode containing set of flags that indicat…
…e various properties of a scope; replacing 'strict mode' meta opcode with a flag in the flags set. JerryScript-DCO-1.0-Signed-off-by: Ruben Ayrapetyan [email protected]
Ruben Ayrapetyan committedMay 28, 2015 Configuration menu - View commit details
-
Copy full SHA for cb600da - Browse repository at this point
Copy the full SHA cb600daView commit details -
Adding scope's code flags indicating whether the scope's code referen…
…ce 'arguments' and 'eval' identifiers. JerryScript-DCO-1.0-Signed-off-by: Ruben Ayrapetyan [email protected]
Ruben Ayrapetyan committedMay 28, 2015 Configuration menu - View commit details
-
Copy full SHA for b1a31c8 - Browse repository at this point
Copy the full SHA b1a31c8View commit details -
Introducing a function object's flag indicating whether Arguments obj…
…ect should be instantiated upon call of the function. The Arguments object is supposed to be unnecessary if function's code: - doesn't reference 'arguments' identifier; - doesn't reference 'eval' identifier (so, it doesn't perform direct call to eval). JerryScript-DCO-1.0-Signed-off-by: Ruben Ayrapetyan [email protected]
Ruben Ayrapetyan committedMay 28, 2015 Configuration menu - View commit details
-
Copy full SHA for ed4ff8e - Browse repository at this point
Copy the full SHA ed4ff8eView commit details -
Instantiation of Arguments object.
JerryScript-DCO-1.0-Signed-off-by: Ruben Ayrapetyan [email protected]
Ruben Ayrapetyan committedMay 28, 2015 Configuration menu - View commit details
-
Copy full SHA for d4537eb - Browse repository at this point
Copy the full SHA d4537ebView commit details -
Adding jerry-test-suite tests on Arguments object to precommit testin…
…g and removing them from unsupported list. JerryScript-DCO-1.0-Signed-off-by: Ruben Ayrapetyan [email protected]
Ruben Ayrapetyan committedMay 28, 2015 Configuration menu - View commit details
-
Copy full SHA for 77df022 - Browse repository at this point
Copy the full SHA 77df022View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 193ad5ee4506e75a956b9538fb882f4fffdea712...77df022468304d8f901a89baf559b9a0728071f4