Searched defs:storeRes (Results 1 – 1 of 1) sorted by relevance
137 FStore &storeRes, FRead &readVal) in ConvertEtsValRef()184 … FStore &storeRes, panda_file::Type type, FRead &readVal) in ConvertEtsVal()330 auto storeRes = [&jsRes](napi_value res) { jsRes = res; }; in EtsCallImpl() local467 auto storeRes = [&jsargs, &argIdx](napi_value res) { jsargs[argIdx] = res; }; in JSRuntimeJSCallImpl() local