Home
last modified time | relevance | path

Searched refs:BitwiseNOT (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_bigint.h64 static JSHandle<BigInt> BitwiseNOT(JSThread *thread, JSHandle<BigInt> x);
H A Djs_bigint.cpp1042 JSHandle<BigInt> BigInt::BitwiseNOT(JSThread *thread, JSHandle<BigInt> x) in BitwiseNOT() function in panda::ecmascript::BigInt
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_bigint_test.cpp151 * @tc.name: BitwiseOp & BitwiseAND & BitwiseXOR & BitwiseOR & BitwiseSubOne & BitwiseAddOne & BitwiseNOT
239 JSHandle<BigInt> notRes1 = BigInt::BitwiseNOT(thread, maxSafeInt); in HWTEST_F_L0()
243 JSHandle<BigInt> notRes2 = BigInt::BitwiseNOT(thread, minusMaxSafeInt); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs-inl.h847 return BigInt::BitwiseNOT(thread, bigValue).GetTaggedValue(); in RuntimeNot()

Completed in 12 milliseconds