Home
last modified time | relevance | path

Searched refs:JSVM_PropertyHandlerCfgStruct (Results 1 – 2 of 2) sorted by relevance

/third_party/node/src/
Djs_native_api_v8.h559 struct JSVM_PropertyHandlerCfgStruct { struct
572 inline JSVM_PropertyHandlerCfgStruct* CreatePropertyCfg(JSVM_Env env, JSVM_PropertyHandlerCfg prope… in CreatePropertyCfg() argument
574 JSVM_PropertyHandlerCfgStruct* newPropertyCfg = new JSVM_PropertyHandlerCfgStruct; in CreatePropertyCfg()
604 auto cfg = reinterpret_cast<JSVM_PropertyHandlerCfgStruct *>(finalizeData); in CfgFinalizedCallback()
Djs_native_api_v8.cc565 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()