Home
last modified time | relevance | path

Searched refs:OCTAL (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
H A Dnumber_helper.h40 static constexpr uint8_t OCTAL = 8; member
H A Dnumber_helper.cpp947 radix = OCTAL;
1198 radix = OCTAL;
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_bigint_test.cpp451 str = BigInt::ToString(thread, JSHandle<BigInt>::Cast(bigint), BigInt::OCTAL); in HWTEST_F_L0()
458 str = BigInt::ToString(thread, JSHandle<BigInt>::Cast(bigint), BigInt::OCTAL); in HWTEST_F_L0()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
H A Dets_intrinsics_helpers.h39 inline constexpr uint8_t OCTAL = 8; member
H A Dets_intrinsics_helpers.cpp154 radix = OCTAL; in StringToDouble()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_bigint.h40 static constexpr uint32_t OCTAL = 8; // 8 : octal member in panda::ecmascript::BigInt
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_bigint_test.cpp285 JSHandle<EcmaString> bigintEcmaStrOct1 = BigInt::ToString(thread, bigint1, BigInt::OCTAL); in HWTEST_F_L0()
298 JSHandle<EcmaString> bigintEcmaStrOct2 = BigInt::ToString(thread, bigint2, BigInt::OCTAL); in HWTEST_F_L0()
301 (bigint2->ToStdString(BigInt::OCTAL)).c_str()); in HWTEST_F_L0()

Completed in 8 milliseconds