Home
last modified time | relevance | path

Searched refs:IsCallable (Results 1 - 25 of 37) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h304 bool IsCallable)
310 setCallable(IsCallable);
351 JITTargetAddress Size, bool IsCallable,
357 Scope::Local, IsLive, IsCallable);
364 bool IsLive, bool IsCallable) {
369 new (Sym) Symbol(Base, Offset, Name, Size, L, S, IsLive, IsCallable);
413 bool isCallable() const { return IsCallable; }
416 void setCallable(bool IsCallable) { this->IsCallable = IsCallable; }
883 addAnonymousSymbol(Block &Content, JITTargetAddress Offset, JITTargetAddress Size, bool IsCallable, bool IsLive) addAnonymousSymbol() argument
893 addDefinedSymbol(Block &Content, JITTargetAddress Offset, StringRef Name, JITTargetAddress Size, Linkage L, Scope S, bool IsCallable, bool IsLive) addDefinedSymbol() argument
[all...]
/third_party/node/deps/v8/src/objects/
H A Dproperty-descriptor.cc97 if (!value->IsCallable()) return false; in ToPropertyDescriptorFastPath()
101 if (!value->IsCallable()) return false; in ToPropertyDescriptorFastPath()
256 // 18c. If IsCallable(getter) is false and getter is not undefined, in ToPropertyDescriptor()
258 if (!getter->IsCallable() && !getter->IsUndefined(isolate)) { in ToPropertyDescriptor()
274 // 21c. If IsCallable(setter) is false and setter is not undefined, in ToPropertyDescriptor()
276 if (!setter->IsCallable() && !setter->IsUndefined(isolate)) { in ToPropertyDescriptor()
H A Dobjects-inl.h211 DEF_GETTER(HeapObject, IsCallable, bool) { in DEF_GETTER()
216 return IsCallable(cage_base) && IsJSProxy(cage_base); in DEF_GETTER()
221 return IsCallable(cage_base) && in DEF_GETTER()
H A Dobjects.cc883 if (object->IsCallable()) return isolate->factory()->function_string(); in TypeOf()
920 if (!callable->IsCallable()) return isolate->factory()->false_value(); in OrdinaryHasInstance()
986 if (!callable->IsCallable()) { in InstanceOf()
1010 if (!func->IsCallable()) { in GetMethod()
1464 } else if (getter->IsCallable()) { in GetPropertyWithAccessor()
1576 } else if (setter->IsCallable()) { in SetPropertyWithAccessor()
5544 // 12. If IsCallable(thenAction) is false, then in Resolve()
5545 if (!then_action->IsCallable()) { in Resolve()
/third_party/node/deps/v8/src/builtins/
H A 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()
H A Dbuiltins-shadowrealm-gen.cc63 // 1a. If IsCallable(value) is false, throw a TypeError exception. in TF_BUILTIN()
65 Branch(IsCallable(CAST(value)), &if_callable, &bailout); in TF_BUILTIN()
168 // 2. Assert: IsCallable(target) is true. in TF_BUILTIN()
169 CSA_DCHECK(this, IsCallable(target)); in TF_BUILTIN()
H A Dbuiltins-shadow-realms.cc70 // 1a. If IsCallable(value) is false, throw a TypeError exception. in GetWrappedValue()
71 if (!value->IsCallable()) { in GetWrappedValue()
H A Dbuiltins-function.cc190 if (!args.receiver()->IsCallable()) { in DoFunctionBind()
H A Dbuiltins-iterator-gen.cc36 Branch(IsCallable(CAST(method)), &if_callable, &if_not_callable); in GetIterator()
H A Dbuiltins-object.cc69 // 2. If IsCallable(getter) is false, throw a TypeError exception. in ObjectDefineAccessor()
70 if (!accessor->IsCallable()) { in ObjectDefineAccessor()
H A Dbuiltins-call-gen.cc161 Branch(IsCallable(CAST(target)), &if_target_callable, in CallOrConstructWithArrayLike()
H A Dbuiltins-array.cc1731 // 3. If IsCallable(callbackfn) is false, throw a TypeError exception. in BUILTIN()
1733 if (!callbackfn->IsCallable()) { in BUILTIN()
1793 // 3. If IsCallable(callbackfn) is false, throw a TypeError exception. in BUILTIN()
1795 if (!callbackfn->IsCallable()) { in BUILTIN()
H A Dbuiltins-collections-gen.cc329 GotoIfNot(IsCallable(CAST(add_func)), &if_notcallable); in GetAddFunction()
1900 GotoIfNot(IsCallable(CAST(callback)), &callback_not_callable);
2136 GotoIfNot(IsCallable(CAST(callback)), &callback_not_callable);
H A Dbuiltins-array-gen.cc1440 IsCallable(mapper_function.value()))); in FlattenIntoArray()
1621 // 3. If IsCallable(mapperFunction) is false, throw a TypeError exception. in TF_BUILTIN()
1624 GotoIfNot(IsCallable(CAST(mapper_function)), &if_not_callable); in TF_BUILTIN()
H A Dbuiltins-date.cc862 if (!function->IsCallable()) { in BUILTIN()
/third_party/node/deps/v8/src/regexp/
H A Dregexp-utils.cc86 if (exec->IsCallable()) { in RegExpExec()
/third_party/node/deps/v8/src/json/
H A 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;
H A Djson-parser.h154 if (reviver->IsCallable()) { in Parse()
/third_party/node/deps/v8/src/parsing/
H A Dtoken.h243 static bool IsCallable(Value token) { in IsCallable() function in v8::internal::Token
/third_party/node/deps/v8/src/torque/
H A Ddeclarable.h87 bool IsScope() const { return IsNamespace() || IsCallable(); } in IsScope()
88 bool IsCallable() const { in IsCallable() function in v8::internal::torque::Declarable
/third_party/node/deps/v8/src/diagnostics/
H A Dobjects-debug.cc131 CHECK(!IsConstructor(cage_base) || IsCallable(cage_base)); in ObjectVerify()
165 CHECK(!IsCallable()); in SmiVerify()
868 CHECK(IsCallable()); in JSBoundFunctionVerify()
1318 CHECK(callable().IsCallable()); in CallableTaskVerify()
1573 CHECK_EQ(target().IsCallable(), map().is_callable()); in JSProxyVerify()
/third_party/node/deps/v8/include/v8-include/
H A Dv8-object.h657 bool IsCallable() const;
/third_party/node/deps/v8/include/
H A Dv8-object.h638 bool IsCallable() const;
/third_party/node/deps/v8/src/heap/
H A Dfactory.cc1431 DCHECK(callable->IsCallable()); in NewCallableTask()
1453 DCHECK(then->IsCallable()); in NewPromiseResolveThenableJobTask()
2727 DCHECK(target->IsCallable()); in NewJSWrappedFunction()
3028 DCHECK(target_function->IsCallable()); in NewJSBoundFunction()
3081 if (target->IsCallable()) { in NewJSProxy()
/third_party/node/deps/v8/src/wasm/
H A Dmodule-instantiate.cc1103 if (!value->IsCallable()) { in ProcessImportedFunction()
1585 !value->IsCallable()) { in CompileImportWrappers()

Completed in 51 milliseconds

12