Home
last modified time | relevance | path

Searched defs:IsConstructor (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/base/
DscriptFunction.h132 bool IsConstructor() const in IsConstructor() function
/arkcompiler/ets_runtime/ecmascript/
Djs_object-inl.h66 inline bool JSObject::IsConstructor() const in IsConstructor() function
Djs_tagged_value-inl.h291 inline bool JSTaggedValue::IsConstructor() const in IsConstructor() function
Djs_hclass.h1073 inline bool IsConstructor() const in IsConstructor() function
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Dcommon.h70 … bool IsConstructor([[maybe_unused]] MethodPtr method, [[maybe_unused]] uint32_t class_id) override in IsConstructor() function
/arkcompiler/runtime_core/bytecode_optimizer/
Druntime_adapter.h262 bool IsConstructor(MethodPtr method, uint32_t class_id) override in IsConstructor() function
/arkcompiler/runtime_core/runtime/include/
Dmethod.h654 bool IsConstructor() const in IsConstructor() function
/arkcompiler/runtime_core/compiler/optimizer/ir/
Druntime_interface.h336 … virtual bool IsConstructor([[maybe_unused]] MethodPtr method, [[maybe_unused]] uint32_t class_id) in IsConstructor() function
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp2534 static bool IsConstructor(ir::Statement *stmt) in IsConstructor() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h1036 inline GateRef StubBuilder::IsConstructor(GateRef object) in IsConstructor() function
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp2337 bool JSValueRef::IsConstructor() in IsConstructor() function in panda::JSValueRef