Searched refs:js_historyRawUrl (Results 1 – 1 of 1) sorted by relevance
2035 napi_value js_historyRawUrl; in GetItem() local2036 napi_create_string_utf8(env, historyRawUrl.c_str(), historyRawUrl.length(), &js_historyRawUrl); in GetItem()2037 napi_set_named_property(env, result, "historyRawUrl", js_historyRawUrl); in GetItem()