Searched refs:DefineNamedProperty (Results 1 - 5 of 5) sorted by relevance
/foundation/arkui/ace_engine_lite/interfaces/inner_api/builtin/jsi/ |
H A D | jsi.h | 714 static bool DefineNamedProperty(JSIValue object, const char * const propNameStr, JSPropertyDescriptor descriptor); 726 static bool DefineNamedProperty(JSIValue object,
|
/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/ |
H A D | jsi.cpp | 1117 bool JSI::DefineNamedProperty(JSIValue object, const char * const propNameStr, JSPropertyDescriptor descriptor) in DefineNamedProperty() function in OHOS::ACELite::JSI 1120 HILOG_ERROR(HILOG_MODULE_ACE, "JSI:DefineNamedProperty failed!"); in DefineNamedProperty() 1129 HILOG_ERROR(HILOG_MODULE_ACE, "JSI:DefineNamedProperty has not been implemented in this js engine!"); in DefineNamedProperty() 1134 bool JSI::DefineNamedProperty(JSIValue object, in DefineNamedProperty() function in OHOS::ACELite::JSI 1142 return JSI::DefineNamedProperty(object, propNameStr, desc); in DefineNamedProperty()
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/ |
H A D | sample_module.cpp | 176 JSI::DefineNamedProperty(result, propName, desc); in TestGeneralFunc()
|
/foundation/multimedia/media_lite/interfaces/kits/player_lite/js/builtin/src/ |
H A D | audio_module.cpp | 43 JSI::DefineNamedProperty(target, propName, descriptor); in DefineProperty()
|
/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/test/unittest/common/ |
H A D | jsi_interface_tdd_test.cpp | 741 * @tc.steps: step2. call JSI DefineNamedProperty in JSIInterfaceTest020() 744 bool res = JSI::DefineNamedProperty(globalObj, propName, desc); in JSIInterfaceTest020()
|
Completed in 11 milliseconds