|
| constexpr bool | PointerCompressionIsEnabled () |
| |
| constexpr bool | SmiValuesAre31Bits () |
| |
| constexpr bool | SmiValuesAre32Bits () |
| |
| constexpr bool | Is64 () |
| |
| constexpr bool | SandboxIsEnabled () |
| |
| V8_EXPORT internal::Isolate * | IsolateFromNeverReadOnlySpaceObject (Address obj) |
| |
| V8_EXPORT bool | ShouldThrowOnError (internal::Isolate *isolate) |
| |
| template<class T > |
| V8_INLINE void | PerformCastCheck (T *data) |
| |
| template<typename Iterator , typename ElementType , typename OtherIterator , typename OtherElementType > |
| constexpr bool | operator== (const WrappedIterator< Iterator, ElementType > &x, const WrappedIterator< OtherIterator, OtherElementType > &y) noexcept |
| |
| template<typename Iterator , typename ElementType , typename OtherIterator , typename OtherElementType > |
| constexpr bool | operator< (const WrappedIterator< Iterator, ElementType > &x, const WrappedIterator< OtherIterator, OtherElementType > &y) noexcept |
| |
| template<typename Iterator , typename ElementType , typename OtherIterator , typename OtherElementType > |
| constexpr bool | operator!= (const WrappedIterator< Iterator, ElementType > &x, const WrappedIterator< OtherIterator, OtherElementType > &y) noexcept |
| |
| template<typename Iterator , typename ElementType , typename OtherIterator , typename OtherElementType > |
| constexpr bool | operator> (const WrappedIterator< Iterator, ElementType > &x, const WrappedIterator< OtherIterator, OtherElementType > &y) noexcept |
| |
| template<typename Iterator , typename ElementType , typename OtherIterator , typename OtherElementType > |
| constexpr bool | operator>= (const WrappedIterator< Iterator, ElementType > &x, const WrappedIterator< OtherIterator, OtherElementType > &y) noexcept |
| |
| template<typename Iterator , typename ElementType , typename OtherIterator , typename OtherElementType > |
| constexpr bool | operator<= (const WrappedIterator< Iterator, ElementType > &x, const WrappedIterator< OtherIterator, OtherElementType > &y) noexcept |
| |
| template<typename Iterator , typename ElementType , typename OtherIterator , typename OtherElementType > |
| constexpr auto | operator- (const WrappedIterator< Iterator, ElementType > &x, const WrappedIterator< OtherIterator, OtherElementType > &y) noexcept -> decltype(x.base() - y.base()) |
| |
| template<typename Iterator , typename ElementType > |
| constexpr WrappedIterator< Iterator > | operator+ (typename WrappedIterator< Iterator, ElementType >::difference_type n, const WrappedIterator< Iterator, ElementType > &x) noexcept |
| |
| V8_EXPORT void | VerifyHandleIsNonEmpty (bool is_empty) |
| |