Searched refs:is_callback (Results 1 – 2 of 2) sorted by relevance
410 static constexpr bool is_callback = false;425 static constexpr bool is_callback = false;441 static constexpr bool is_callback = false;455 static constexpr bool is_callback = false;485 static constexpr bool is_callback = false;507 static constexpr bool is_callback = false;528 static constexpr bool is_callback = false;544 static constexpr bool is_callback = false;562 static constexpr bool is_callback = false;578 static constexpr bool is_callback = false;[all …]
1202 function IdlInterface(obj, is_callback, is_mixin) argument1238 this._is_callback = is_callback;1242 IdlInterface.prototype.is_callback = function() method in IdlInterface1489 if (this.is_callback() && !this.has_constants()) {1503 if (this.is_callback()) {1576 if (!this.is_callback()) {1602 if (!this.is_callback() || this.has_constants()) {1633 if (this.is_callback()) {1799 if (this.is_callback() && !this.has_constants()) {1805 if (this.is_callback()) {[all …]