Home
last modified time | relevance | path

Searched defs:next_source (Results 1 – 2 of 2) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-object.c965 ecma_value_t next_source = arguments_list_p[i]; in ecma_builtin_object_object_assign() local
/third_party/rust/rust/compiler/rustc_span/src/
Dsource_map.rs765 let next_source = next_source.split(c).next().unwrap_or(""); in span_extend_to_next_char() localVariable