/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/v8/src/objects/ |
D | property-descriptor.cc | 97 if (!value->IsCallable()) return false; in ToPropertyDescriptorFastPath() 101 if (!value->IsCallable()) return false; in ToPropertyDescriptorFastPath() 258 if (!getter->IsCallable() && !getter->IsUndefined(isolate)) { in ToPropertyDescriptor() 276 if (!setter->IsCallable() && !setter->IsUndefined(isolate)) { in ToPropertyDescriptor()
|
/third_party/node/deps/v8/src/builtins/ |
D | promise-then.tq | 67 // 3. If IsCallable(onFulfilled) is false, then 71 // 4. If IsCallable(onRejected) is false, then
|
D | promise-finally.tq | 61 // 2. Assert: IsCallable(onFinally) is true. 108 // 2. Assert: IsCallable(onFinally) is true. 191 // 5. If IsCallable(onFinally) is not true,
|
D | builtins-shadowrealm-gen.cc | 65 Branch(IsCallable(CAST(value)), &if_callable, &bailout); in TF_BUILTIN() 169 CSA_DCHECK(this, IsCallable(target)); in TF_BUILTIN()
|
D | builtins-proxy-gen.cc | 29 Branch(IsCallable(target), &callable_target, &none_target); in AllocateProxy() 94 CSA_DCHECK(this, IsCallable(proxy)); in TF_BUILTIN() 150 CSA_DCHECK(this, IsCallable(proxy)); in TF_BUILTIN()
|
D | finalization-registry.tq | 104 // 2. If IsCallable(cleanupCallback) is false, throw a TypeError exception. 207 // 4. If callback is not undefined and IsCallable(callback) is
|
D | proxy-constructor.tq | 33 // 7. If IsCallable(target) is true, then
|
D | typed-array-reduceright.tq | 65 // 4. If IsCallable(callbackfn) is false, throw a TypeError exception.
|
D | typed-array-reduce.tq | 63 // 4. If IsCallable(callbackfn) is false, throw a TypeError exception.
|
D | builtins-shadow-realms.cc | 71 if (!value->IsCallable()) { in GetWrappedValue()
|
D | typed-array-findindex.tq | 61 // 4. If IsCallable(predicate) is false, throw a TypeError exception.
|
D | typed-array-foreach.tq | 61 // 4. If IsCallable(callbackfn) is false, throw a TypeError exception.
|
D | typed-array-some.tq | 67 // 4. If IsCallable(callbackfn) is false, throw a TypeError exception.
|
D | typed-array-every.tq | 65 // 4. If IsCallable(callbackfn) is false, throw a TypeError exception.
|
D | typed-array-find.tq | 67 // 4. If IsCallable(predicate) is false, throw a TypeError exception.
|
D | typed-array-findlast.tq | 66 // 4. If IsCallable(predicate) is false, throw a TypeError exception.
|
D | typed-array-findlastindex.tq | 66 // 4. If IsCallable(predicate) is false, throw a TypeError exception.
|
D | promise-constructor.tq | 56 // 2. If IsCallable(executor) is false, throw a TypeError exception.
|
D | typed-array-filter.tq | 23 // 4. If IsCallable(callbackfn) is false, throw a TypeError exception.
|
D | array-findlast.tq | 88 // 3. If IsCallable(predicate) is false, throw a TypeError exception.
|
D | builtins-function.cc | 190 if (!args.receiver()->IsCallable()) { in DoFunctionBind()
|
D | array-findlastindex.tq | 89 // 3. If IsCallable(predicate) is false, throw a TypeError exception.
|
/third_party/node/deps/v8/src/regexp/ |
D | regexp-utils.cc | 86 if (exec->IsCallable()) { in RegExpExec()
|
/third_party/node/deps/v8/src/json/ |
D | json-stringifier.cc | 283 } else if (replacer->IsCallable()) { in InitializeReplacer() 340 if (!fun->IsCallable()) return object; in ApplyToJsonFunction() 593 if (HeapObject::cast(*object).IsCallable(cage_base)) return UNCHANGED; in Serialize_()
|