Home
last modified time | relevance | path

Searched refs:THIRD_POS (Results 1 - 1 of 1) sorted by relevance

/developtools/profiler/hidebug/interfaces/js/kits/napi/
H A Dnapi_hidebug.cpp66 constexpr int THIRD_POS = 2; member
281 !MatchValueType(env, argv[THIRD_POS], napi_number)) { in GetTraceParam()
308 if (napi_get_value_uint32(env, argv[THIRD_POS], &limitSize) != napi_ok) { in GetTraceParam()
948 !MatchValueType(env, argv[THIRD_POS], napi_boolean)) { in GetAppResourceLimitParam()
983 if (napi_get_value_bool(env, argv[THIRD_POS], &enabledDebugLog) != napi_ok) { in GetAppResourceLimitParam()

Completed in 3 milliseconds