Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-string.cc1629 Node* const length_float = LoadHeapNumberValue(var_length.value()); in TF_BUILTIN() local
1630 Branch(Float64LessThan(length_float, float_zero), &if_isnegative, in TF_BUILTIN()