Searched refs:setterTempl (Results 1 – 3 of 3) sorted by relevance
615 auto setterTempl = runtime->NewFunction(std::get<2>(item)); in CreateAnimationContext() local616 … ret = animationContext->SetAccessorProperty(runtime, std::get<0>(item), getterTempl, setterTempl); in CreateAnimationContext()
303 auto setterTempl = runtime->NewFunction(std::get<2>(item)); in JsGetContext() local304 …ool ret = renderContext->SetAccessorProperty(runtime, std::get<0>(item), getterTempl, setterTempl); in JsGetContext()
345 auto setterTempl = runtime->NewFunction(std::get<2>(item)); in HandleJsContext() local346 …ol ret = renderContext_->SetAccessorProperty(runtime, std::get<0>(item), getterTempl, setterTempl); in HandleJsContext()