v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
wasm-subtyping.h File Reference
Include dependency graph for wasm-subtyping.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  v8::internal::wasm::TypeInModule
 

Namespaces

namespace  v8
 
namespace  v8::internal
 
namespace  v8::internal::wasm
 

Functions

V8_NOINLINE V8_EXPORT_PRIVATE bool v8::internal::wasm::IsSubtypeOfImpl (ValueType subtype, ValueType supertype, const WasmModule *sub_module, const WasmModule *super_module)
 
V8_NOINLINE V8_EXPORT_PRIVATE bool v8::internal::wasm::IsSubtypeOfImpl (HeapType subtype, HeapType supertype, const WasmModule *sub_module, const WasmModule *super_module)
 
V8_NOINLINE V8_EXPORT_PRIVATE bool v8::internal::wasm::IsSubtypeOfImpl (CanonicalValueType subtype, CanonicalValueType supertype)
 
V8_NOINLINE bool v8::internal::wasm::EquivalentTypes (ValueType type1, ValueType type2, const WasmModule *module1, const WasmModule *module2)
 
V8_INLINE bool v8::internal::wasm::IsSubtypeOf (ValueType subtype, ValueType supertype, const WasmModule *sub_module, const WasmModule *super_module)
 
V8_INLINE bool v8::internal::wasm::IsSubtypeOf (ValueType subtype, ValueType supertype, const WasmModule *module)
 
V8_INLINE bool v8::internal::wasm::IsSubtypeOf (CanonicalValueType subtype, CanonicalValueType supertype)
 
V8_INLINE bool v8::internal::wasm::TypesUnrelated (ValueType type1, ValueType type2, const WasmModule *module1, const WasmModule *module2)
 
V8_INLINE bool v8::internal::wasm::IsHeapSubtypeOf (HeapType subtype, HeapType supertype, const WasmModule *sub_module, const WasmModule *super_module)
 
V8_INLINE bool v8::internal::wasm::IsHeapSubtypeOf (HeapType subtype, HeapType supertype, const WasmModule *module)
 
V8_INLINE bool v8::internal::wasm::HeapTypesUnrelated (HeapType heap1, HeapType heap2, const WasmModule *module1, const WasmModule *module2)
 
bool v8::internal::wasm::ValidSubtypeDefinition (ModuleTypeIndex subtype_index, ModuleTypeIndex supertype_index, const WasmModule *sub_module, const WasmModule *super_module)
 
V8_EXPORT_PRIVATE bool v8::internal::wasm::IsShared (ValueType type, const WasmModule *module)
 
std::ostream & v8::internal::wasm::operator<< (std::ostream &oss, TypeInModule type)
 
V8_EXPORT_PRIVATE TypeInModule v8::internal::wasm::Union (ValueType type1, ValueType type2, const WasmModule *module1, const WasmModule *module2)
 
V8_INLINE V8_EXPORT_PRIVATE TypeInModule v8::internal::wasm::Union (TypeInModule type1, TypeInModule type2)
 
TypeInModule v8::internal::wasm::Intersection (ValueType type1, ValueType type2, const WasmModule *module1, const WasmModule *module2)
 
V8_INLINE V8_EXPORT_PRIVATE TypeInModule v8::internal::wasm::Intersection (TypeInModule type1, TypeInModule type2)
 
ValueType v8::internal::wasm::ToNullSentinel (TypeInModule type)
 
bool v8::internal::wasm::IsSameTypeHierarchy (HeapType type1, HeapType type2, const WasmModule *module)