Home
last modified time | relevance | path

Searched refs:JSWrapperState (Results 1 - 1 of 1) sorted by relevance

/foundation/graphic/graphic_3d/kits/js/src/
H A DBaseObjectJS.cpp23 class JSWrapperState : public CORE_NS::IInterface { class
30 JSWrapperState(NapiApi::Object obj, BASE_NS::string_view name);
31 ~JSWrapperState();
41 const CORE_NS::IInterface* JSWrapperState::GetInterface(const BASE_NS::Uid& uid) const in GetInterface()
46 if (uid == JSWrapperState::UID) { in GetInterface()
51 CORE_NS::IInterface* JSWrapperState::GetInterface(const BASE_NS::Uid& uid) in GetInterface()
56 if (uid == JSWrapperState::UID) { in GetInterface()
61 void JSWrapperState::Ref() in Ref()
65 void JSWrapperState::Unref() in Unref()
71 JSWrapperState in Unref() function in JSWrapperState
[all...]

Completed in 1 milliseconds