Home
last modified time | relevance | path

Searched refs:negative (Results 1 – 16 of 16) sorted by relevance

/arkcompiler/ets_frontend/es2panda/typescript/types/
DbigintLiteralType.h25 BigintLiteralType(util::StringView value, bool negative) in BigintLiteralType() argument
26 : Type(TypeFlag::BIGINT_LITERAL), value_(value), negative_(negative) in BigintLiteralType()
/arkcompiler/ets_frontend/es2panda/typescript/core/
DtypeCreation.cpp33 Type *Checker::CreateBigintLiteralType(const util::StringView &str, bool negative) in CreateBigintLiteralType() argument
40 auto *newBigiLiteralType = allocator_->New<BigintLiteralType>(str, negative); in CreateBigintLiteralType()
/arkcompiler/ets_frontend/es2panda/test/
Dtest262util.py32 self.negative = re.compile(
143 match = self.negative.search(header)
Dtest262skiplist-compiler-arm64.txt362 built-ins/TypedArray/prototype/copyWithin/negative-out-of-bounds-end.js
363 built-ins/TypedArray/prototype/copyWithin/negative-out-of-bounds-target.js
Dtest262skiplist.txt39 built-ins/Atomics/wait/bigint/negative-timeout-agent.js
40 built-ins/Atomics/wait/bigint/negative-timeout.js
59 built-ins/Atomics/waitAsync/bigint/negative-timeout-agent.js
60 built-ins/Atomics/waitAsync/bigint/negative-timeout.js
142 built-ins/DataView/prototype/setBigInt64/negative-byteoffset-throws.js
575 built-ins/TypedArray/prototype/copyWithin/BigInt/negative-end.js
576 built-ins/TypedArray/prototype/copyWithin/BigInt/negative-out-of-bounds-end.js
577 built-ins/TypedArray/prototype/copyWithin/BigInt/negative-out-of-bounds-start.js
578 built-ins/TypedArray/prototype/copyWithin/BigInt/negative-out-of-bounds-target.js
579 built-ins/TypedArray/prototype/copyWithin/BigInt/negative-start.js
[all …]
/arkcompiler/ets_runtime/ecmascript/base/
Dnumber_helper.cpp93 bool negative = false; in DoubleToString() local
95 negative = true; in DoubleToString()
114 if (negative) { in DoubleToString()
184 bool negative = false; in StringToDoubleWithRadix() local
186 negative = true; in StringToDoubleWithRadix()
249 if (negative) { in StringToDoubleWithRadix()
/arkcompiler/runtime_core/tests/verifier-tests/
Dbug_2107_1.pa38 # Return 0 to indicate that negative test failed, because this line is unreachable and code will …
Dbug_2107_2.pa40 # Return 0 to indicate that negative test failed, because this line is unreachable and code will …
/arkcompiler/ets_frontend/test262/
Dharness.patch234 - message: `Expected test to throw error of type ${test.attrs.negative.type}, got ${result…
235 + message: `Expected test to throw error of type ${test.attrs.negative.type}, but got ${re…
Des2015_tests.txt143 built-ins/Array/prototype/concat/Array.prototype.concat_array-like-negative-length.js
218 built-ins/Array/prototype/copyWithin/negative-end.js
219 built-ins/Array/prototype/copyWithin/negative-out-of-bounds-end.js
220 built-ins/Array/prototype/copyWithin/negative-out-of-bounds-start.js
221 built-ins/Array/prototype/copyWithin/negative-out-of-bounds-target.js
222 built-ins/Array/prototype/copyWithin/negative-start.js
223 built-ins/Array/prototype/copyWithin/negative-target.js
224 built-ins/Array/prototype/copyWithin/non-negative-out-of-bounds-end.js
225 built-ins/Array/prototype/copyWithin/non-negative-out-of-bounds-target-and-start.js
226 built-ins/Array/prototype/copyWithin/non-negative-target-and-start.js
[all …]
DCI_tests.txt1142 built-ins/String/raw/return-empty-string-if-length-is-negative-infinity.js
1384 built-ins/ArrayBuffer/prototype/slice/negative-end.js
1499 built-ins/Array/prototype/copyWithin/negative-out-of-bounds-end.js
1500 built-ins/Array/prototype/copyWithin/negative-out-of-bounds-target.js
1501 built-ins/Array/prototype/copyWithin/negative-target.js
1502 built-ins/Array/prototype/copyWithin/non-negative-out-of-bounds-target-and-start.js
1503 built-ins/Array/prototype/copyWithin/non-negative-target-start-and-end.js
1604 built-ins/Array/prototype/findIndex/return-negative-one-if-predicate-returns-false-value.js
2011 built-ins/TypedArrayConstructors/ctors/buffer-arg/byteoffset-is-negative-zero.js
2023 built-ins/TypedArrayConstructors/ctors/length-arg/is-negative-integer-throws-rangeerror.js
[all …]
Dintl_tests.txt604 intl402/NumberFormat/prototype/format/format-negative-numbers.js
Des5_tests.txt40 built-ins/BigInt/negative-infinity-throws.rangeerror.js
150 language/expressions/exponentiation/bigint-negative-exponent-throws.js
6639 built-ins/DataView/prototype/getBigUint64/negative-byteoffset-throws.js
6661 built-ins/DataView/prototype/getBigInt64/negative-byteoffset-throws.js
6688 built-ins/DataView/prototype/setBigInt64/negative-byteoffset-throws.js
/arkcompiler/ets_frontend/es2panda/typescript/
Dchecker.h374 Type *CreateBigintLiteralType(const util::StringView &str, bool negative);
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js12020 negative() { method in anonymousFunctiona10e982739900.anonymousFunctiona10e982739a00.Pi
15226 negative() { method in anonymousFunctiona10e982739900.anonymousFunctiona10e982739a00.Qi
15680 negative() { method in anonymousFunctiona10e982739900.anonymousFunctiona10e982739a00.is
32620 this.negative = void 0;
32622 this.negative = t.negative;
32626 const e = this.negative.getValue();
32645 negative: this.left property
32649 negative: this.down property
32862 negative: 0,
32865 negative: e,
[all …]
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2negative,r=e.base10Value;return(t&&"0"!==r?"-":"")+r},e.isValidTypeOnlyAliasUseSite=function(t){re… property