Searched refs:yProperty (Results 1 – 1 of 1) sorted by relevance
1379 napi_value yProperty; in IsLocaledWithinRect() local1380 CHKRF(napi_get_named_property(env, napiPointer, "screenY", &yProperty), GET_NAMED_PROPERTY); in IsLocaledWithinRect()1381 CHKPF(yProperty); in IsLocaledWithinRect()1383 CHKRF(napi_get_value_int32(env, yProperty, &yInt), GET_VALUE_INT32); in IsLocaledWithinRect()