Home
last modified time | relevance | path

Searched refs:assert_class_string (Results 1 – 2 of 2) sorted by relevance

/third_party/node/test/fixtures/wpt/resources/
Didlharness.js1536assert_class_string(this.get_interface_object(), "Function", "class string of " + this.name);
1853 assert_class_string(Object.getPrototypeOf(this.get_interface_object().prototype),
1885 assert_class_string(Object.getPrototypeOf(this.get_interface_object().prototype),
2692 assert_class_string(obj, this.get_qualified_name(), "class string of " + desc);
Dtestharness.js1272 function assert_class_string(object, class_string, description) { function
1276 expose(assert_class_string, "assert_class_string");