Searched refs:napiPath (Results 1 – 1 of 1) sorted by relevance
59 napi_value napiPath = nullptr; in OnRouterPageStateChange() local63 napi_create_string_utf8(env_, path.c_str(), path.length(), &napiPath); in OnRouterPageStateChange()68 napi_set_named_property(env_, objValue, "path", napiPath); in OnRouterPageStateChange()