Home
last modified time | relevance | path

Searched refs:num_value (Results 1 – 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-date-prototype.c149 ecma_number_t num_value = ecma_get_number_from_value (tv); in ecma_builtin_date_prototype_to_json() local
151 if (ecma_number_is_nan (num_value) || ecma_number_is_infinity (num_value)) in ecma_builtin_date_prototype_to_json()
Decma-builtin-json.c1255 ecma_number_t num_value = ecma_get_number_from_value (value); in ecma_builtin_json_serialize_property() local
1258 if (!ecma_number_is_nan (num_value) && !ecma_number_is_infinity (num_value)) in ecma_builtin_json_serialize_property()
/third_party/protobuf/src/google/protobuf/util/internal/testdata/
Ddefault_value.proto94 int64 num_value = 113; field