Searched refs:jObject (Results 1 - 2 of 2) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/ |
H A D | web_object_event.h | 187 void OnObjectEvent(const std::string& eventId, const std::string& param, void *jObject) in OnObjectEvent() argument 191 event->second(param, jObject); in OnObjectEvent() 197 bool OnObjectEventWithBoolReturn(const std::string& eventId, const std::string& param, void *jObject) in OnObjectEventWithBoolReturn() argument 202 return event->second(param, jObject); in OnObjectEventWithBoolReturn()
|
/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/ |
H A D | jsi.cpp | 55 jerry_value_t jObject = AS_JERRY_VALUE(object); in SetProperty() local 59 jerry_release_value(jerry_set_property(jObject, jKey, jVal)); in SetProperty() 335 jerry_value_t jObject = AS_JERRY_VALUE(object); in GetProperty() local 337 return AS_JSI_VALUE(jerry_get_property(jObject, jKey)); in GetProperty() 617 jerry_value_t jObject = AS_JERRY_VALUE(object); in SetPropertyByIndex() local 620 jerry_value_t res = jerry_set_property_by_index(jObject, index, jVal); in SetPropertyByIndex()
|
Completed in 3 milliseconds