mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 16:22:43 +00:00 
			
		
		
		
	LibWeb: Replace GlobalObject with VM in WebAssembly AOs [Part 1/4]
This commit is contained in:
		
							parent
							
								
									40a70461a0
								
							
						
					
					
						commit
						5f1fe4b012
					
				
					 7 changed files with 34 additions and 37 deletions
				
			
		|  | @ -65,7 +65,7 @@ JS::ThrowCompletionOr<JS::Object*> WebAssemblyTableConstructor::construct(Functi | |||
|         if (value_value.is_undefined()) | ||||
|             return Wasm::Value(*reference_type, 0ull); | ||||
| 
 | ||||
|         return to_webassembly_value(global_object, value_value, *reference_type); | ||||
|         return to_webassembly_value(vm, value_value, *reference_type); | ||||
|     }()); | ||||
| 
 | ||||
|     auto& reference = reference_value.value().get<Wasm::Reference>(); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Linus Groh
						Linus Groh