arkcompiler_ets_runtime/test/moduletest
yuanyao 327112583c RegExp enables $1..$9 global cache
Description:
    enables RegExp.$1 ... .$9
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I6BTMN

Signed-off-by: yuanyao <yuanyao14@huawei.com>
Change-Id: I78055455669e5f326a1b5aa8c199c24ce1fd44d7
2023-02-03 09:52:03 +08:00
..
allocatearraybuffer Provide asm test case for test_developertest 2022-08-25 16:39:19 +08:00
array Bugfix for Array Return Hole 2022-12-13 15:02:20 +08:00
arrayforeach Fix stable array foreach problem 2023-01-09 17:14:42 +08:00
arrayjoin Provide asm test case for test_developertest 2022-08-25 16:39:19 +08:00
asmstackoverflow Provide asm test case for test_developertest 2022-08-25 16:39:19 +08:00
assignproxy Provide asm test case for test_developertest 2022-08-25 16:39:19 +08:00
async Provide asm test case for test_developertest 2022-08-25 16:39:19 +08:00
bindfunction Provide asm test case for test_developertest 2022-08-25 16:39:19 +08:00
bitwiseop Provide asm test case for test_developertest 2022-08-25 16:39:19 +08:00
builtins RegExp enables $1..$9 global cache 2023-02-03 09:52:03 +08:00
callframe Provide asm test case for test_developertest 2022-08-25 16:39:19 +08:00
calltype Provide asm test case for test_developertest 2022-08-25 16:39:19 +08:00
class Bug fix of DefineClassWithBuffer 2022-09-30 15:13:58 +08:00
compareobjecthclass provide an api in ArkTools to trigger full GC. 2022-09-28 11:30:58 +08:00
concurrent add the concurrent module test 2023-01-13 17:00:34 +08:00
container reason:optimize for in 2022-11-26 19:13:06 +08:00
datecase add date ut case 2022-12-13 15:33:41 +08:00
dynamicimport Fix for supporting Dynamic import 2022-11-23 14:35:22 +08:00
dyninstruction Provide asm test case for test_developertest 2022-08-25 16:39:19 +08:00
ecmastringtable Provide asm test case for test_developertest 2022-08-25 16:39:19 +08:00
forin reason:optimize for in 2022-11-26 19:13:06 +08:00
fortest Provide asm test case for test_developertest 2022-08-25 16:39:19 +08:00
generator Provide asm test case for test_developertest 2022-08-25 16:39:19 +08:00
getunmappedargs Provide asm test case for test_developertest 2022-08-25 16:39:19 +08:00
globalaccessor Provide asm test case for test_developertest 2022-08-25 16:39:19 +08:00
globalrecord Provide asm test case for test_developertest 2022-08-25 16:39:19 +08:00
globalthis Provide asm test case for test_developertest 2022-08-25 16:39:19 +08:00
helloworld Provide asm test case for test_developertest 2022-08-25 16:39:19 +08:00
instanceofic Add Instanceof IC 2022-12-09 11:53:08 +08:00
jsonparser Add testcase for JSON.parse 2023-01-31 10:03:50 +08:00
ldmodulensbyic Bug Fix of IC StoreMiss/LoadMiss 2022-08-25 11:20:44 +08:00
lexicalenv Provide asm test case for test_developertest 2022-08-25 16:39:19 +08:00
linkedhashtable Provide asm test case for test_developertest 2022-08-25 16:39:19 +08:00
loadicbyvalue Provide asm test case for test_developertest 2022-08-25 16:39:19 +08:00
localelowercase optimize ToLocalLowerCase and ToLocaleUpperCase 2022-11-29 17:14:19 +08:00
merge Fix ParseLiteralConstPool Bug 2022-09-21 15:25:02 +08:00
module Add test case for reduce SourceTextModule size 2022-09-15 20:40:19 +08:00
moduleImportJson import json testcase add 2023-01-12 09:10:58 +08:00
moduleUseCjs Bugfix of using " import "./test.js" " to load cjs module 2023-01-13 16:46:21 +08:00
multiargs Provide asm test case for test_developertest 2022-08-25 16:39:19 +08:00
multiconstpoolarray Descriptor: Fix multi constantpool bug and add testcase 2022-10-19 15:00:56 +08:00
multiconstpoolclass Descriptor: Fix multi constantpool bug and add testcase 2022-10-19 15:00:56 +08:00
multiconstpoolconstructor Descriptor: Fix multi constantpool bug and add testcase 2022-10-19 15:00:56 +08:00
multiconstpoolfunc Descriptor: Fix multi constantpool bug and add testcase 2022-10-19 15:00:56 +08:00
multiconstpoolobj Descriptor: Fix multi constantpool bug and add testcase 2022-10-19 15:00:56 +08:00
negintmin description: fix bug for neg bc 2022-12-02 10:31:55 +08:00
newobjdynrange Provide asm test case for test_developertest 2022-08-25 16:39:19 +08:00
objectcloneproperties Provide asm test case for test_developertest 2022-08-25 16:39:19 +08:00
objectentries optimize the performance of the Object.Entries 2022-09-01 19:06:29 +08:00
objoperate Provide asm test case for test_developertest 2022-08-25 16:39:19 +08:00
promise Provide asm test case for test_developertest 2022-08-25 16:39:19 +08:00
proxy proxy use Gethash bugfix 2022-12-15 20:22:17 +08:00
regexpcallthrow Provide asm test case for test_developertest 2022-08-25 16:39:19 +08:00
require Provide asm test case for test_developertest 2022-08-25 16:39:19 +08:00
setobjectwithproto Provide asm test case for test_developertest 2022-08-25 16:39:19 +08:00
spreadoperator Fix bind function cannot callspread 2022-09-01 21:20:39 +08:00
stackoverflow Provide asm test case for test_developertest 2022-08-25 16:39:19 +08:00
stubbuilder adapt aot cpuprofile 2022-11-28 21:44:52 +08:00
throwdyn Provide asm test case for test_developertest 2022-08-25 16:39:19 +08:00
trycatch Provide asm test case for test_developertest 2022-08-25 16:39:19 +08:00
typearray Optimize TypedArrayConstructor From Array 2022-12-12 19:22:41 +08:00
watch Merge abc bug fix and Code optimization 2022-09-09 16:44:33 +08:00
weaktransitions Provide asm test case for test_developertest 2022-08-25 16:39:19 +08:00
wrapperclassfunc Provide asm test case for test_developertest 2022-08-25 16:39:19 +08:00
yieldstar Provide asm test case for test_developertest 2022-08-25 16:39:19 +08:00
BUILD.gn Add testcase for JSON.parse 2023-01-31 10:03:50 +08:00