Home
last modified time | relevance | path

Searched refs:GetConfigurable (Results 1 – 2 of 2) sorted by relevance

/ark/js_runtime/ecmascript/tooling/test/
Ddebugger_types_test.cpp722 ASSERT_TRUE(propertyDescriptor->GetConfigurable()); in HWTEST_F_L0()
746 ASSERT_TRUE(propertyDescriptor->GetConfigurable()); in HWTEST_F_L0()
769 ASSERT_TRUE(propertyDescriptor->GetConfigurable()); in HWTEST_F_L0()
794 ASSERT_TRUE(propertyDescriptor->GetConfigurable()); in HWTEST_F_L0()
818 ASSERT_TRUE(propertyDescriptor->GetConfigurable()); in HWTEST_F_L0()
840 ASSERT_TRUE(propertyDescriptor->GetConfigurable()); in HWTEST_F_L0()
863 ASSERT_TRUE(propertyDescriptor->GetConfigurable()); in HWTEST_F_L0()
/ark/js_runtime/ecmascript/tooling/base/
Dpt_types.h743 bool GetConfigurable() const in GetConfigurable() function