Home
last modified time | relevance | path

Searched refs:john (Results 1 - 4 of 4) sorted by relevance

/third_party/jerryscript/tests/jerry/
H A Dobject-literal.js41 var john = new Object(); class
42 john.firstName = "John";
43 john.lastName = "Doe";
44 john.age = 40;
45 john.eyeColor = "blue";
47 assert (person.firstName === john.firstName);
48 assert (person.lastName === john.lastName);
49 assert (person.age === john.age);
50 assert (person.eyeColor === john.eyeColor);
/third_party/typescript/tests/baselines/reference/
H A DinferFromBindingPattern.js34 const john = selectJohn();
35 const [personAgain, nufinspecial] = john;
58 var john = selectJohn(); variable
59 var personAgain = john[0], nufinspecial = john[1];
/third_party/python/Lib/test/
H A Dtest_decorators.py132 @noteargs('terry', 'gilliam', eric='idle', john='cleese')
136 dict(eric='idle', john='cleese')))
/third_party/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectwriter_test.cc228 robert->add_friend_()->set_name("john"); in TEST_P()
245 ->RenderString("name", "john") in TEST_P()
800 Author* john = paul->add_friend_(); in TEST_P() local
801 john->set_name("John"); in TEST_P()
906 Author* john = paul->add_friend_(); in TEST_P() local
907 john->set_name("John"); in TEST_P()

Completed in 8 milliseconds