#include <v8.h>
Definition at line 4376 of file v8.h.
 
◆ WasmModuleObjectBuilderStreaming()
◆ ~WasmModuleObjectBuilderStreaming()
◆ Abort()
Abort streaming compilation. If {exception} has a value, then the promise associated with streaming compilation is rejected with that value. If {exception} does not have value, the promise does not get rejected. 
 
 
◆ Finish()
◆ GetPromise()
◆ OnBytesReceived()
      
        
          | void OnBytesReceived | ( | const uint8_t * | , | 
        
          |  |  | size_t | size | 
        
          |  | ) |  |  | 
      
 
The buffer passed into OnBytesReceived is owned by the caller. 
 
 
The documentation for this class was generated from the following file: