/arkcompiler/ets_frontend/ets2panda/ir/base/ |
D | methodDefinition.h | 58 [[nodiscard]] bool IsConstructor() const noexcept in IsConstructor() function
|
D | scriptFunction.h | 162 [[nodiscard]] bool IsConstructor() const noexcept in IsConstructor() function
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/ |
D | pgo_profile_type.h | 238 bool IsConstructor() const in IsConstructor() function 403 bool IsConstructor() const in IsConstructor() function
|
/arkcompiler/ets_runtime/ecmascript/base/ |
D | builtins_base.h | 104 constexpr bool IsConstructor() const in IsConstructor() function
|
/arkcompiler/ets_frontend/es2panda/ir/base/ |
D | scriptFunction.h | 148 bool IsConstructor() const in IsConstructor() function
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
D | ets_method.h | 185 bool IsConstructor() const in IsConstructor() function
|
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/ |
D | common.h | 73 …bool IsConstructor([[maybe_unused]] MethodPtr method, [[maybe_unused]] SourceLanguage lang) overri… in IsConstructor() function
|
/arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
D | runtime_adapter.h | 266 bool IsConstructor(MethodPtr method, SourceLanguage lang) override in IsConstructor() function
|
/arkcompiler/runtime_core/bytecode_optimizer/tests/ |
D | common.h | 70 … bool IsConstructor([[maybe_unused]] MethodPtr method, [[maybe_unused]] uint32_t class_id) override in IsConstructor() function
|
/arkcompiler/runtime_core/static_core/runtime/include/ |
D | method.h | 678 bool IsConstructor() const in IsConstructor() function
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | hcr_circuit_builder.h | 286 GateRef CircuitBuilder::IsConstructor(GateRef object) in IsConstructor() function
|
D | stub_builder-inl.h | 1151 inline GateRef StubBuilder::IsConstructor(GateRef object) in IsConstructor() function
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_object-inl.h | 78 inline bool JSObject::IsConstructor() const in IsConstructor() function
|
D | js_tagged_value-inl.h | 295 inline bool JSTaggedValue::IsConstructor() const in IsConstructor() function
|
D | js_hclass.h | 1275 inline bool IsConstructor() const in IsConstructor() function
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
D | mir_function.h | 317 bool IsConstructor() const in IsConstructor() function
|
/arkcompiler/ets_runtime/ecmascript/napi/test/ |
D | jsnapi_second_tests.cpp | 576 HWTEST_F_L0(JSNApiTests, IsConstructor) in HWTEST_F_L0() argument
|
/arkcompiler/ets_runtime/ecmascript/napi/ |
D | JSNapi接口说明.md | 2567 ### IsConstructor subsection
|
D | jsnapi_expo.cpp | 431 bool JSValueRef::IsConstructor() in IsConstructor() function in panda::JSValueRef
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
D | runtime_interface.h | 439 …virtual bool IsConstructor([[maybe_unused]] MethodPtr method, [[maybe_unused]] SourceLanguage lang) in IsConstructor() function
|
/arkcompiler/ets_frontend/es2panda/parser/ |
D | parserImpl.cpp | 2897 static bool IsConstructor(ir::Statement *stmt) in IsConstructor() function
|