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
/
jerry-core
/
ecma
History
Ruben Ayrapetyan
72d4c07bdc
Remove 'print' instrinsic, add 'print' implementation-defined built-in routine to the Global object.
...
JerryScript-DCO-1.0-Signed-off-by: Ruben Ayrapetyan
r.ayrapetyan@samsung.com
2015-07-31 17:57:59 +03:00
..
base
Split opcode and instruction entities and perform related renamings: opcode_t is now vm_instr_t, opcode position is instruction position, etc.
2015-07-28 13:43:43 +03:00
builtin-objects
Remove 'print' instrinsic, add 'print' implementation-defined built-in routine to the Global object.
2015-07-31 17:57:59 +03:00
operations
Use ToNumber when checking lastIndex during RegExp exec()
2015-07-30 13:03:05 +02:00