Home
last modified time | relevance | path

Searched refs:JSPropertyDescriptor (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/interfaces/inner_api/builtin/jsi/
H A Djsi.h72 struct JSPropertyDescriptor : public MemoryHeap { struct
76 JSPropertyDescriptor() : setter(nullptr), getter(nullptr) {} in JSPropertyDescriptor() argument
703 static bool DefineProperty(JSIValue object, JSIValue propName, JSPropertyDescriptor descriptor);
714 …ineNamedProperty(JSIValue object, const char * const propNameStr, JSPropertyDescriptor descriptor);
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/
H A Djsi.cpp1082 bool JSI::DefineProperty(JSIValue object, JSIValue propName, JSPropertyDescriptor descriptor) in DefineProperty()
1117 bool JSI::DefineNamedProperty(JSIValue object, const char * const propNameStr, JSPropertyDescriptor in DefineNamedProperty()
1139 JSPropertyDescriptor desc; in DefineNamedProperty()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/
H A Dsample_module.cpp172 JSPropertyDescriptor desc; in TestGeneralFunc()
/ohos5.0/foundation/multimedia/media_lite/interfaces/kits/player_lite/js/builtin/src/
H A Daudio_module.cpp40 JSPropertyDescriptor descriptor; in DefineProperty()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/test/unittest/common/
H A Djsi_interface_tdd_test.cpp735 JSPropertyDescriptor desc; in JSIInterfaceTest020()