| /arkcompiler/ets_runtime/ecmascript/containers/ |
| D | containers_private.cpp | 284 … thread, prototype, ContainersArrayList::ArrayListConstructor, "ArrayList", FuncLength::ZERO)); in InitializeArrayList() 295 SetFrozenFunction(thread, prototype, "clear", ContainersArrayList::Clear, FuncLength::ZERO); in InitializeArrayList() 296 SetFrozenFunction(thread, prototype, "clone", ContainersArrayList::Clone, FuncLength::ZERO); in InitializeArrayList() 298 …ozenFunction(thread, prototype, "getCapacity", ContainersArrayList::GetCapacity, FuncLength::ZERO); in InitializeArrayList() 302 ContainersArrayList::TrimToCurrentLength, FuncLength::ZERO); in InitializeArrayList() 304 SetFrozenFunction(thread, prototype, "isEmpty", ContainersArrayList::IsEmpty, FuncLength::ZERO); in InitializeArrayList() 313 …nction(thread, prototype, "convertToArray", ContainersArrayList::ConvertToArray, FuncLength::ZERO); in InitializeArrayList() 321 FuncLength::ZERO); in InitializeArrayList() 358 FuncLength::ZERO)); in InitializeLightWeightMap() 393 FuncLength::ZERO); in InitializeLightWeightMap() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins.cpp | 409 JSFunction::SetFunctionLength(thread_, funcFuncPrototype, JSTaggedValue(FunctionLength::ZERO)); in InitializeFunction() 454 Function::FunctionPrototypeToString, FunctionLength::ZERO); in InitializeFunction() 511 …SetFunction(env, objFuncPrototype, "toLocaleString", Object::ToLocaleString, FunctionLength::ZERO); in InitializeObject() 514 FunctionLength::ZERO); in InitializeObject() 517 FunctionLength::ZERO); in InitializeObject() 519 SetFunction(env, objFuncPrototype, "createRealm", Object::CreateRealm, FunctionLength::ZERO); in InitializeObject() 523 …ggedValue> protoGetter = CreateGetter(env, Object::ProtoGetter, "__proto__", FunctionLength::ZERO); in InitializeObject() 542 …nConstructor(env, symbolFuncPrototype, Symbol::SymbolConstructor, "Symbol", FunctionLength::ZERO)); in InitializeSymbol() 596 FunctionLength::ZERO); in InitializeSymbol() 598 FunctionLength::ZERO); in InitializeSymbol() [all …]
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | fdiv2.yaml | 49 # Positive zero 54 # Negative zero 106 # Positive zero 111 # Negative zero 162 description: Division is infinity if any non zero value is divided by zero. 231 description: Division is infinity if any non zero value is divided by zero. 443 description: Division is infinity if any non zero value is divided by zero. 519 description: Division is infinity if any non zero value is divided by zero. 733 description: Division is NaN if zero is divided by zero. 740 # Div of zero by zero
|
| D | fdiv2.64.yaml | 49 # Positive zero 54 # Negative zero 106 # Positive zero 111 # Negative zero 162 description: Division is infinity if any non zero value is divided by zero. 231 description: Division is infinity if any non zero value is divided by zero. 443 description: Division is infinity if any non zero value is divided by zero. 519 description: Division is infinity if any non zero value is divided by zero. 733 description: Division is NaN if zero is divided by zero. 740 # Div of zero by zero
|
| D | fadd2.yaml | 50 # Positive zero 55 # Negative zero 107 # Positive zero 112 # Negative zero 337 The sum or the difference of zeros is zero. 338 … two negative zeros and the difference of negative and positive zero - the result is negative zero. 341 description: Check fadd2 with positive zero and various values (Inf, min, max, numbers). 396 The sum or the difference of zeros is zero. 397 … two negative zeros and the difference of negative and positive zero - the result is negative zero. 400 description: Check fadd2 with negative zero and various values (Inf, min, max, numbers). [all …]
|
| D | fadd2.64.yaml | 50 # Positive zero 55 # Negative zero 107 # Positive zero 112 # Negative zero 337 The sum or the difference of zeros is zero. 338 … two negative zeros and the difference of negative and positive zero - the result is negative zero. 341 description: Check fadd2.64 with positive zero and various values (Inf, min, max, numbers). 396 The sum or the difference of zeros is zero. 397 … two negative zeros and the difference of negative and positive zero - the result is negative zero. 400 description: Check fadd2.64 with negative zero and various values (Inf, min, max, numbers). [all …]
|
| D | mod2.64.yaml | 38 description: Check mod2.64 with zero and various values. 43 description: Division by zero causes to exception. 81 description: Division by zero causes to exception. 127 description: Division by zero causes to exception. 173 description: Division by zero causes to exception. 219 description: Division by zero causes to exception. 332 description: Check `mod2.64` throws ArithmeticException when divides by zero.
|
| D | modu2.64.yaml | 39 description: Check modu2.64 with zero and various values. 44 description: Division by zero causes to exception. 83 description: Division by zero causes to exception. 130 description: Division by zero causes to exception. 177 description: Division by zero causes to exception. 224 description: Division by zero causes to exception. 338 description: Check `modu2.64` throws ArithmeticException when divides by zero.
|
| D | divu2.64.yaml | 39 description: Check divu2.64 with zero and various values. 44 description: Division by zero causes to exception. 83 description: Division by zero causes to exception. 130 description: Division by zero causes to exception. 177 description: Division by zero causes to exception. 224 description: Division by zero causes to exception. 338 description: Check `divu2.64` throws ArithmeticException when divides by zero.
|
| D | jne.yaml | 397 fldai 0x00000000 # Positive zero (+0.0) 401 fldai 0x80000000 # Negative zero (-0.0) 433 …fldai.64 0x0000000000000000 # Positive zero (+0.0, hexadecimal representation is `0x00000000000000… 437 …fldai.64 0x8000000000000000 # Negative zero (-0.0, hexadecimal representation is `0x80000000000000… 553 fmovi v1, 0x00000000 # Positive zero (+0.0) 557 fmovi v1, 0x80000000 # Negative zero (-0.0) 589 …fmovi.64 v1, 0x0000000000000000 # Positive zero (+0.0, hexadecimal representation is `0x0000000000… 593 …fmovi.64 v1, 0x8000000000000000 # Negative zero (-0.0, hexadecimal representation is `0x8000000000… 701 fldai 0x00000000 # Positive zero (+0.0) 705 fldai 0x80000000 # Negative zero (-0.0) [all …]
|
| D | jlt.yaml | 397 fldai 0x00000000 # Positive zero (+0.0) 401 fldai 0x80000000 # Negative zero (-0.0) 433 …fldai.64 0x0000000000000000 # Positive zero (+0.0, hexadecimal representation is `0x00000000000000… 437 …fldai.64 0x8000000000000000 # Negative zero (-0.0, hexadecimal representation is `0x80000000000000… 553 fmovi v1, 0x00000000 # Positive zero (+0.0) 557 fmovi v1, 0x80000000 # Negative zero (-0.0) 589 …fmovi.64 v1, 0x0000000000000000 # Positive zero (+0.0, hexadecimal representation is `0x0000000000… 593 …fmovi.64 v1, 0x8000000000000000 # Negative zero (-0.0, hexadecimal representation is `0x8000000000… 701 fldai 0x00000000 # Positive zero (+0.0) 705 fldai 0x80000000 # Negative zero (-0.0) [all …]
|
| D | jgt.yaml | 397 fldai 0x00000000 # Positive zero (+0.0) 401 fldai 0x80000000 # Negative zero (-0.0) 433 …fldai.64 0x0000000000000000 # Positive zero (+0.0, hexadecimal representation is `0x00000000000000… 437 …fldai.64 0x8000000000000000 # Negative zero (-0.0, hexadecimal representation is `0x80000000000000… 553 fmovi v1, 0x00000000 # Positive zero (+0.0) 557 fmovi v1, 0x80000000 # Negative zero (-0.0) 589 …fmovi.64 v1, 0x0000000000000000 # Positive zero (+0.0, hexadecimal representation is `0x0000000000… 593 …fmovi.64 v1, 0x8000000000000000 # Negative zero (-0.0, hexadecimal representation is `0x8000000000… 701 fldai 0x00000000 # Positive zero (+0.0) 705 fldai 0x80000000 # Negative zero (-0.0) [all …]
|
| D | jeq.yaml | 401 fldai 0x00000000 # Positive zero (+0.0) 405 fldai 0x80000000 # Negative zero (-0.0) 437 …fldai.64 0x0000000000000000 # Positive zero (+0.0, hexadecimal representation is `0x00000000000000… 441 …fldai.64 0x8000000000000000 # Negative zero (-0.0, hexadecimal representation is `0x80000000000000… 557 fmovi v1, 0x00000000 # Positive zero (+0.0) 561 fmovi v1, 0x80000000 # Negative zero (-0.0) 593 …fmovi.64 v1, 0x0000000000000000 # Positive zero (+0.0, hexadecimal representation is `0x0000000000… 597 …fmovi.64 v1, 0x8000000000000000 # Negative zero (-0.0, hexadecimal representation is `0x8000000000… 705 fldai 0x00000000 # Positive zero (+0.0) 709 fldai 0x80000000 # Negative zero (-0.0) [all …]
|
| D | jle.yaml | 397 fldai 0x00000000 # Positive zero (+0.0) 401 fldai 0x80000000 # Negative zero (-0.0) 433 …fldai.64 0x0000000000000000 # Positive zero (+0.0, hexadecimal representation is `0x00000000000000… 437 …fldai.64 0x8000000000000000 # Negative zero (-0.0, hexadecimal representation is `0x80000000000000… 553 fmovi v1, 0x00000000 # Positive zero (+0.0) 557 fmovi v1, 0x80000000 # Negative zero (-0.0) 589 …fmovi.64 v1, 0x0000000000000000 # Positive zero (+0.0, hexadecimal representation is `0x0000000000… 593 …fmovi.64 v1, 0x8000000000000000 # Negative zero (-0.0, hexadecimal representation is `0x8000000000… 701 fldai 0x00000000 # Positive zero (+0.0) 705 fldai 0x80000000 # Negative zero (-0.0) [all …]
|
| D | jge.yaml | 397 fldai 0x00000000 # Positive zero (+0.0) 401 fldai 0x80000000 # Negative zero (-0.0) 433 …fldai.64 0x0000000000000000 # Positive zero (+0.0, hexadecimal representation is `0x00000000000000… 437 …fldai.64 0x8000000000000000 # Negative zero (-0.0, hexadecimal representation is `0x80000000000000… 553 fmovi v1, 0x00000000 # Positive zero (+0.0) 557 fmovi v1, 0x80000000 # Negative zero (-0.0) 589 …fmovi.64 v1, 0x0000000000000000 # Positive zero (+0.0, hexadecimal representation is `0x0000000000… 593 …fmovi.64 v1, 0x8000000000000000 # Negative zero (-0.0, hexadecimal representation is `0x8000000000… 701 fldai 0x00000000 # Positive zero (+0.0) 705 fldai 0x80000000 # Negative zero (-0.0) [all …]
|
| D | div2.yaml | 43 description: Check div2 with zero and various values. 48 description: Division by zero causes to exception. 91 description: Division by zero causes to exception. 142 description: Division by zero causes to exception. 193 description: Division by zero causes to exception. 244 description: Division by zero causes to exception. 364 description: Check `div2` throws ArithmeticException when divides by zero.
|
| D | divu2.yaml | 39 description: Check divu2 with zero and various values. 44 description: Division by zero causes to exception. 83 description: Division by zero causes to exception. 130 description: Division by zero causes to exception. 177 description: Division by zero causes to exception. 224 description: Division by zero causes to exception. 338 description: Check `divu2` throws ArithmeticException when divides by zero.
|
| D | mod2.yaml | 43 description: Check mod2 with zero and various values. 48 description: Division by zero causes to exception. 91 description: Division by zero causes to exception. 141 description: Division by zero causes to exception. 192 description: Division by zero causes to exception. 243 description: Division by zero causes to exception. 362 description: Check `mod2` throws ArithmeticException when divides by zero.
|
| D | modu2.yaml | 39 description: Check modu2 with zero and various values. 44 description: Division by zero causes to exception. 83 description: Division by zero causes to exception. 130 description: Division by zero causes to exception. 177 description: Division by zero causes to exception. 224 description: Division by zero causes to exception. 338 description: Check `modu2` throws ArithmeticException when divides by zero.
|
| D | div2.64.yaml | 38 description: Check div2.64 with zero and various values. 43 description: Division by zero causes to exception. 81 description: Division by zero causes to exception. 127 description: Division by zero causes to exception. 173 description: Division by zero causes to exception. 219 description: Division by zero causes to exception. 333 description: Check `div2.64` throws ArithmeticException when divides by zero.
|
| D | fsub2.yaml | 310 The sum or the difference of zeros is zero. 311 … two negative zeros and the difference of negative and positive zero - the result is negative zero. 322 … description: Check fsub2 with positive zero and various values (NaN, Inf, min, max, numbers). 379 The sum or the difference of zeros is zero. 380 … two negative zeros and the difference of negative and positive zero - the result is negative zero. 391 … description: Check fsub2 with negative zero and various values (NaN, Inf, min, max, numbers). 591 The sum or the difference of zeros is zero. 592 … two negative zeros and the difference of negative and positive zero - the result is negative zero.
|
| D | jeq.obj.yaml | 470 fldai 0x00000000 # Positive zero (+0.0) 474 fldai 0x80000000 # Negative zero (-0.0) 506 …fldai.64 0x0000000000000000 # Positive zero (+0.0, hexadecimal representation is `0x00000000000000… 510 …fldai.64 0x8000000000000000 # Negative zero (-0.0, hexadecimal representation is `0x80000000000000… 591 fmovi v1, 0x00000000 # Positive zero (+0.0) 595 fmovi v1, 0x80000000 # Negative zero (-0.0) 627 …fmovi.64 v1, 0x0000000000000000 # Positive zero (+0.0, hexadecimal representation is `0x0000000000… 631 …fmovi.64 v1, 0x8000000000000000 # Negative zero (-0.0, hexadecimal representation is `0x8000000000… 708 fldai 0x00000000 # Positive zero (+0.0) 712 fldai 0x80000000 # Negative zero (-0.0) [all …]
|
| D | jne.obj.yaml | 472 fldai 0x00000000 # Positive zero (+0.0) 476 fldai 0x80000000 # Negative zero (-0.0) 508 …fldai.64 0x0000000000000000 # Positive zero (+0.0, hexadecimal representation is `0x00000000000000… 512 …fldai.64 0x8000000000000000 # Negative zero (-0.0, hexadecimal representation is `0x80000000000000… 593 fmovi v1, 0x00000000 # Positive zero (+0.0) 597 fmovi v1, 0x80000000 # Negative zero (-0.0) 629 …fmovi.64 v1, 0x0000000000000000 # Positive zero (+0.0, hexadecimal representation is `0x0000000000… 633 …fmovi.64 v1, 0x8000000000000000 # Negative zero (-0.0, hexadecimal representation is `0x8000000000… 710 fldai 0x00000000 # Positive zero (+0.0) 714 fldai 0x80000000 # Negative zero (-0.0) [all …]
|
| D | fsub2.64.yaml | 310 The sum or the difference of zeros is zero. 311 … two negative zeros and the difference of negative and positive zero - the result is negative zero. 322 … description: Check fsub2.64 with positive zero and various values (NaN, Inf, min, max, numbers). 379 The sum or the difference of zeros is zero. 380 … two negative zeros and the difference of negative and positive zero - the result is negative zero. 391 … description: Check fsub2.64 with negative zero and various values (NaN, Inf, min, max, numbers). 591 The sum or the difference of zeros is zero. 592 … two negative zeros and the difference of negative and positive zero - the result is negative zero.
|
| /arkcompiler/ets_runtime/ecmascript/base/tests/ |
| D | gc_ring_buffer_test.cpp | 99 …the subscript of the start position and the subscript of the end position of the container to zero. 101 * whether the count of the container is zero. 115 // reset count to zero in HWTEST_F_L0()
|