Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/ir/base/
DmethodDefinition.h58 [[nodiscard]] bool IsConstructor() const noexcept in IsConstructor() function
DscriptFunction.h162 [[nodiscard]] bool IsConstructor() const noexcept in IsConstructor() function
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
Dpgo_profile_type.h238 bool IsConstructor() const in IsConstructor() function
403 bool IsConstructor() const in IsConstructor() function
/arkcompiler/ets_runtime/ecmascript/base/
Dbuiltins_base.h104 constexpr bool IsConstructor() const in IsConstructor() function
/arkcompiler/ets_frontend/es2panda/ir/base/
DscriptFunction.h148 bool IsConstructor() const in IsConstructor() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_method.h185 bool IsConstructor() const 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/bytecode_optimizer/
Druntime_adapter.h266 bool IsConstructor(MethodPtr method, SourceLanguage lang) override 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/static_core/runtime/include/
Dmethod.h678 bool IsConstructor() const in IsConstructor() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dhcr_circuit_builder.h286 GateRef CircuitBuilder::IsConstructor(GateRef object) in IsConstructor() function
Dstub_builder-inl.h1151 inline GateRef StubBuilder::IsConstructor(GateRef object) in IsConstructor() function
/arkcompiler/ets_runtime/ecmascript/
Djs_object-inl.h78 inline bool JSObject::IsConstructor() const in IsConstructor() function
Djs_tagged_value-inl.h295 inline bool JSTaggedValue::IsConstructor() const in IsConstructor() function
Djs_hclass.h1275 inline bool IsConstructor() const in IsConstructor() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_function.h317 bool IsConstructor() const in IsConstructor() function
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_second_tests.cpp576 HWTEST_F_L0(JSNApiTests, IsConstructor) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/napi/
DJSNapi接口说明.md2567 ### IsConstructor subsection
Djsnapi_expo.cpp431 bool JSValueRef::IsConstructor() in IsConstructor() function in panda::JSValueRef
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h439 …virtual bool IsConstructor([[maybe_unused]] MethodPtr method, [[maybe_unused]] SourceLanguage lang) in IsConstructor() function
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp2897 static bool IsConstructor(ir::Statement *stmt) in IsConstructor() function