Searched refs:is_callback (Results 1 – 2 of 2) sorted by relevance
1204 function IdlInterface(obj, is_callback, is_mixin) argument1240 this._is_callback = is_callback;1244 IdlInterface.prototype.is_callback = function() method in IdlInterface1303 …return this.is_callback() ? this.has_constants() : !this.has_extended_attribute("LegacyNoInterface…1314 …var reason = this.is_callback() ? "lack of declared constants" : "declared [LegacyNoInterfaceObjec…1473 if (this.is_callback()) {1544 if (this.should_have_interface_object() && !this.is_callback()) {1600 if (this.is_callback()) {1772 if (this.is_callback()) {1896 if (this.is_callback()) {[all …]
129 Label is_callable(this), is_callback(this), in RunSingleMicrotask() local140 &is_callable, &is_callback, &is_promise_fulfill_reaction_job, in RunSingleMicrotask()165 BIND(&is_callback); in RunSingleMicrotask()