Searched refs:nativeCounts (Results 1 – 1 of 1) sorted by relevance
1004 napi_value nativeCounts = nullptr; in ParserFileInfoNumJsResult() local1005 napi_get_named_property(env, nativeValue, "counts", &nativeCounts); in ParserFileInfoNumJsResult()1006 if (napi_get_value_uint32(env, nativeCounts, &counts) != napi_ok) { in ParserFileInfoNumJsResult()