Home
last modified time | relevance | path

Searched defs:sub_c (Results 1 – 3 of 3) sorted by relevance

/third_party/jerryscript/tests/jerry/es2015/
Dfunction-prototype-hasinstance.js41 function sub_c (value) { function
45 sub_c.prototype = Object.create (base.prototype) class
Dfunction-prototype-hasinstance-class.js41 class sub_c extends base { class
/third_party/rust/crates/clap/tests/derive/
Dhelp.rs156 let sub_c = cmd.find_subcommand("sub-c").unwrap(); in app_help_heading_flattened() localVariable