Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/kits/js/src/
H A DPropertyProxy.cpp23 class PropCtx { class
28 PropCtx(PropertyProxy* p, BASE_NS::string m);
29 ~PropCtx();
34 PropCtx::PropCtx(PropertyProxy* p, BASE_NS::string m) in PropCtx() function in PropCtx
39 PropCtx::~PropCtx() in ~PropCtx()
42 napi_value PropCtx::GetValue(NapiApi::FunctionContext<>& info) in GetValue()
46 void PropCtx::SetValue(NapiApi::FunctionContext<>& info) in SetValue()
127 auto* accessor = new PropCtx(thi in Hook()
[all...]
/foundation/graphic/graphic_3d/kits/js/include/
H A DPropertyProxy.h29 BASE_NS::vector<class PropCtx*> accessors;

Completed in 1 milliseconds