Home
last modified time | relevance | path

Searched refs:HasDeleteProperty (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_for_in_iterator.cpp53 if (!current.IsJSObject() || current.GetTaggedObject()->GetClass()->HasDeleteProperty()) { in NeedCheckProperty()
H A Djs_hclass.h1965 inline bool HasDeleteProperty() const
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcircuit_builder.cpp734 GateRef CircuitBuilder::HasDeleteProperty(GateRef hClass) in HasDeleteProperty() function in panda::ecmascript::kungfu::CircuitBuilder
H A Dstub_builder-inl.h2228 inline GateRef StubBuilder::HasDeleteProperty(GateRef hClass) in HasDeleteProperty() function in panda::ecmascript::kungfu::StubBuilder
2230 return env_->GetBuilder()->HasDeleteProperty(hClass); in HasDeleteProperty()
H A Dcircuit_builder.h324 GateRef HasDeleteProperty(GateRef hClass);
H A Dstub_builder.h559 GateRef HasDeleteProperty(GateRef hClass);
H A Dmcr_circuit_builder.cpp1541 BRANCH_CIR2(HasDeleteProperty(hclass), &exit, &hasNoDeleteProperty); in NeedCheckProperty()

Completed in 25 milliseconds