webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Classes | Public Member Functions | Friends | List of all members
JSC::UnlinkedInstructionStream Class Reference

#include <UnlinkedInstructionStream.h>

Classes

class  Reader
 

Public Member Functions

 UnlinkedInstructionStream (const Vector< UnlinkedInstruction, 0, UnsafeVectorOverflow > &)
 
unsigned count () const
 
size_t sizeInBytes () const
 
const RefCountedArray< UnlinkedInstruction > & unpackForDebugging () const
 

Friends

class Reader
 Reader with UTF8 encoding and default allocator. More...
 

Constructor & Destructor Documentation

◆ UnlinkedInstructionStream()

JSC::UnlinkedInstructionStream::UnlinkedInstructionStream ( const Vector< UnlinkedInstruction, 0, UnsafeVectorOverflow > &  instructions)
explicit

Member Function Documentation

◆ count()

unsigned JSC::UnlinkedInstructionStream::count ( ) const
inline

◆ sizeInBytes()

size_t JSC::UnlinkedInstructionStream::sizeInBytes ( ) const

◆ unpackForDebugging()

const RefCountedArray< UnlinkedInstruction > & JSC::UnlinkedInstructionStream::unpackForDebugging ( ) const

Friends And Related Function Documentation

◆ Reader

friend class Reader
friend

Reader with UTF8 encoding and default allocator.


The documentation for this class was generated from the following files: