Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_bigint_test.cpp151 * @tc.name: BitwiseOp & BitwiseAND & BitwiseXOR & BitwiseOR & BitwiseSubOne & BitwiseAddOne & BitwiseNOT
204 JSHandle<BigInt> orRes = BigInt::BitwiseOR(thread, maxSafeInt, maxSafeIntPlusOne); in HWTEST_F_L0()
208 JSHandle<BigInt> orRes1 = BigInt::BitwiseOR(thread, bigint3, maxSafeIntPlusOne); in HWTEST_F_L0()
211 JSHandle<BigInt> orRes2 = BigInt::BitwiseOR(thread, maxSafeIntPlusOne, bigint3); in HWTEST_F_L0()
216 JSHandle<BigInt> orRes3 = BigInt::BitwiseOR(thread, bigint3, bigint4); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_bigint.h56 static JSHandle<BigInt> BitwiseOR(JSThread *thread, JSHandle<BigInt> x, JSHandle<BigInt> y);
H A Djs_bigint.cpp448 JSHandle<BigInt> BigInt::BitwiseOR(JSThread *thread, JSHandle<BigInt> x, JSHandle<BigInt> y) in BitwiseOR() function in panda::ecmascript::BigInt
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs-inl.h2101 return BigInt::BitwiseOR(thread, leftBigint, rightBigint).GetTaggedValue(); in RuntimeOr2()

Completed in 12 milliseconds