Searched refs:AceWrapArrayInt64ToJS (Results 1 – 3 of 3) sorted by relevance
63 napi_value AceWrapArrayInt64ToJS(napi_env env, const std::vector<int64_t>& value);
376 napi_value AceWrapArrayInt64ToJS(napi_env env, const std::vector<int64_t>& value) in AceWrapArrayInt64ToJS() function
432 napi_value jsValue = AceWrapArrayInt64ToJS(env, natArray); in AceInnerWrapWantParamsArrayInt64()