Home
last modified time | relevance | path

Searched refs:construct1 (Results 1 – 3 of 3) sorted by relevance

/third_party/jerryscript/tests/jerry/
Dobject-prototype-propertyisenumerable.js75 function construct1() function
85 construct2.prototype = new construct1;
/third_party/PyYAML/tests/lib/
Dtest_constructor.py38 def construct1(constructor, node): function
54 yaml.add_constructor("!tag1", construct1, Loader=MyLoader)
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
Doptional_test.cc50 int construct1 = 0; member
77 explicit Listenable(int /*unused*/) { ++listener->construct1; } in Listenable()
542 EXPECT_EQ(1, listener.construct1); in TEST()
888 EXPECT_EQ(1, listener.construct1); in TEST()
1135 EXPECT_EQ(1, listener.construct1); in TEST()