Searched refs:get_interface_object (Results 1 – 1 of 1) sorted by relevance
/third_party/node/test/fixtures/wpt/resources/ |
D | idlharness.js | 1298 IdlInterface.prototype.get_interface_object = function() { method in IdlInterface 1506 assert_equals(Object.getPrototypeOf(this.get_interface_object()), Function.prototype, 1536 … assert_class_string(this.get_interface_object(), "Function", "class string of " + this.name); 1540 var prototype = Object.getPrototypeOf(this.get_interface_object()); 1548 assert_equals(prototype, inherited_interface.get_interface_object(), 1566 var interface_object = this.get_interface_object(); 1587 assert_own_property(this.get_interface_object(), "length"); 1588 var desc = Object.getOwnPropertyDescriptor(this.get_interface_object(), "length"); 1598 …assert_equals(this.get_interface_object().length, expected_length, "wrong value for " + this.name … 1614 assert_own_property(this.get_interface_object(), "name"); [all …]
|