Home
last modified time | relevance | path

Searched defs:IsCallable (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/npm/node_modules/es-abstract/
Des5.js15 var IsCallable = require('is-callable'); variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLink.h304 bool IsCallable) in Symbol()
351 JITTargetAddress Size, bool IsCallable, in constructAnonDef()
364 bool IsLive, bool IsCallable) { in constructNamedDef()
416 void setCallable(bool IsCallable) { this->IsCallable = IsCallable; } in setCallable()
522 uint64_t IsCallable : 1; variable
884 JITTargetAddress Size, bool IsCallable, in addAnonymousSymbol()
895 Scope S, bool IsCallable, bool IsLive) { in addDefinedSymbol()
/third_party/node/deps/npm/node_modules/es-abstract/operations/
D2015.js29 IsCallable: 'https://ecma-international.org/ecma-262/6.0/#sec-iscallable', property
D2017.js30 IsCallable: 'https://ecma-international.org/ecma-262/8.0/#sec-iscallable', property
D2016.js29 IsCallable: 'https://ecma-international.org/ecma-262/7.0/#sec-iscallable', property