Searched refs:NATIVE_ARGS_LEN (Results 1 – 2 of 2) sorted by relevance
75 constexpr uint32_t NATIVE_ARGS_LEN = 2; variable
2074 if (argc != NATIVE_ARGS_LEN) { in JsCallNative()2075 LOGE("The arg is wrong, it is supposed to have %{public}d arguments", NATIVE_ARGS_LEN); in JsCallNative()