Searched refs:AsInt32 (Results 1 – 2 of 2) sorted by relevance
19 static napi_value AsInt32(napi_env env, napi_callback_info info) { in AsInt32() function139 DECLARE_NAPI_PROPERTY("asInt32", AsInt32), in Init()
448 int32_t AsInt32() const { return static_cast<int32_t>(AsInt64()); } in AsInt32() function770 template<> inline int32_t Reference::As<int32_t>() const { return AsInt32(); }