Lines Matching defs:wrapper
24 #include "src/wasm/wasm-import-wrapper-cache.h"
767 // Create a wrapper for the start function.
789 // as the context of the wrapper we just compiled. That's a bit of a
790 // hack because it's not really the wrapper's context, only its wrapped
792 // start function wrapper doesn't leak, neither does this
1165 // callable to the wrapper, which we need to get the function data.
1900 Handle<WasmTagObject> wrapper = tags_wrappers_[exp.index];
1901 if (wrapper.is_null()) {
1905 wrapper = WasmTagObject::New(isolate_, tag.sig, tag_object);
1906 tags_wrappers_[exp.index] = wrapper;
1908 desc.set_value(wrapper);