Shaka Player Embedded
Public Member Functions | Static Public Member Functions | List of all members
shaka::js::Debug Class Reference

#include <debug.h>

Inheritance diagram for shaka::js::Debug:
shaka::BackingObject shaka::memory::Traceable

Public Member Functions

 Debug ()
 
- Public Member Functions inherited from shaka::BackingObject
 BackingObject ()
 
void Trace (memory::HeapTracer *tracer) const override
 
bool IsRootedAlive () const override
 
std::string name () const
 
virtual BackingObjectFactoryBasefactory () const =0
 
bool DerivedFrom (const std::string &base)
 
ReturnVal< JsValue > JsThis () const
 
void SetJsThis (Handle< JsObject > this_)
 
- Public Member Functions inherited from shaka::memory::Traceable
virtual ~Traceable ()
 
virtual bool IsShortLived () const
 

Static Public Member Functions

static std::string InternalTypeName (RefPtr< BackingObject > object)
 
static std::string IndirectBases (RefPtr< BackingObject > object)
 
static void Sleep (uint64_t delay_ms)
 
- Static Public Member Functions inherited from shaka::BackingObject
static void * operator new[] (size_t size)=delete
 
static void operator delete[] (void *)=delete
 

Additional Inherited Members

- Static Public Attributes inherited from shaka::BackingObject
static constexpr const size_t kInternalFieldCount = 2
 
- Static Public Attributes inherited from shaka::memory::Traceable
static constexpr const uint64_t kShortLiveDurationMs = 5000
 
- Protected Member Functions inherited from shaka::BackingObject
 ~BackingObject () override
 

Detailed Description

Defines a number of internal, project-specific JavaScript methods used to help debug the project.

Definition at line 31 of file debug.h.

Constructor & Destructor Documentation

§ Debug()

shaka::js::Debug::Debug ( )

Definition at line 23 of file debug.cc.

Member Function Documentation

§ IndirectBases()

std::string shaka::js::Debug::IndirectBases ( RefPtr< BackingObject object)
static

Definition at line 32 of file debug.cc.

§ InternalTypeName()

Doxygen_Skip std::string shaka::js::Debug::InternalTypeName ( RefPtr< BackingObject object)
static

Definition at line 28 of file debug.cc.

§ Sleep()

void shaka::js::Debug::Sleep ( uint64_t  delay_ms)
static

Definition at line 44 of file debug.cc.


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