Home
last modified time | relevance | path

Searched refs:pageObj (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/router/
H A Djs_router.cpp630 napi_value pageObj = nullptr; in JSGetStateByUrl() local
631 napi_create_object(env, &pageObj); in JSGetStateByUrl()
649 napi_set_named_property(env, pageObj, "index", indexValue); in JSGetStateByUrl()
650 napi_set_named_property(env, pageObj, "name", nameValue); in JSGetStateByUrl()
651 napi_set_named_property(env, pageObj, "path", pathValue); in JSGetStateByUrl()
652 napi_set_named_property(env, pageObj, "params", parsedParams); in JSGetStateByUrl()
653 napi_set_element(env, result, index++, pageObj); in JSGetStateByUrl()