Home
last modified time | relevance | path

Searched refs:FrameImpl (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dc-api.cc965 struct FrameImpl { struct
966 FrameImpl(own<Instance>&& instance, uint32_t func_index, size_t func_offset, in FrameImpl() function
983 using type = FrameImpl;
986 Frame::~Frame() { impl(this)->~FrameImpl(); } in ~Frame()
993 new (std::nothrow) FrameImpl(self->instance->copy(), self->func_index, in copy()
1057 return own<Frame>(seal<Frame>(new (std::nothrow) FrameImpl( in CreateFrameFromInternal()

Completed in 6 milliseconds