Home
last modified time | relevance | path

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

/developtools/profiler/hidebug/interfaces/js/kits/napi/
H A Dnapi_hidebug.cpp64 constexpr int FIRST_POS = 0; member
279 if (!MatchValueType(env, argv[FIRST_POS], napi_object) && in GetTraceParam()
286 if (!IsArrayForNapiValue(env, argv[FIRST_POS], arraySize)) { in GetTraceParam()
294 if (napi_get_element(env, argv[FIRST_POS], i, &jsValue) != napi_ok) { in GetTraceParam()
946 if (!MatchValueType(env, argv[FIRST_POS], napi_string) && in GetAppResourceLimitParam()
953 napi_status status = napi_get_value_string_utf8(env, argv[FIRST_POS], nullptr, 0, &bufLen); in GetAppResourceLimitParam()
964 napi_get_value_string_utf8(env, argv[FIRST_POS], buf.data(), bufLen + 1, &bufLen); in GetAppResourceLimitParam()

Completed in 3 milliseconds