Home
last modified time | relevance | path

Searched refs:spliced (Results 1 - 3 of 3) sorted by relevance

/third_party/jerryscript/tests/jerry/es2015/
H A Dclass-inheritance-builtin-array.js76 var spliced = c.splice (c.length - 1); variable
77 isInstanceofArray (spliced);
78 assert (spliced.length === 1);
79 assert (spliced[0] === 7);
112 spliced = c.splice (0);
/third_party/rust/crates/rustix/src/backend/libc/io/
H A Dsyscalls.rs538 .map(|spliced| spliced as usize) in splice()
554 .map(|spliced| spliced as usize) in vmsplice()
/third_party/ltp/tools/sparse/sparse-src/
H A Dtokenize.c359 int spliced = 0, had_cr, had_backslash; in nextchar_slow() local
406 spliced = 1; in nextchar_slow()
430 else if (spliced) in nextchar_slow()

Completed in 4 milliseconds