Searched defs:status1 (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_object_test.cpp | 522 bool status1 = JSObject::SetIntegrityLevel(thread, jsobject, IntegrityLevel::SEALED); in HWTEST_F_L0() local 547 bool status1 = JSObject::SetIntegrityLevel(thread, obj1, IntegrityLevel::FROZEN); in HWTEST_F_L0() local 571 bool status1 = JSObject::SetIntegrityLevel(thread, obj1, IntegrityLevel::SEALED); in HWTEST_F_L0() local 595 bool status1 = JSObject::SetIntegrityLevel(thread, obj1, IntegrityLevel::FROZEN); in HWTEST_F_L0() local 618 bool status1 = JSObject::SetIntegrityLevel(thread, jsobject, IntegrityLevel::SEALED); in HWTEST_F_L0() local
|
| D | js_proxy_test.cpp | 403 bool status1 = JSProxy::IsExtensible(thread, proxyHandle); in HWTEST_F_L0() local 439 bool status1 = JSProxy::PreventExtensions(thread, proxyHandle); in HWTEST_F_L0() local
|