Searched refs:jsIdentityMapperFunc (Results 1 – 2 of 2) sorted by relevance
34 …JsForEachFunction(JSRef<JSObject> jsArray, JSRef<JSFunc> jsIdentityMapperFunc, JSRef<JSFunc> jsVie… in JsForEachFunction() argument37 if (!jsIdentityMapperFunc.IsEmpty()) { in JsForEachFunction()38 jsIdentityMapperFunc_ = jsIdentityMapperFunc; in JsForEachFunction()
78 JSRef<JSVal> jsIdentityMapperFunc; in Create() local81 jsIdentityMapperFunc = info[4]; in Create()83 … jsArray, JSRef<JSFunc>::Cast(jsIdentityMapperFunc), JSRef<JSFunc>::Cast(jsViewMapperFunc)); in Create()