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
History
Ruben Ayrapetyan
52495b2cc1
Generating version info without header file.
2014-07-30 15:08:02 +04:00
..
liballocator
Enhancement of heap memory usage statistics output.
2014-07-25 19:16:52 +04:00
libcoreint
Introducing interp_bytecode_idx type for opcode indexes.
2014-07-30 14:34:31 +04:00
libecmaobjects
Introducing ecma_object_class_t type that describes ecma-defined object classes (value of ECMA_INTERNAL_PROPERTY_CLASS internal property); adding outer lexical environment's reference counter increment in ecma_create_lexical_environment; updating ecma_create_object to support object type field (that is not connected with ecma-defined object class, but is internal implementation defined type of an object).
2014-07-30 14:24:01 +04:00
libecmaoperations
Switching from 'echa_char_t*' to 'const ecma_char_t*' where appropriate.
2014-07-30 14:20:20 +04:00
libjsparser
Add jump after function declaration and function expression header
2014-07-29 20:22:12 +04:00
liboptimizer
Merge
2014-07-24 19:50:37 +04:00
libperipherals
fixed led processing and wait
2014-07-25 17:47:09 +04:00
libruntime
Fixing debug.stm32f4: uncommented memcpy and memset aliases, placed them under #ifndef LIBC_MUSL.
2014-07-30 13:57:40 +04:00
generated.h
Stable and tested demo ^^
2014-07-29 12:23:04 +04:00
globals.h
Introducing make parameters todo, fixme and echo: todo/fixme enable printing of todo/fixme pragma messages if set to 1 (that are disabled by default after this commit); echo enables compilation/linking command line echoing if set to 1.
2014-07-29 14:52:42 +04:00
main.c
Generating version info without header file.
2014-07-30 15:08:02 +04:00