Searched refs:JSVM_PropertyHandlerCfgStruct (Results 1 – 2 of 2) sorted by relevance
559 struct JSVM_PropertyHandlerCfgStruct { struct572 inline JSVM_PropertyHandlerCfgStruct* CreatePropertyCfg(JSVM_Env env, JSVM_PropertyHandlerCfg prope… in CreatePropertyCfg() argument574 JSVM_PropertyHandlerCfgStruct* newPropertyCfg = new JSVM_PropertyHandlerCfgStruct; in CreatePropertyCfg()604 auto cfg = reinterpret_cast<JSVM_PropertyHandlerCfgStruct *>(finalizeData); in CfgFinalizedCallback()
565 v8impl::JSVM_PropertyHandlerCfgStruct* cb) { in New()712 …_cb = (v8impl::JSVM_PropertyHandlerCfgStruct *)_cbinfo.Data().template As<v8::External>()->Value(); in PropertyCallbackWrapperBase()980 JSVM_PropertyHandlerCfgStruct* _cb;4755 …v8impl::JSVM_PropertyHandlerCfgStruct* propertyHandleCfg = v8impl::CreatePropertyCfg(env, property… in OH_JSVM_DefineClassWithPropertyHandler()