Home
last modified time | relevance | path

Searched refs:IsBoundFunction (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_object-inl.h116 inline bool JSObject::IsBoundFunction() const in IsBoundFunction() function
Djs_function.h257 CAST_CHECK(JSBoundFunction, IsBoundFunction);
Djs_function.cpp175 if (constructor->IsBoundFunction()) { in OrdinaryHasInstance()
300 ASSERT(func->IsBoundFunction()); in Construct()
Djs_tagged_value.h558 bool IsBoundFunction() const;
Djs_object.h541 bool IsBoundFunction() const;
Djs_tagged_value-inl.h1021 inline bool JSTaggedValue::IsBoundFunction() const in IsBoundFunction() function
Djs_object.cpp1717 if (object->IsBoundFunction()) { in GetFunctionRealm()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.h601 GateRef IsBoundFunction(GateRef obj);
Dstub_builder-inl.h2242 inline GateRef StubBuilder::IsBoundFunction(GateRef obj) in IsBoundFunction() function
Dstub_builder.cpp3673 Branch(IsBoundFunction(target), &targetIsBoundFunction, &targetNotBoundFunction); in OrdinaryHasInstance()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp2269 if (func->IsBoundFunction()) { in NewObject()
Druntime_stubs-inl.h2332 if (ctor->IsBoundFunction()) { in RuntimeOptConstruct()