Home
last modified time | relevance | path

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

/third_party/node/src/
H A Djs_native_api_v8.h559 struct JSVM_PropertyHandlerCfgStruct { struct
572 inline JSVM_PropertyHandlerCfgStruct* CreatePropertyCfg(JSVM_Env env, JSVM_PropertyHandlerCfg propertyCfg) in CreatePropertyCfg()
574 JSVM_PropertyHandlerCfgStruct* newPropertyCfg = new JSVM_PropertyHandlerCfgStruct; in CreatePropertyCfg()
604 auto cfg = reinterpret_cast<JSVM_PropertyHandlerCfgStruct *>(finalizeData); in CfgFinalizedCallback()
H A Djs_native_api_v8.cc570 v8impl::JSVM_PropertyHandlerCfgStruct* cb) { in New()
719 _cb = (v8impl::JSVM_PropertyHandlerCfgStruct *)_cbinfo.Data().template As<v8::External>()->Value(); in PropertyCallbackWrapperBase()
987 JSVM_PropertyHandlerCfgStruct* _cb;
4823 v8impl::JSVM_PropertyHandlerCfgStruct* propertyHandleCfg = v8impl::CreatePropertyCfg(env, propertyHandlerCfg);

Completed in 9 milliseconds