Searched refs:js_historyUrl (Results 1 – 1 of 1) sorted by relevance
2031 napi_value js_historyUrl; in GetItem() local2032 napi_create_string_utf8(env, historyUrl.c_str(), historyUrl.length(), &js_historyUrl); in GetItem()2033 napi_set_named_property(env, result, "historyUrl", js_historyUrl); in GetItem()