This website requires JavaScript.
Explore
Help
Register
Sign In
archive-gh-me
/
jerryscript
Watch
1
Star
0
Fork
0
You've already forked jerryscript
mirror of
https://github.com/jerryscript-project/jerryscript.git
synced
2025-12-15 16:29:21 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
jerryscript
/
src
/
libecmaobjects
History
Ruben Ayrapetyan
9fd708eabe
Revert "Fixing ecma_compare_zt_string_to_ecma_string routine."
...
This reverts commit c6e955aa2b231076b3ec70c55b38084afb4d01d2.
2014-07-31 17:51:40 +04:00
..
ecma-alloc.c
Renaming rest camelCase-named identifiers according to underscore_named_value-naming.
2014-07-23 14:07:45 +04:00
ecma-alloc.h
Renaming rest camelCase-named identifiers according to underscore_named_value-naming.
2014-07-23 14:07:45 +04:00
ecma-gc.c
Fixing comment about an object's maximum reference counter. Adding runtime check for the counter's overflow.
2014-07-28 15:17:01 +04:00
ecma-gc.h
Renaming rest camelCase-named identifiers according to underscore_named_value-naming.
2014-07-23 14:07:45 +04:00
ecma-globals.h
Revert "Fixing ecma_compare_zt_string_to_ecma_string routine."
2014-07-31 17:51:40 +04:00
ecma-helpers-value.c
Style fixes regarding 'empty' value: introducing ecma_is_empty_completion_value, reducing usage of the 'empty' value, listing possible usage cases of the 'empty' value in the comment to it's definition.
2014-07-28 21:21:31 +04:00
ecma-helpers.c
Revert "Fixing ecma_compare_zt_string_to_ecma_string routine."
2014-07-31 17:51:40 +04:00
ecma-helpers.h
Splitting ecma_create_lexical_environment to ecma_create_decl_lex_env and ecma_create_object_lex_env.
2014-07-31 14:48:28 +04:00
ecma-reference.h
Renaming ecma_Object_t::u_Attributes to u.
2014-07-15 19:27:15 +04:00