|
bool | v8::internal::ComparisonResultToBool (Operation op, ComparisonResult result) |
|
ShouldThrow | v8::internal::GetShouldThrow (Isolate *isolate, Maybe< ShouldThrow > should_throw) |
|
std::ostream & | v8::internal::operator<< (std::ostream &os, Tagged< Object > obj) |
|
std::ostream & | v8::internal::operator<< (std::ostream &os, Object::Conversion kind) |
|
std::ostream & | v8::internal::operator<< (std::ostream &os, const Brief &v) |
|
static V8_INLINE bool | v8::internal::HasWeakHeapObjectTag (const Tagged< Object > value) |
|
template<HeapObjectReferenceType kRefType, typename StorageType > |
V8_INLINE constexpr bool | v8::internal::IsObject (TaggedImpl< kRefType, StorageType > obj) |
|
template<HeapObjectReferenceType kRefType, typename StorageType > |
V8_INLINE constexpr bool | v8::internal::IsSmi (TaggedImpl< kRefType, StorageType > obj) |
|
template<HeapObjectReferenceType kRefType, typename StorageType > |
V8_INLINE constexpr bool | v8::internal::IsHeapObject (TaggedImpl< kRefType, StorageType > obj) |
|
template<typename StorageType > |
V8_INLINE constexpr bool | v8::internal::IsWeak (TaggedImpl< HeapObjectReferenceType::WEAK, StorageType > obj) |
|
V8_INLINE bool | v8::internal::IsSmi (Tagged< Object > obj) |
|
V8_INLINE bool | v8::internal::IsSmi (Tagged< HeapObject > obj) |
|
V8_INLINE bool | v8::internal::IsSmi (Tagged< Smi > obj) |
|
V8_INLINE bool | v8::internal::IsHeapObject (Tagged< Object > obj) |
|
V8_INLINE bool | v8::internal::IsHeapObject (Tagged< HeapObject > obj) |
|
V8_INLINE bool | v8::internal::IsHeapObject (Tagged< Smi > obj) |
|
bool | v8::internal::IsTaggedIndex (Tagged< Object > obj) |
|
V8_INLINE bool | v8::internal::IsNumber (Tagged< Object > obj, ReadOnlyRoots roots) |
|
bool | v8::internal::IsAnyHole (Tagged< Object > obj, PtrComprCageBase cage_base) |
|
bool | v8::internal::IsAnyHole (Tagged< Object > obj) |
|
bool | v8::internal::IsZero (Tagged< Object > obj) |
|
bool | v8::internal::IsNoSharedNameSentinel (Tagged< Object > obj) |
|
bool | v8::internal::IsPrivateSymbol (Tagged< Object > obj) |
|
bool | v8::internal::IsPublicSymbol (Tagged< Object > obj) |
|
template<typename T > |
V8_INLINE bool | v8::internal::IsWasmObject (T obj, Isolate *=nullptr) |
|
bool | v8::internal::IsJSObjectThatCanBeTrackedAsPrototype (Tagged< Object > obj) |
|
bool | v8::internal::IsJSObjectThatCanBeTrackedAsPrototype (Tagged< HeapObject > obj) |
|
bool | v8::internal::IsJSApiWrapperObject (Tagged< HeapObject > js_obj) |
|
bool | v8::internal::IsJSApiWrapperObject (Tagged< Map > map) |
|
bool | v8::internal::IsNaN (Tagged< Object > obj) |
|
bool | v8::internal::IsMinusZero (Tagged< Object > obj) |
|
bool | v8::internal::IsShared (Tagged< Object > obj) |
|
void | v8::internal::ShortPrint (Tagged< Object > obj, FILE *out) |
|
void | v8::internal::ShortPrint (Tagged< Object > obj, StringStream *accumulator) |
|
void | v8::internal::ShortPrint (Tagged< Object > obj, std::ostream &os) |
|
void | v8::internal::Print (Tagged< Object > obj) |
|
void | v8::internal::Print (Tagged< Object > obj, std::ostream &os) |
|