Lines Matching defs:streaming
38 #include "src/wasm/streaming-decoder.h"
77 // happen when streaming compilation gets aborted when no script execution
549 std::shared_ptr<v8::WasmStreaming> streaming =
556 streaming->Abort(Utils::ToLocal(thrower.Reify()));
559 streaming->OnBytesReceived(bytes.start(), bytes.length());
560 streaming->Finish();
566 std::shared_ptr<v8::WasmStreaming> streaming =
568 streaming->Abort(args[0]);
598 // Allocate the streaming decoder in a Managed so we can pass it to the
626 // start streaming compilation, which will eventually resolve the promise we
906 // Allocate the streaming decoder in a Managed so we can pass it to the
934 // start streaming compilation, which will eventually resolve the promise we