Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Ddate_time_format_module.cpp454 jerry_value_t funcProp = jerryx_get_property_str(time, funcName); in GetTimeVal() local
455 if (IS_UNDEFINED(funcProp)) { in GetTimeVal()
458 jerry_value_t result = CallJSFunction(funcProp, time, nullptr, 0); in GetTimeVal()
460 ReleaseJerryValue(funcProp, result, VA_ARG_END_FLAG); in GetTimeVal()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_navigation_stack.cpp915 JSRef<JSVal> funcProp = delegate->GetProperty(name.c_str()); in CheckAndGetInterceptionFunc() local
916 if (!funcProp->IsFunction()) { in CheckAndGetInterceptionFunc()
919 func = JSRef<JSFunc>::Cast(funcProp); in CheckAndGetInterceptionFunc()