Home
last modified time | relevance | path

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

/developtools/profiler/hidebug/interfaces/js/kits/napi/
H A Dnapi_hidebug.cpp65 constexpr int SECOND_POS = 1; member
280 !MatchValueType(env, argv[SECOND_POS], napi_number) && in GetTraceParam()
304 if (napi_get_value_uint32(env, argv[SECOND_POS], &traceFlag) != napi_ok) { in GetTraceParam()
947 !MatchValueType(env, argv[SECOND_POS], napi_number) && in GetAppResourceLimitParam()
975 if (napi_get_value_int32(env, argv[SECOND_POS], &value) != napi_ok || value < 0) { in GetAppResourceLimitParam()

Completed in 3 milliseconds