[][src]Function boa::builtins::date::this_time_value

pub fn this_time_value(value: &Value, context: &mut Context) -> Result<Date>

The abstract operation thisTimeValue takes argument value.

In following descriptions of functions that are properties of the Date prototype object, the phrase “this Date object” refers to the object that is the this value for the invocation of the function. If the Type of the this value is not Object, a TypeError exception is thrown. The phrase “this time value” within the specification of a method refers to the result returned by calling the abstract operation thisTimeValue with the this value of the method invocation passed as the argument.

More information: