Home
last modified time | relevance | path

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

12

/arkcompiler/ets_frontend/ets2panda/evaluate/debugInfoDeserialization/
DmethodBuilder.h57 [[nodiscard]] bool IsConstructor() const in IsConstructor() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
Dets_method_set.h60 bool IsConstructor() const in IsConstructor() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_convert_base.h59 static bool IsConstructor(napi_env &env, napi_value &jsValue, const char *constructorName) in IsConstructor() function
/arkcompiler/ets_frontend/es2panda/ir/base/
DscriptFunction.h148 bool IsConstructor() const in IsConstructor() function
/arkcompiler/ets_frontend/ets2panda/ir/base/
DmethodDefinition.h79 [[nodiscard]] bool IsConstructor() const noexcept in IsConstructor() function
DscriptFunction.h176 [[nodiscard]] bool IsConstructor() const noexcept in IsConstructor() function
/arkcompiler/ets_runtime/ecmascript/base/
Dbuiltins_base.h141 constexpr bool IsConstructor() const in IsConstructor() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_method.h214 bool IsConstructor() const in IsConstructor() function
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
Dpgo_profile_type.h330 bool IsConstructor() const in IsConstructor() function
594 bool IsConstructor() const in IsConstructor() function
/arkcompiler/ets_frontend/ets2panda/ir/
DastNode.cpp296 bool AstNode::IsConstructor() const noexcept in IsConstructor() function in ark::es2panda::ir::AstNode
/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/libabckit/src/adapter_static/
Druntime_adapter_static.h273 bool IsConstructor(MethodPtr method, ark::SourceLanguage lang) override in IsConstructor() function
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Druntime_adapter.h272 bool IsConstructor(MethodPtr method, SourceLanguage lang) override in IsConstructor() function
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
Dcommon.h73 …bool IsConstructor([[maybe_unused]] MethodPtr method, [[maybe_unused]] SourceLanguage lang) overri… in IsConstructor() function
/arkcompiler/runtime_core/static_core/runtime/include/
Dmethod.h698 bool IsConstructor() const in IsConstructor() function
/arkcompiler/ets_runtime/ecmascript/
Djs_object-inl.h72 inline bool JSObject::IsConstructor() const in IsConstructor() function
Djs_tagged_value-inl.h44 inline bool JSTaggedValue::IsConstructor() const in IsConstructor() function
Djs_hclass.h1542 inline bool IsConstructor() const in IsConstructor() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dhcr_circuit_builder.h394 GateRef CircuitBuilder::IsConstructor(GateRef glue, GateRef object) in IsConstructor() function
Dstub_builder-inl.h1567 inline GateRef StubBuilder::IsConstructor(GateRef glue, GateRef object) in IsConstructor() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_function.h344 bool IsConstructor() const in IsConstructor() function
/arkcompiler/ets_runtime/ecmascript/napi/
DREADME.md2569 ### IsConstructor subsection
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_second_tests.cpp606 HWTEST_F_L0(JSNApiTests, IsConstructor) in HWTEST_F_L0() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h605 …virtual bool IsConstructor([[maybe_unused]] MethodPtr method, [[maybe_unused]] SourceLanguage lang) in IsConstructor() function
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp3030 static bool IsConstructor(ir::Statement *stmt) in IsConstructor() function

12