Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jerryscript-project/jerryscript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ac80937e604b532e8b31375fcfb3e2556e1d53fa
Choose a base ref
...
head repository: jerryscript-project/jerryscript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e027b4d65d09adf25b5054efae882c78d4896a17
Choose a head ref
  • 18 commits
  • 62 files changed
  • 7 contributors

Commits on Jun 23, 2015

  1. Implement String.prototype.trim()

    JerryScript-DCO-1.0-Signed-off-by: Laszlo Vidacs [email protected]
    lvidacs authored and galpeter committed Jun 23, 2015
    Configuration menu
    Copy the full SHA
    caa1617 View commit details
    Browse the repository at this point in the history
  2. 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]
    Zsolt Borbély authored and galpeter committed Jun 23, 2015
    Configuration menu
    Copy the full SHA
    3f28cb3 View commit details
    Browse the repository at this point in the history
  3. Implement Object.create function

    JerryScript-DCO-1.0-Signed-off-by: Kristof Kosztyo [email protected]
    kkristof authored and galpeter committed Jun 23, 2015
    Configuration menu
    Copy the full SHA
    61ab205 View commit details
    Browse the repository at this point in the history
  4. 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]
    galpeter committed Jun 23, 2015
    Configuration menu
    Copy the full SHA
    77b01a6 View commit details
    Browse the repository at this point in the history
  5. Adjust nuttx heap size to 80K

    JerryScript-DCO-1.0-Signed-off-by: SaeHie Park [email protected]
    seanshpark committed Jun 23, 2015
    Configuration menu
    Copy the full SHA
    c603d10 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2015

  1. 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 committed Jun 24, 2015
    Configuration menu
    Copy the full SHA
    4ff9e79 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2015

  1. 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 committed Jun 25, 2015
    Configuration menu
    Copy the full SHA
    d7ecd4a View commit details
    Browse the repository at this point in the history
  2. Fix the Object.getPrototypeOf function.

    Related issue: #208
    
    JerryScript-DCO-1.0-Signed-off-by: Zsolt Borbély [email protected]
    Zsolt Borbély authored and galpeter committed Jun 25, 2015
    Configuration menu
    Copy the full SHA
    1c19e5c View commit details
    Browse the repository at this point in the history
  3. 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 committed Jun 25, 2015
    Configuration menu
    Copy the full SHA
    5f174cf View commit details
    Browse the repository at this point in the history
  4. 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 committed Jun 25, 2015
    Configuration menu
    Copy the full SHA
    601f1ee View commit details
    Browse the repository at this point in the history
  5. Fix parse of simple for statement.

    Related issue: #156
    
    JerryScript-DCO-1.0-Signed-off-by: Ruben Ayrapetyan [email protected]
    Ruben Ayrapetyan committed Jun 25, 2015
    Configuration menu
    Copy the full SHA
    f849cc6 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2015

  1. 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]
    LaszloLango committed Jun 26, 2015
    Configuration menu
    Copy the full SHA
    6511f0e View commit details
    Browse the repository at this point in the history
  2. 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]
    LaszloLango committed Jun 26, 2015
    Configuration menu
    Copy the full SHA
    d0e9edc View commit details
    Browse the repository at this point in the history
  3. 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]
    LaszloLango committed Jun 26, 2015
    Configuration menu
    Copy the full SHA
    50b64bf View commit details
    Browse the repository at this point in the history
  4. 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]
    LaszloLango committed Jun 26, 2015
    Configuration menu
    Copy the full SHA
    1f9add4 View commit details
    Browse the repository at this point in the history
  5. 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]
    LaszloLango committed Jun 26, 2015
    Configuration menu
    Copy the full SHA
    4ffcb4d View commit details
    Browse the repository at this point in the history
  6. 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]
    LaszloLango committed Jun 26, 2015
    Configuration menu
    Copy the full SHA
    f992f5d View commit details
    Browse the repository at this point in the history
  7. Enable regular expressions.

    - 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]
    LaszloLango committed Jun 26, 2015
    Configuration menu
    Copy the full SHA
    e027b4d View commit details
    Browse the repository at this point in the history
Loading