Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/base/
DscriptFunction.h148 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.h290 inline bool JSTaggedValue::IsConstructor() const in IsConstructor() function
Djs_hclass.h1148 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/ets_runtime/ecmascript/compiler/
Dcircuit_builder-inl.h770 GateRef CircuitBuilder::IsConstructor(GateRef object) in IsConstructor() function
Dstub_builder-inl.h1091 inline GateRef StubBuilder::IsConstructor(GateRef object) in IsConstructor() function
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp2673 static bool IsConstructor(ir::Statement *stmt) in IsConstructor() function
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp3100 bool JSValueRef::IsConstructor() in IsConstructor() function in panda::JSValueRef