Searched refs:getterTempl (Results 1 – 3 of 3) sorted by relevance
614 auto getterTempl = runtime->NewFunction(std::get<1>(item)); in CreateAnimationContext() local616 …bool ret = animationContext->SetAccessorProperty(runtime, std::get<0>(item), getterTempl, setterTe… in CreateAnimationContext()
302 auto getterTempl = runtime->NewFunction(std::get<1>(item)); in JsGetContext() local304 …bool ret = renderContext->SetAccessorProperty(runtime, std::get<0>(item), getterTempl, setterTempl… in JsGetContext()
344 auto getterTempl = runtime->NewFunction(std::get<1>(item)); in HandleJsContext() local346 …bool ret = renderContext_->SetAccessorProperty(runtime, std::get<0>(item), getterTempl, setterTemp… in HandleJsContext()