Home
last modified time | relevance | path

Searched refs:IsCallable (Results 1 – 12 of 12) sorted by relevance

/third_party/node/deps/npm/node_modules/es-abstract/
Des5.js15 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)) {
Des2015.js74 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/
DJITLink.h304 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/
Dimplementation.js15 var isES5 = ES.IsCallable(getDescriptor) && ES.IsCallable(getOwnNames);
/third_party/node/deps/npm/node_modules/es-abstract/operations/
D2015.js29 IsCallable: 'https://ecma-international.org/ecma-262/6.0/#sec-iscallable', property
D2016.js29 IsCallable: 'https://ecma-international.org/ecma-262/7.0/#sec-iscallable', property
D2017.js30 IsCallable: 'https://ecma-international.org/ecma-262/8.0/#sec-iscallable', property
/third_party/node/deps/npm/node_modules/es-abstract/test/
Des5.js183 t.equal(true, ES.IsCallable(function () {}), 'function is callable');
186 t.equal(false, ES.IsCallable(nonCallable), nonCallable + ' is not callable');
Dtests.js375 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/
Dindex.js18 IsCallable: function(o) { return typeof o === 'function'; },
518 return ECMAScript.IsCallable(array.get) ? array.get(index) : array[index];
/third_party/boost/boost/graph/
Ddepth_first_search.hpp74 template < bool IsCallable > struct do_call_finish_edge
/third_party/node/tools/
Dlint-md.mjs27507 IsCallable: function(o) { return typeof o === 'function'; },
28006 return ECMAScript.IsCallable(array.get) ? array.get(index) : array[index];