Searched refs:textNApi (Results 1 – 1 of 1) sorted by relevance
618 napi_value textNApi = nullptr; in ParseButtons() local631 napi_get_named_property(env, buttonArray, "text", &textNApi); in ParseButtons()632 if (!GetNapiString(env, textNApi, textString, valueType)) { in ParseButtons()