Searched refs:IsCallable (Results 1 – 12 of 12) sorted by relevance
/third_party/node/deps/npm/node_modules/es-abstract/ |
D | es5.js | 15 var IsCallable = require('is-callable'); variable 62 IsCallable: IsCallable, 222 if (typeof getter !== 'undefined' && !this.IsCallable(getter)) { 229 if (typeof setter !== 'undefined' && !this.IsCallable(setter)) {
|
D | es2015.js | 74 if (!this.IsCallable(F)) { 298 if (!this.IsCallable(func)) { 508 if (!this.IsCallable(completion)) { 562 if (this.IsCallable(exec)) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/ |
D | JITLink.h | 304 bool IsCallable) in Symbol() argument 310 setCallable(IsCallable); in Symbol() 351 JITTargetAddress Size, bool IsCallable, in constructAnonDef() argument 357 Scope::Local, IsLive, IsCallable); in constructAnonDef() 364 bool IsLive, bool IsCallable) { in constructNamedDef() argument 369 new (Sym) Symbol(Base, Offset, Name, Size, L, S, IsLive, IsCallable); in constructNamedDef() 413 bool isCallable() const { return IsCallable; } in isCallable() 416 void setCallable(bool IsCallable) { this->IsCallable = IsCallable; } in setCallable() argument 522 uint64_t IsCallable : 1; variable 884 JITTargetAddress Size, bool IsCallable, in addAnonymousSymbol() argument [all …]
|
/third_party/node/deps/npm/node_modules/object.getownpropertydescriptors/ |
D | implementation.js | 15 var isES5 = ES.IsCallable(getDescriptor) && ES.IsCallable(getOwnNames);
|
/third_party/node/deps/npm/node_modules/es-abstract/operations/ |
D | 2015.js | 29 IsCallable: 'https://ecma-international.org/ecma-262/6.0/#sec-iscallable', property
|
D | 2016.js | 29 IsCallable: 'https://ecma-international.org/ecma-262/7.0/#sec-iscallable', property
|
D | 2017.js | 30 IsCallable: 'https://ecma-international.org/ecma-262/8.0/#sec-iscallable', property
|
/third_party/node/deps/npm/node_modules/es-abstract/test/ |
D | es5.js | 183 t.equal(true, ES.IsCallable(function () {}), 'function is callable'); 186 t.equal(false, ES.IsCallable(nonCallable), nonCallable + ' is not callable');
|
D | tests.js | 375 t.equal(true, ES.IsCallable(function () {}), 'function is callable'); 378 t.equal(false, ES.IsCallable(nonCallable), debug(nonCallable) + ' is not callable');
|
/third_party/node/deps/npm/node_modules/typedarray/ |
D | index.js | 18 IsCallable: function(o) { return typeof o === 'function'; }, 518 return ECMAScript.IsCallable(array.get) ? array.get(index) : array[index];
|
/third_party/boost/boost/graph/ |
D | depth_first_search.hpp | 74 template < bool IsCallable > struct do_call_finish_edge
|
/third_party/node/tools/ |
D | lint-md.mjs | 27507 IsCallable: function(o) { return typeof o === 'function'; }, 28006 return ECMAScript.IsCallable(array.get) ? array.get(index) : array[index];
|