Home
last modified time | relevance | path

Searched refs:TypeCode (Results 1 – 2 of 2) sorted by relevance

/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
Djs_utils.h50 enum TypeCode : int32_t { enum
93 static void ThrowException(napi_env env, int32_t err, const std::string &msg, TypeCode type);
Djs_utils.cpp84 void JsUtils::ThrowException(napi_env env, int32_t err, const std::string &msg, TypeCode type) in ThrowException()
90 if (type == TypeCode::TYPE_NONE) { in ThrowException()