Home
last modified time | relevance | path

Searched defs:JsiType (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_types.inl24 JsiType<T>::JsiType(panda::Local<T> val) function in OHOS::Ace::Framework::JsiType
33 JsiType<T>::JsiType(const EcmaVM *vm, panda::Local<T> val) function in OHOS::Ace::Framework::JsiType
42 JsiType<T>::JsiType(panda::Local<S> val) function in OHOS::Ace::Framework::JsiType
51 JsiType<T>::JsiType(const panda::CopyableGlobal<T>& other) : handle_(other) function in OHOS::Ace::Framework::JsiType
56 JsiType<T>::JsiType(const JsiType<T>& rhs) : handle_(rhs.handle_) function in OHOS::Ace::Framework::JsiType
61 JsiType<T>::JsiType(JsiType<T>&& rhs) : handle_(std::move(rhs.handle_)) function in OHOS::Ace::Framework::JsiType