Lines Matching +defs:make +defs:error
228 auto Config::make() -> own<Config> { in make() function in wasm::Config
391 auto Engine::make(own<Config>&& config) -> own<Engine> { in make() function in wasm::Engine
480 auto Store::make(Engine*) -> own<Store> { in make() function in wasm::Store
551 own<ValType> ValType::make(ValKind k) { in make() function in wasm::ValType
635 auto FuncType::make(ownvec<ValType>&& params, ownvec<ValType>&& results) in make() function in wasm::FuncType
688 auto GlobalType::make(own<ValType>&& content, Mutability mutability) in make() function in wasm::GlobalType
740 auto TableType::make(own<ValType>&& element, Limits limits) -> own<TableType> { in make() function in wasm::TableType
786 auto MemoryType::make(Limits limits) -> own<MemoryType> { in make() function in wasm::MemoryType
831 auto ImportType::make(Name&& module, Name&& name, own<ExternType>&& type) in make() function in wasm::ImportType
870 auto ExportType::make(Name&& name, own<ExternType>&& type) -> own<ExportType> { in make() function in wasm::ExportType
902 static own<Ref> make(StoreImpl* store, i::Handle<JSType> obj) { in make() function in wasm::RefImpl
1016 auto Trap::make(Store* store_abs, const Message& message) -> own<Trap> { in make() function in wasm::Trap
1102 auto Foreign::make(Store* store_abs) -> own<Foreign> { in make() function in wasm::Foreign
1131 auto Module::make(Store* store_abs, const vec<byte_t>& binary) -> own<Module> { in make() function in wasm::Module
1456 auto Func::make(Store* store, const FuncType* type, Func::callback callback) in make() function in wasm::Func
1463 auto Func::make(Store* store, const FuncType* type, callback_with_env callback, in make() function in wasm::Func
1813 auto Global::make(Store* store_abs, const GlobalType* type, const Val& val) in make() function in wasm::Global
1914 auto Table::make(Store* store_abs, const TableType* type, const Ref* ref) in make() function in wasm::Table
2047 auto Memory::make(Store* store_abs, const MemoryType* type) -> own<Memory> { in make() function in wasm::Memory
2116 own<Instance> Instance::make(Store* store_abs, const Module* module_abs, in make() function in wasm::Instance
3239 wasm::own<wasm::Trap> error; in WASM_DEFINE_REF() local