Lines Matching defs:operationResult
446 OperationResult operationResult =
449 dateTimeFormat->SetTimeZone(thread, operationResult.GetValue());
456 if (!operationResult.GetValue()->IsUndefined()) {
457 JSHandle<EcmaString> timezone = JSTaggedValue::ToString(thread, operationResult.GetValue());
730 OperationResult operationResult = JSObject::GetProperty(thread, optionsResult, key);
732 if (!operationResult.GetValue()->IsUndefined()) {
754 OperationResult operationResult = JSObject::GetProperty(thread, optionsResult, key);
756 if (!operationResult.GetValue()->IsUndefined()) {
1028 OperationResult operationResult = JSTaggedValue::GetProperty(thread, dateTimeFormat, key);
1030 return operationResult.GetValue();