-
Notifications
You must be signed in to change notification settings - Fork 687
Comparing changes
Open a pull request
base repository: jerryscript-project/jerryscript
base: ac80937e604b532e8b31375fcfb3e2556e1d53fa
head repository: jerryscript-project/jerryscript
compare: e027b4d65d09adf25b5054efae882c78d4896a17
- 18 commits
- 62 files changed
- 7 contributors
Commits on Jun 23, 2015
-
Implement String.prototype.trim()
JerryScript-DCO-1.0-Signed-off-by: Laszlo Vidacs [email protected]
Configuration menu - View commit details
-
Copy full SHA for caa1617 - Browse repository at this point
Copy the full SHA caa1617View commit details -
Fix the indexing of Array builtin functions.
The index-dependant builtins didn't handle correctly the positive Infinity value. JerryScript-DCO-1.0-Signed-off-by: Zsolt Borbély [email protected]
Configuration menu - View commit details
-
Copy full SHA for 3f28cb3 - Browse repository at this point
Copy the full SHA 3f28cb3View commit details -
Implement Object.create function
JerryScript-DCO-1.0-Signed-off-by: Kristof Kosztyo [email protected]
Configuration menu - View commit details
-
Copy full SHA for 61ab205 - Browse repository at this point
Copy the full SHA 61ab205View commit details -
Provide assert as an external method.
Removed the internal assert implementation from the engine and provide externally an assert function via api calls. JerryScript-DCO-1.0-Signed-off-by: Peter Gal [email protected]
Configuration menu - View commit details
-
Copy full SHA for 77b01a6 - Browse repository at this point
Copy the full SHA 77b01a6View commit details -
JerryScript-DCO-1.0-Signed-off-by: SaeHie Park [email protected]
Configuration menu - View commit details
-
Copy full SHA for c603d10 - Browse repository at this point
Copy the full SHA c603d10View commit details
Commits on Jun 24, 2015
-
Generate anonymous function expressions for getters / setters of an o…
…bject literal. Related issue: #234 JerryScript-DCO-1.0-Signed-off-by: Ruben Ayrapetyan [email protected]
Ruben Ayrapetyan committedJun 24, 2015 Configuration menu - View commit details
-
Copy full SHA for 4ff9e79 - Browse repository at this point
Copy the full SHA 4ff9e79View commit details
Commits on Jun 25, 2015
-
Fix raise of syntax errors for unmatched braces.
Related issue: #43, #183 JerryScript-DCO-1.0-Signed-off-by: Ruben Ayrapetyan [email protected]
Ruben Ayrapetyan committedJun 25, 2015 Configuration menu - View commit details
-
Copy full SHA for d7ecd4a - Browse repository at this point
Copy the full SHA d7ecd4aView commit details -
Fix the Object.getPrototypeOf function.
Related issue: #208 JerryScript-DCO-1.0-Signed-off-by: Zsolt Borbély [email protected]
Configuration menu - View commit details
-
Copy full SHA for 1c19e5c - Browse repository at this point
Copy the full SHA 1c19e5cView commit details -
Remove 'process_keyword_names' stage, as keyword literals now can be …
…registered during main parse stage. JerryScript-DCO-1.0-Signed-off-by: Ruben Ayrapetyan [email protected]
Ruben Ayrapetyan committedJun 25, 2015 Configuration menu - View commit details
-
Copy full SHA for 5f174cf - Browse repository at this point
Copy the full SHA 5f174cfView commit details -
Introduce jsp_skip_braces function for skiping blocks, surrounded wit…
…h braces. JerryScript-DCO-1.0-Signed-off-by: Ruben Ayrapetyan [email protected]
Ruben Ayrapetyan committedJun 25, 2015 Configuration menu - View commit details
-
Copy full SHA for 601f1ee - Browse repository at this point
Copy the full SHA 601f1eeView commit details -
Fix parse of simple for statement.
Related issue: #156 JerryScript-DCO-1.0-Signed-off-by: Ruben Ayrapetyan [email protected]
Ruben Ayrapetyan committedJun 25, 2015 Configuration menu - View commit details
-
Copy full SHA for f849cc6 - Browse repository at this point
Copy the full SHA f849cc6View commit details
Commits on Jun 26, 2015
-
Add ecma_raise_* helpers for raising ECMA exceptions.
JerryScript-DCO-1.0-Signed-off-by: Szilard Ledan [email protected] JerryScript-DCO-1.0-Signed-off-by: László Langó [email protected]
Configuration menu - View commit details
-
Copy full SHA for 6511f0e - Browse repository at this point
Copy the full SHA 6511f0eView commit details -
Fix comments in jerry-core/ecma/base/ecma-helpers.h.
JerryScript-DCO-1.0-Signed-off-by: Szilard Ledan [email protected] JerryScript-DCO-1.0-Signed-off-by: László Langó [email protected]
Configuration menu - View commit details
-
Copy full SHA for d0e9edc - Browse repository at this point
Copy the full SHA d0e9edcView commit details -
Add ecma_new_ecma_string version that takes buffer with specified num…
…ber of characters, instead of zero-terminated string. JerryScript-DCO-1.0-Signed-off-by: Szilard Ledan [email protected] JerryScript-DCO-1.0-Signed-off-by: László Langó [email protected]
Configuration menu - View commit details
-
Copy full SHA for 50b64bf - Browse repository at this point
Copy the full SHA 50b64bfView commit details -
Add ecma_char_is_word_char helper (part of IsWordChar abstract operat…
…ion, ECMA-262 v5, 15.10.2.6); move hex_to_int from lexer to jerry-core/ecma/base/ecma-helpers-char.cpp, renaming it to ecma_char_hex_to_int. JerryScript-DCO-1.0-Signed-off-by: Szilard Ledan [email protected] JerryScript-DCO-1.0-Signed-off-by: László Langó [email protected]
Configuration menu - View commit details
-
Copy full SHA for 1f9add4 - Browse repository at this point
Copy the full SHA 1f9add4View commit details -
Add parser and compiler of regular expressions.
JerryScript-DCO-1.0-Signed-off-by: Szilard Ledan [email protected] JerryScript-DCO-1.0-Signed-off-by: László Langó [email protected]
Configuration menu - View commit details
-
Copy full SHA for 4ffcb4d - Browse repository at this point
Copy the full SHA 4ffcb4dView commit details -
Add RegExp object constructor, regular expression matching procedures…
…, RegExp and RegExp.prototype built-in objects. JerryScript-DCO-1.0-Signed-off-by: Szilard Ledan [email protected] JerryScript-DCO-1.0-Signed-off-by: László Langó [email protected]
Configuration menu - View commit details
-
Copy full SHA for f992f5d - Browse repository at this point
Copy the full SHA f992f5dView commit details -
- add regular expressions support to JS parser and interpreter; - add tests for regular expressions. JerryScript-DCO-1.0-Signed-off-by: Szilard Ledan [email protected] JerryScript-DCO-1.0-Signed-off-by: László Langó [email protected]
Configuration menu - View commit details
-
Copy full SHA for e027b4d - Browse repository at this point
Copy the full SHA e027b4dView 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 ac80937e604b532e8b31375fcfb3e2556e1d53fa...e027b4d65d09adf25b5054efae882c78d4896a17