Searched refs:custom_sections (Results 1 – 4 of 4) sorted by relevance
10 !wasm.custom_sections = !{ !0, !1, !2 }
11 !wasm.custom_sections = !{ !0, !1, !2 }
256 std::vector<CustomSectionOffset> custom_sections = in GetCustomSections() local262 for (auto& section : custom_sections) { in GetCustomSections()
602 auto custom_sections = in WebAssemblyModuleCustomSections() local606 args.GetReturnValue().Set(Utils::ToLocal(custom_sections)); in WebAssemblyModuleCustomSections()