Lines Matching defs:self
903 RefImpl* self = new (std::nothrow) RefImpl();
904 if (!self) return nullptr;
906 self->val_ = isolate->global_handles()->Create(*obj);
907 return make_own(seal<Ref>(self));
991 auto self = impl(this);
993 new (std::nothrow) FrameImpl(self->instance->copy(), self->func_index,
994 self->func_offset, self->module_offset)));
1713 FuncData* self =
1715 StoreImpl* store = impl(self->store);
1719 const ownvec<ValType>& param_types = self->type->params();
1720 const ownvec<ValType>& result_types = self->type->results();
1758 if (self->kind == kCallbackWithEnv) {
1759 trap = self->callback_with_env(self->env, params.get(), results.get());
1761 trap = self->callback(params.get(), results.get());