mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
fix: update deno_core (#29166)
for https://github.com/denoland/deno_core/pull/1111
This commit is contained in:
parent
f47c4ea5e7
commit
5c6c52d132
48 changed files with 356 additions and 101 deletions
|
@ -28,7 +28,11 @@ impl deno_core::webidl::WebIdlInterfaceConverter for GPUCommandBuffer {
|
|||
const NAME: &'static str = "GPUCommandBuffer";
|
||||
}
|
||||
|
||||
impl GarbageCollected for GPUCommandBuffer {}
|
||||
impl GarbageCollected for GPUCommandBuffer {
|
||||
fn get_name(&self) -> &'static std::ffi::CStr {
|
||||
c"GPUCommandBuffer"
|
||||
}
|
||||
}
|
||||
|
||||
#[op2]
|
||||
impl GPUCommandBuffer {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue