Home | History | Annotate | Download | only in javascript

Lines Matching refs:CJS_TimerObj

134 JSConstSpec CJS_TimerObj::ConstSpecs[] = {{0, JSConstSpec::Number, 0, 0}};
136 JSPropertySpec CJS_TimerObj::PropertySpecs[] = {{0, 0, 0}};
138 JSMethodSpec CJS_TimerObj::MethodSpecs[] = {{0, 0}};
140 IMPLEMENT_JS_CLASS(CJS_TimerObj, TimerObj)
472 pRuntime->NewFxDynamicObj(CJS_TimerObj::g_nObjDefnID);
476 CJS_TimerObj* pJS_TimerObj =
477 static_cast<CJS_TimerObj*>(pRuntime->GetObjectPrivate(pRetObj));
507 pRuntime->NewFxDynamicObj(CJS_TimerObj::g_nObjDefnID);
511 CJS_TimerObj* pJS_TimerObj =
512 static_cast<CJS_TimerObj*>(pRuntime->GetObjectPrivate(pRetObj));
550 if (CFXJS_Engine::GetObjDefnID(pObj) != CJS_TimerObj::g_nObjDefnID)