Searched refs:NAPI_ERR_NO_WINDOW (Results 1 – 2 of 2) sorted by relevance
25 #define NAPI_ERR_NO_WINDOW (-1) macro
785 } else if (*value == NAPI_ERR_NO_WINDOW) { in JsGetDisplayOrientation()786 task.Reject(env, CreateJsError(env, NAPI_ERR_NO_WINDOW, "window is nullptr")); in JsGetDisplayOrientation()