9968 Commits (e1e398e2c41e703ea4f7c6721c09b2a77372fe06)
 

Author SHA1 Message Date
Sami Vaarala 324665b356 ditz issue update 12 years ago
Sami Vaarala 7d94f3327b placeholder test case 12 years ago
Sami Vaarala fa57f39df5 debug print fix to regexp executor 12 years ago
Sami Vaarala 94a103647e ditz issue update 12 years ago
Sami Vaarala 9ae4b98b87 fix broken testcase 12 years ago
Sami Vaarala e9d66d725f regexp trivia 12 years ago
Sami Vaarala 2d161e2fcb add regexp documentation 12 years ago
Sami Vaarala 4197abd311 ditz issue update 12 years ago
Sami Vaarala 548a1eb17c Boolean built-in 12 years ago
Sami Vaarala 20ae96a76d built-in Boolean testcase 12 years ago
Sami Vaarala e5db884932 ditz issue update 12 years ago
Sami Vaarala 8c0b179408 rename DUK_HEAP_STRIDX_XXX to DUK_STRIDX_XXX 12 years ago
Sami Vaarala 1ecfce8200 tweak platform detection a bit 12 years ago
Sami Vaarala 64a496e8db disable lithuanian lowercase conversion of U+0307 by default, it broke case conversion test 12 years ago
Sami Vaarala 7c6fa9a2dd whitespace trivia in header 12 years ago
Sami Vaarala c9026ab389 nativefunction future work note 12 years ago
Sami Vaarala 332a488acb missing json header 12 years ago
Sami Vaarala cff37f1385 initial version of JSON parser; change log levels to DUK_DDDPRINT 12 years ago
Sami Vaarala f0bda3da72 ditz issue update 12 years ago
Sami Vaarala 0f560441d9 fix line number test case 12 years ago
Sami Vaarala 1ea00c56e6 ditz issue update 12 years ago
Sami Vaarala a0f5ed812b fix const overflow test case 12 years ago
Sami Vaarala fb071e6928 add const and inner func limits to ensure we fail compilation instead of generating invalid code 12 years ago
Sami Vaarala 4b232ba357 add testcase for compiler bug (already fixed) 12 years ago
Sami Vaarala 6c09787860 add SETTEMP_CHECKMAX() to compiler when new value might need to update temp_max; this fixes a concrete bug parsing e.g. 'function f(a,b) { return b; }' where nargs would be higher than nregs 12 years ago
Sami Vaarala dc34e1390a more JSON decoding test cases 12 years ago
Sami Vaarala 03808da752 ditz issue for boolean builtin 12 years ago
Sami Vaarala 91e7f178fb JSON testcases update 12 years ago
Sami Vaarala b8a09518b9 JSON.parse() testcases 12 years ago
Sami Vaarala 70c5791153 add initial JSON.parse() test cases 12 years ago
Sami Vaarala 9c808a02be add period without fractions test to ecmascript lexer test case 12 years ago
Sami Vaarala dd580ea8dd add a few lexer testcases (related to json parsing) 12 years ago
Sami Vaarala 83589987ce ditz issue 12 years ago
Sami Vaarala 7745878770 remove incorrect fixme 12 years ago
Sami Vaarala 533c915b93 fix debug compile bug 12 years ago
Sami Vaarala e6e74b67bc missing include 12 years ago
Sami Vaarala 26e50115e2 initial commit of JSON builtin stringify() 12 years ago
Sami Vaarala a440d8761f rework genstrings encoding, now more compact and flexible; add some json built-in strings 12 years ago
Sami Vaarala 4d4a203a16 clean up json cyclic structure test; add wide non-cyclic test 12 years ago
Sami Vaarala 5352aafa82 json strinfigy recursion limit testcase 12 years ago
Sami Vaarala 781d58ca9e trivial struct member name changes to javascript compiler (for uniformity) 12 years ago
Sami Vaarala d447f562b8 testcase which demonstrated regexp compiler recursion limit bug 12 years ago
Sami Vaarala aff4ef07e4 trivial regexp recursion/steps tracking name changes; fix a regexp compiler recursion limit bug 12 years ago
Sami Vaarala 67c8110bff add 'array index only' mode to enum; fix keys object to be an array; add push buffer primitive to API 12 years ago
Sami Vaarala cffd0bb22c trivial comment change 12 years ago
Sami Vaarala 28aeef3050 preliminary implementation of Boolean constructor, to aid in test cases 12 years ago
Sami Vaarala f77471c6d5 remove surrogate pair assert from lexer; invalid surrogate pairs may be created in literals 12 years ago
Sami Vaarala bc59653b58 signed/unsigned fixes for 32-bit codepoints (>= 0x80000000) 12 years ago
Sami Vaarala 4559c8ddfc trivial testcase comment 12 years ago
Sami Vaarala ead017c96e improve constructor call test case 12 years ago