Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_bindings.inl433 std::variant<void*, panda::CopyableGlobal<panda::JSValueRef>> retVal = info.GetReturnValue();
544 std::variant<void*, panda::CopyableGlobal<panda::JSValueRef>> retVal = info.GetReturnValue();
595 auto retVal = info.GetReturnValue();
H A Djsi_types.h280 std::variant<void*, panda::CopyableGlobal<panda::JSValueRef>> GetReturnValue() in GetReturnValue() function