Searched refs:jsPending (Results 1 – 1 of 1) sorted by relevance
342 shared_ptr<JsValue> jsPending = thisObj->GetProperty(runtime, "__pending"); in JsAnimationPendingGet() local344 if (jsPending) { in JsAnimationPendingGet()345 pending = jsPending->IsBoolean(runtime) ? jsPending->ToBoolean(runtime) : false; in JsAnimationPendingGet()363 shared_ptr<JsValue> jsPending = thisObj->GetProperty(runtime, "__playState"); in JsAnimationPlayStateGet() local364 if (!jsPending) { in JsAnimationPlayStateGet()369 return runtime->NewString(jsPending->ToString(runtime)); in JsAnimationPlayStateGet()