Home
last modified time | relevance | path

Searched defs:UnaryMinus (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_bigint_test.cpp344 HWTEST_F_L0(JSBigintTest, UnaryMinus) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/
Djs_bigint.cpp984 JSHandle<BigInt> BigInt::UnaryMinus(JSThread *thread, JSHandle<BigInt> x) in UnaryMinus() function in panda::ecmascript::BigInt