Searched defs:what_is_capybara (Results 1 - 1 of 1) sorted by relevance

/external/v8/test/mjsunit/
H A Ddebug-evaluate-with-context.js36 var context = { what_is_capybara: "a fish" };
37 var context2 = { what_is_capybara: "a fish", what_is_parrot: "a beard" };
41 "(what_is_capybara ? what_is_capybara : 'a beast') + '/' + what_is_parrot";
55 var global_expression = "what_is_capybara ? what_is_capybara : 'a beast'";

Completed in 70 milliseconds