Title – Subtitle



Title – Subtitle

0 0


talk-template

Reveal.js fork template for talks

On Github syg / talk-template

Title

Subtitle

Shu-yu Guo Venue 'XX

Slide

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

  • Item 1
  • Item 2

Code

// Check if we have already stubbed the current object to avoid
// attaching a duplicate stub.
if (!cache.initStubbedShapes(cx))
    return TP_FATAL;
ShapeSet::AddPtr p = cache.stubbedShapes()->
    lookupForAdd(obj->lastProperty());
if (p)
    return TP_SUCCESS;
if (!cache.stubbedShapes()->add(p, obj->lastProperty()))
    return TP_FATAL;