Searched refs:funcProp (Results 1 – 2 of 2) sorted by relevance
454 jerry_value_t funcProp = jerryx_get_property_str(time, funcName); in GetTimeVal() local455 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()
915 JSRef<JSVal> funcProp = delegate->GetProperty(name.c_str()); in CheckAndGetInterceptionFunc() local916 if (!funcProp->IsFunction()) { in CheckAndGetInterceptionFunc()919 func = JSRef<JSFunc>::Cast(funcProp); in CheckAndGetInterceptionFunc()