Searched refs:IsBoundFunction (Results 1 – 12 of 12) sorted by relevance
116 inline bool JSObject::IsBoundFunction() const in IsBoundFunction() function
257 CAST_CHECK(JSBoundFunction, IsBoundFunction);
175 if (constructor->IsBoundFunction()) { in OrdinaryHasInstance()300 ASSERT(func->IsBoundFunction()); in Construct()
558 bool IsBoundFunction() const;
541 bool IsBoundFunction() const;
1021 inline bool JSTaggedValue::IsBoundFunction() const in IsBoundFunction() function
1717 if (object->IsBoundFunction()) { in GetFunctionRealm()
601 GateRef IsBoundFunction(GateRef obj);
2242 inline GateRef StubBuilder::IsBoundFunction(GateRef obj) in IsBoundFunction() function
3673 Branch(IsBoundFunction(target), &targetIsBoundFunction, &targetNotBoundFunction); in OrdinaryHasInstance()
2269 if (func->IsBoundFunction()) { in NewObject()
2332 if (ctor->IsBoundFunction()) { in RuntimeOptConstruct()