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