v8
3.14.5(node0.10.28)
V8 is Google's open source JavaScript engine
|
Go to the source code of this file.
Data Structures | |
class | OneBit1 |
class | OneBit2 |
class | EightBit1 |
class | EightBit2 |
Functions | |
TEST (Hex) | |
TEST (Octal) | |
TEST (MalformedOctal) | |
TEST (TrailingJunk) | |
TEST (NonStrDecimalLiteral) | |
TEST (IntegerStrLiteral) | |
TEST (LongNumberStr) | |
TEST (MaximumSignificantDigits) | |
TEST (MinimumExponent) | |
TEST (MaximumExponent) | |
TEST (ExponentNumberStr) | |
TEST (BitField) | |
TEST | ( | Hex | ) |
Definition at line 13 of file test-conversions.cc.
References v8::internal::ALLOW_HEX, v8::internal::ALLOW_OCTALS, CHECK_EQ, and v8::internal::StringToDouble().
TEST | ( | Octal | ) |
Definition at line 31 of file test-conversions.cc.
References v8::internal::ALLOW_HEX, v8::internal::ALLOW_OCTALS, CHECK_EQ, and v8::internal::StringToDouble().
TEST | ( | MalformedOctal | ) |
Definition at line 53 of file test-conversions.cc.
References v8::internal::ALLOW_HEX, v8::internal::ALLOW_OCTALS, CHECK, CHECK_EQ, isnan(), and v8::internal::StringToDouble().
TEST | ( | TrailingJunk | ) |
Definition at line 87 of file test-conversions.cc.
References v8::internal::ALLOW_OCTALS, v8::internal::ALLOW_TRAILING_JUNK, CHECK_EQ, and v8::internal::StringToDouble().
TEST | ( | NonStrDecimalLiteral | ) |
Definition at line 99 of file test-conversions.cc.
References CHECK, CHECK_EQ, isnan(), OS::nan_value(), v8::internal::NO_FLAGS, and v8::internal::StringToDouble().
TEST | ( | IntegerStrLiteral | ) |
Definition at line 108 of file test-conversions.cc.
References v8::internal::ALLOW_HEX, v8::internal::ALLOW_OCTALS, CHECK, CHECK_EQ, isnan(), v8::internal::NO_FLAGS, and v8::internal::StringToDouble().
TEST | ( | LongNumberStr | ) |
Definition at line 129 of file test-conversions.cc.
References CHECK_EQ, v8::internal::NO_FLAGS, and v8::internal::StringToDouble().
TEST | ( | MaximumSignificantDigits | ) |
Definition at line 157 of file test-conversions.cc.
References CHECK_EQ, v8::internal::NO_FLAGS, and v8::internal::StringToDouble().
TEST | ( | MinimumExponent | ) |
Definition at line 182 of file test-conversions.cc.
References CHECK_EQ, v8::internal::NO_FLAGS, and v8::internal::StringToDouble().
TEST | ( | MaximumExponent | ) |
Definition at line 209 of file test-conversions.cc.
References CHECK_EQ, v8::internal::NO_FLAGS, and v8::internal::StringToDouble().
TEST | ( | ExponentNumberStr | ) |
Definition at line 217 of file test-conversions.cc.
References CHECK_EQ, v8::internal::NO_FLAGS, and v8::internal::StringToDouble().
TEST | ( | BitField | ) |
Definition at line 232 of file test-conversions.cc.
References CHECK, CHECK_EQ, BitField< uint32_t, 7, 1 >::decode(), BitField< uint32_t, 0, 1 >::decode(), BitField< uint32_t, 0, 8 >::decode(), BitField< uint32_t, 13, 8 >::decode(), BitField< uint32_t, 13, 8 >::encode(), BitField< uint32_t, 7, 1 >::encode(), BitField< uint32_t, 0, 1 >::encode(), BitField< uint32_t, 0, 8 >::encode(), BitField< uint32_t, 0, 1 >::is_valid(), BitField< uint32_t, 0, 8 >::is_valid(), BitField< uint32_t, 7, 1 >::is_valid(), and BitField< uint32_t, 13, 8 >::is_valid().