arkcompiler_ets_runtime/test/moduletest
openharmony_ci 63e12262c3
!4649 Bugfix for Reload module crash when garbage collection didn't be triggered
Merge pull request !4649 from DaiHN/fixderegister
2023-08-30 01:47:18 +00:00
..
allocatearraybuffer Add pure NaN for DataView 2023-07-24 10:21:23 +08:00
array Bugfix in stable path of Array.prototype.[last]indexOf 2023-08-25 15:54:30 +08:00
arrayfindlast Add findLast and findLastIndex for Array.prototype and %TypedArray%.prototype 2023-08-09 01:16:04 -07:00
arrayforeach Fix stable array foreach problem 2023-01-09 17:14:42 +08:00
arrayjoin Bugfix on BuiltinsArray::Join cicular reference problem 2023-07-24 15:58:59 +08:00
arrayprotochange 修改Array对象的原型__proto__,某些场景下arr[index]和arr.at(index)值不一致 2023-08-25 00:39:31 -07: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
asyncgenerator [Bug]: AsyncGeneratorResolve遇到空队列问题 2023-06-30 10:02:48 +08:00
bigint Bugfix on BuiltinsAtomics::HandleWithBigInt64 not timely return exception 2023-08-11 11:14:47 +08:00
bindfunction Fix the code format problem 2023-04-25 14:00:00 +08:00
bitwiseop Provide asm test case for test_developertest 2022-08-25 16:39:19 +08:00
builtins [Bug]: 汇编解释器Constructor相关代码未对newTarget进行判断,导致直接取HClass崩溃 2023-08-19 15:58:52 +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
createarray Bugfix:fixed setelements to dictionary mode array 2023-06-19 11:52:15 +08:00
dataproperty update test/moduletest/dataproperty/dataproperty.js. 2023-07-15 02:39:04 +00:00
dataview Bugfix on BuiltinsDataView::SetViewValue and GetViewValue 2023-08-02 09:56:01 +08:00
datecase Bugfix on IsDst Function on Windows Platform 2023-07-26 18:08:07 +08:00
datecompare bugfix of Compare Date 2023-05-09 14:41:58 +08:00
dateparse reason:add date parse js test 2023-02-06 20:52:30 +08:00
decodeuricomponent Fix the decodeURIComponent bug 2023-06-12 21:06:19 +08:00
deregistermodule Bugfix for Reload module crash when garbage collection didn't be triggered 2023-08-23 18:08:35 +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
equal Fix JSTaggedValue::Equal Bug 2023-05-11 11:01:03 +08:00
errorcause cause property for Error objects 2023-07-04 00:26:03 -07:00
errorhelper [Bug]: error.constructor.prototype.name类型直接将数值作为指针导致非法内存访问漏洞 2023-07-15 11:35:05 +08:00
esmnestedimportcjs Bugfix of inaccurate index when using "Export... as ..." 2023-04-11 14:42:48 +08:00
flatten 运行ABC文件过程中,函数panda::ecmascript::EcmaString::FlattenNoGC存在空指针异常拒绝服务漏洞 2023-08-26 11:37:27 +08:00
forawaitof bugfix 262 cases of for-await-of 2023-03-13 18:38:28 +08:00
forin Bugfix on TryToElementsIndex when key is String and key is larger than int32 maximum 2023-08-24 14:46:00 +08:00
fortest 未有效判断protoDetailsValue不为HeapObject的场景导致非法内存访问漏洞 2023-08-04 14:28:01 +08:00
functionapply Reason:Fix function apply ir bug 2023-08-25 11:49:46 +08:00
generator Provide asm test case for test_developertest 2022-08-25 16:39:19 +08:00
getpropertybyindex Fix GetPropertyByIndex 2023-06-15 17:17:35 +08:00
getunmappedargs Provide asm test case for test_developertest 2022-08-25 16:39:19 +08:00
global description: BUILD.gn format error fix 2023-08-20 11:02:06 +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
hugearray [Bug]: Bugfix on Array.slice call ArrayCreate to create dictionary mode array 2023-07-19 12:12:58 +08:00
instanceofic Bugfix on RuntimeStubs::RuntimeInstanceofByHandler return exception 2023-08-11 10:25:04 +08:00
intl Fix Intl resolvedOptions bug 2023-06-15 11:32:09 +08:00
jsonparser Bugfix on JsonParser::ParseNumber when strNum is less than double minimum 2023-08-14 19:34:05 +08:00
jsonstringifier Bugfix on NumberDictionary::Hash is not support double type key 2023-08-08 12:04:17 +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
loadicbyname Add CHECK_IS_JSOBJECT in LookupPropertyInlinedProps 2023-06-21 15:41:14 +08:00
loadicbyvalue Bugfix on LoadICRuntime::LoadMiss for key not call ToPropertyKey 2023-08-17 16:23:38 +08:00
localelowercase optimize ToLocalLowerCase and ToLocaleUpperCase 2022-11-29 17:14:19 +08:00
memleakobjectcreate Modify unittest gn 2023-03-07 16:13:45 +08:00
merge Fix ParseLiteralConstPool Bug 2022-09-21 15:25:02 +08:00
module Bugfix of inaccurate index when using "Export... as ..." 2023-04-11 14:42:48 +08:00
moduleImportJson import json testcase add 2023-01-12 09:10:58 +08:00
moduleUseCjs Add for cjs when exports is dictionary 2023-07-17 20:12:14 +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
multiprotoic Fix ic in multi proto 2023-04-04 17:32:44 +08:00
negintmin [Bug]: 汇编解释器中进行乘法运算时返回的结果导致后续除法无法区分±Infinity 2023-07-19 09:37:43 +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 Fix AccessorData Cast Bug 2023-06-25 10:19:30 +08:00
objseal Bugfix on GlobalDictionary::InvalidateAndReplaceEntry 2023-06-28 09:48:43 +08:00
promise Provide asm test case for test_developertest 2022-08-25 16:39:19 +08:00
protobuf Bugfix for loading circular dependency cjs file 2023-02-21 14:22:57 +08:00
proxy Bugfix Freeze->SetIntegrityLevel 2023-06-19 20:20:44 +08:00
regexp Fix app freeze 2023-07-29 20:00:52 +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 Bugfix on JSFunction::GetOrCreateDerivedJSHClass when [[Prototype]] is modified 2023-08-26 22:13:05 +08:00
spreadoperator Add optimization for StableJSArray in StArraySpread 2023-08-04 15:56:24 +08:00
stackoverflow Bugfix on StackOverflow in GetAsmStackLimit 2023-05-13 15:25:17 +08:00
storeicbyname Bugfix on StoreICByName when set arr.length property and transform to dictionary mode 2023-08-21 17:39:03 +08:00
string Bugfix on EcmaString::CreateTreeString create long ecmaString 2023-08-08 20:19:28 +08:00
stubbuilder adapt aot cpuprofile 2022-11-28 21:44:52 +08:00
symbol Bugfix on BuiltinsSymbol::ToString and BuiltinsSymbol::ValueOf 2023-06-19 21:36:08 +08:00
throwdyn Provide asm test case for test_developertest 2022-08-25 16:39:19 +08:00
trycatch 函数panda::ecmascript::JSObject::SetElements存在非法内存写入漏洞 2023-06-26 19:49:40 +08:00
typearray Fix 函数panda::ecmascript::builtins::BuiltinsTypedArray::Set存在堆越界写漏洞 2023-08-18 16:46:17 +08:00
typedarrayat %TypedArray%.prototype.at 2023-07-03 23:23:32 -07:00
typedarrayfindlast Add findLast and findLastIndex for Array.prototype and %TypedArray%.prototype 2023-08-09 01:16:04 -07:00
typedarraytosorted add %TypedArray%.prototype.toSorted and %TypedArray%.prototype.with 2023-08-08 19:18:00 -07:00
typedarraywith add %TypedArray%.prototype.toSorted and %TypedArray%.prototype.with 2023-08-08 19:18:00 -07:00
watch Merge abc bug fix and Code optimization 2022-09-09 16:44:33 +08:00
weakcollectionswithsymbol allow the use of most Symbols as keys in weak collections 2023-07-24 06:27:45 -07: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 !4649 Bugfix for Reload module crash when garbage collection didn't be triggered 2023-08-30 01:47:18 +00:00