Searched refs:AceUnwrapInt32FromJS2 (Results 1 – 2 of 2) sorted by relevance
35 bool AceUnwrapInt32FromJS2(napi_env env, napi_value param, int& value);
100 bool AceUnwrapInt32FromJS2(napi_env env, napi_value param, int& value) in AceUnwrapInt32FromJS2() function323 if (!AceUnwrapInt32FromJS2(env, jsValue, natValue)) { in AceUnwrapArrayInt32FromJS()794 return AceUnwrapInt32FromJS2(env, jsValue, value); in AceUnwrapInt32ByPropertyName()