Home
last modified time | relevance | path

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

123

/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/v8/src/objects/
Dproperty-descriptor.cc97 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/
Dpromise-then.tq67 // 3. If IsCallable(onFulfilled) is false, then
71 // 4. If IsCallable(onRejected) is false, then
Dpromise-finally.tq61 // 2. Assert: IsCallable(onFinally) is true.
108 // 2. Assert: IsCallable(onFinally) is true.
191 // 5. If IsCallable(onFinally) is not true,
Dbuiltins-shadowrealm-gen.cc65 Branch(IsCallable(CAST(value)), &if_callable, &bailout); in TF_BUILTIN()
169 CSA_DCHECK(this, IsCallable(target)); in TF_BUILTIN()
Dbuiltins-proxy-gen.cc29 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()
Dfinalization-registry.tq104 // 2. If IsCallable(cleanupCallback) is false, throw a TypeError exception.
207 // 4. If callback is not undefined and IsCallable(callback) is
Dproxy-constructor.tq33 // 7. If IsCallable(target) is true, then
Dtyped-array-reduceright.tq65 // 4. If IsCallable(callbackfn) is false, throw a TypeError exception.
Dtyped-array-reduce.tq63 // 4. If IsCallable(callbackfn) is false, throw a TypeError exception.
Dbuiltins-shadow-realms.cc71 if (!value->IsCallable()) { in GetWrappedValue()
Dtyped-array-findindex.tq61 // 4. If IsCallable(predicate) is false, throw a TypeError exception.
Dtyped-array-foreach.tq61 // 4. If IsCallable(callbackfn) is false, throw a TypeError exception.
Dtyped-array-some.tq67 // 4. If IsCallable(callbackfn) is false, throw a TypeError exception.
Dtyped-array-every.tq65 // 4. If IsCallable(callbackfn) is false, throw a TypeError exception.
Dtyped-array-find.tq67 // 4. If IsCallable(predicate) is false, throw a TypeError exception.
Dtyped-array-findlast.tq66 // 4. If IsCallable(predicate) is false, throw a TypeError exception.
Dtyped-array-findlastindex.tq66 // 4. If IsCallable(predicate) is false, throw a TypeError exception.
Dpromise-constructor.tq56 // 2. If IsCallable(executor) is false, throw a TypeError exception.
Dtyped-array-filter.tq23 // 4. If IsCallable(callbackfn) is false, throw a TypeError exception.
Darray-findlast.tq88 // 3. If IsCallable(predicate) is false, throw a TypeError exception.
Dbuiltins-function.cc190 if (!args.receiver()->IsCallable()) { in DoFunctionBind()
Darray-findlastindex.tq89 // 3. If IsCallable(predicate) is false, throw a TypeError exception.
/third_party/node/deps/v8/src/regexp/
Dregexp-utils.cc86 if (exec->IsCallable()) { in RegExpExec()
/third_party/node/deps/v8/src/json/
Djson-stringifier.cc283 } 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_()

123