Searched refs:js_wrappers_ (Results 1 – 1 of 1) sorted by relevance
247 std::vector<Handle<JSFunction>> js_wrappers_; member in v8::internal::wasm::__anonc090e3370111::InstanceBuilder1842 js_wrappers_.insert(js_wrappers_.begin(), module_->functions.size(), in ProcessExports()1854 js_wrappers_[import.index] = Handle<JSFunction>::cast(value); in ProcessExports()1906 Handle<JSFunction> js_function = js_wrappers_[exp.index]; in ProcessExports()1924 js_wrappers_[exp.index] = js_function; in ProcessExports()2085 if (js_wrappers_[func_index].is_null()) { in LoadTableSegments()2106 js_wrappers_[func_index] = js_function; in LoadTableSegments()2108 table_instance.js_wrappers->set(table_index, *js_wrappers_[func_index]); in LoadTableSegments()