Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/builtins/
Dbuiltins-arraybuffer.cc212 double const final_ = (relative_end < 0) ? std::max(len + relative_end, 0.0) in SliceHelper() local
216 double const new_len = std::max(final_ - first, 0.0); in SliceHelper()
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dkeywords.rs190 pub static mut final_: ::std::os::raw::c_int; variable