Searched refs:jsForEachFunction (Results 1 – 1 of 1) sorted by relevance
79 RefPtr<JsForEachFunction> jsForEachFunction; in Create() local82 jsForEachFunction = AceType::MakeRefPtr<JsForEachFunction>( in Create()85 …jsForEachFunction = AceType::MakeRefPtr<JsForEachFunction>(jsArray, JSRef<JSFunc>::Cast(jsViewMapp… in Create()89 [jsForEachFunction]() { return jsForEachFunction->ExecuteIdentityMapper(); }, in Create()90 [jsForEachFunction](int32_t index) { jsForEachFunction->ExecuteBuilderForIndex(index); } }; in Create()