Home
last modified time | relevance | path

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

/third_party/node/test/fixtures/wpt/resources/
Didlharness.js1204 function IdlInterface(obj, is_callback, is_mixin) argument
1240 this._is_callback = is_callback;
1244 IdlInterface.prototype.is_callback = function() method in IdlInterface
1303 …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 …]
/third_party/node/deps/v8/src/builtins/
Dbuiltins-microtask-queue-gen.cc129 Label is_callable(this), is_callback(this), in RunSingleMicrotask() local
140 &is_callable, &is_callback, &is_promise_fulfill_reaction_job, in RunSingleMicrotask()
165 BIND(&is_callback); in RunSingleMicrotask()