Lines Matching defs:const
53 void WasmStreamingObject::MemoryInfo(MemoryTracker* tracker) const {
77 void WasmStreamingObject::New(const FunctionCallbackInfo<Value>& args) {
83 void WasmStreamingObject::SetURL(const FunctionCallbackInfo<Value>& args) {
94 void WasmStreamingObject::Push(const FunctionCallbackInfo<Value>& args) {
104 const void* bytes;
125 obj->streaming_->OnBytesReceived(static_cast<const uint8_t*>(bytes) + offset,
130 void WasmStreamingObject::Finish(const FunctionCallbackInfo<Value>& args) {
139 void WasmStreamingObject::Abort(const FunctionCallbackInfo<Value>& args) {
148 void StartStreamingCompilation(const FunctionCallbackInfo<Value>& info) {
190 void SetImplementation(const FunctionCallbackInfo<Value>& info) {