aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2021-01-19Invalid regexp literals should throw syntax error in ES11 (#4506)Robert Fancsik
2021-01-18Add expm1 test case to cover the k==1024 case (#4508)Yonggang Luo
2021-01-18Update the name handling of anonymous functions to ES11 (#4279)Dániel Bátyai
2021-01-18Implement Symbol.matchAll (#4082)Szilagyi Adam
2021-01-18Optimize lexenv binding creation (#4502)Robert Fancsik
2021-01-18Add a callback which is called when Error objects are created (#4465)Zoltan Herczeg
2021-01-18Rework module parsing and execution (#4462)Dániel Bátyai
2021-01-18Get isfinite, isinf, and isnan right in jerry-math (#4497)Akos Kiss
2021-01-18Remove template array flag from arrays after the collection is freed (#4500)Robert Fancsik
2021-01-18Fix free of NULL value in function ecma_typedarray_helper_dispatch_construct ...Yonggang Luo
2021-01-18Fixes module-resource-name.js on win32. (#4481)Yonggang Luo
2021-01-17Add ${PYTHON_EXECUTABLE} for "Generating doctests" (#4496)Yonggang Luo
2021-01-16Sort source and header lists in cmake files (#4487)Akos Kiss
2021-01-16Use approxEq to judge double compare in math-cbrt.js (#4483)Yonggang Luo
2021-01-16exclude test-ext-autorelease.c in SOURCE_UNIT_TEST_EXT_MODULES properly (#4485)Yonggang Luo
2021-01-15Fix prototype chain traversing (#4458)Péter Gál
2021-01-15Fix objects foreach unittest in case of mem-stress-test (#4460)Péter Gál
2021-01-15Add missing error check for for-in HasNext check (#4471)Robert Fancsik
2021-01-15Correctly release values in Proxy.[[Get]] (#4477)Péter Gál
2021-01-15rename misspell regression tests file name. (#4479)Yonggang Luo
2021-01-15Update TypedArray builtins to latest standard (#4210)Tóth Béla
2021-01-15Add strict flag check for ecma_op_object_put_apply_receiver (#4450)Robert Fancsik
2021-01-15Remove new target workaround from super call (#4447)Robert Fancsik
2021-01-14Refactor ecma_builtin_global_object_unescape (#4115)Szilagyi Adam
2021-01-13Fix error instance query if the error is from a Proxy (#4459)Péter Gál
2021-01-12Implement jerry_get_backtrace_from API function (#4454)Zoltan Herczeg
2021-01-12Remove file(GLOB ...) usage from CMakeLists.txt (#4427)Robert Fancsik
2021-01-11Fix underscore lookahead in hex literal parsing (#4448)Robert Fancsik
2021-01-11Add new target support to Error object and NativeErrors (#4372)kisbg
2021-01-11Add new target support for ArrayBuffer and TypedArray (#4369)kisbg
2021-01-11Fix mapped arguments legacy argument definition initialization (#4434)Robert Fancsik
2021-01-11Add proxy and bound function support for GetRealm method(#4407)kisbg
2021-01-08Fix unavailable source file handling in main_print_unhandled_exception (#4424)Robert Fancsik
2021-01-08Fix VM stack size calculation for class initializer assignments (#4426)Robert Fancsik
2021-01-08Tagged template literal array should be marked after construction (#4420)Robert Fancsik
2021-01-08Disable libjerry-math by default (#4428)Akos Kiss
2021-01-07Proxy.[[Set]] should reject falsish trap result in strict mode (#4418)Robert Fancsik
2021-01-07Fix bytecode emitting for invalid regexp literals (#4422)Robert Fancsik
2021-01-07Fix shifting a negative value when using BigInts (#4429)Péter Gál
2021-01-07Bound function 'length' property should be early initialized (#4421)Robert Fancsik
2021-01-07Fix reference count management in %TypedArray%.prototype.reduce{Right} (#4419)Robert Fancsik
2021-01-07Don't use property list pointer to store Proxy flags (#4415)Péter Gál
2021-01-07Fix mutable binding creation for realms with proxy this binding (#4370)Zoltan Herczeg
2021-01-07Fix the return value of jerry_to_property_descriptor function (#4371)Zoltan Herczeg
2021-01-06Fix inherited property type check in ordinary object.[[Set]] (#4425)Robert Fancsik
2021-01-06Add proxy check in ecma_op_object_put_with_receiver (#4411)kisbg
2021-01-06Fix lookahead in lexer_check_numbers (#4423)Robert Fancsik
2021-01-05Rename jerry-libm to jerry-math (#4410)Akos Kiss
2020-12-18Implement get proxy target (#4367)Zoltan Herczeg
2020-12-17Added new target support to Boolean, String, Number Object (#4368)kisbg