Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/kits/js/src/
H A DBaseObjectJS.cpp160 NapiApi::Object StoreJsObj(const META_NS::IObject::Ptr& obj, NapiApi::Object jsobj) in StoreJsObj() argument
165 auto res = BASE_NS::shared_ptr<JSWrapperState>(new JSWrapperState(jsobj, obj->GetClassName())); in StoreJsObj()
177 napi_strict_equals(jsobj.GetEnv(), jsobj, ref, &equals); in StoreJsObj()
204 napi_get_null(jsobj.GetEnv(), &val); in StoreJsObj()
205 return { jsobj.GetEnv(), val }; in StoreJsObj()
/foundation/graphic/graphic_3d/kits/js/include/napi/
H A Dnapi_api.h940 // creates a new reference to jsobj. returns napi_value from reference.
941 NapiApi::Object StoreJsObj(const META_NS::IObject::Ptr& obj, NapiApi::Object jsobj);

Completed in 4 milliseconds