H A D | js_proxy_test.cpp | 60 JSHandle<JSProxy> proxyHandle = JSProxy::ProxyCreate(thread, targetHandle, handlerHandle); in HWTEST_F_L0() local 61 EXPECT_TRUE(*proxyHandle != nullptr); in HWTEST_F_L0() 63 EXPECT_EQ(JSProxy::GetProperty(thread, proxyHandle, key).GetValue()->GetInt(), 1); in HWTEST_F_L0() 65 JSProxy::GetOwnProperty(thread, proxyHandle, key, desc); in HWTEST_F_L0() 83 JSHandle<JSProxy> proxyHandle = JSProxy::ProxyCreate(thread, targetHandle, handlerHandle); in SetPropertyCommon() local 84 return proxyHandle; in SetPropertyCommon() 101 JSHandle<JSProxy> proxyHandle = SetPropertyCommon(thread, targetHandle, handlerHandle, key, value); in HWTEST_F_L0() local 102 EXPECT_TRUE(*proxyHandle != nullptr); in HWTEST_F_L0() 104 EXPECT_EQ(JSProxy::GetProperty(thread, proxyHandle, key).GetValue()->GetInt(), 1); in HWTEST_F_L0() 133 JSHandle<JSProxy> proxyHandle in HWTEST_F_L0() local 175 JSHandle<JSProxy> proxyHandle = JSProxy::ProxyCreate(thread, targetHandle, handlerHandle); PropertyCommon() local 186 JSHandle<JSProxy> proxyHandle = PropertyCommon(thread, targetHandle, handlerHandle, key); HWTEST_F_L0() local 220 JSHandle<JSProxy> proxyHandle = PropertyCommon(thread, targetHandle, handlerHandle, key); HWTEST_F_L0() local 255 JSHandle<JSProxy> proxyHandle = PropertyCommon(thread, targetHandle, handlerHandle, key); HWTEST_F_L0() local 303 JSHandle<JSProxy> proxyHandle = JSProxy::ProxyCreate(thread, targetHandle, handlerHandle); HWTEST_F_L0() local 338 JSHandle<JSProxy> proxyHandle = JSProxy::ProxyCreate(thread, targetHandle, handlerHandle); HWTEST_F_L0() local 374 JSHandle<JSProxy> proxyHandle = JSProxy::ProxyCreate(thread, targetHandle, handlerHandle); HWTEST_F_L0() local 410 JSHandle<JSProxy> proxyHandle = JSProxy::ProxyCreate(thread, targetHandle, handlerHandle); HWTEST_F_L0() local 443 JSHandle<JSProxy> proxyHandle = PropertyCommon(thread, targetHandle, handlerHandle, key, 1); // 1: value HWTEST_F_L0() local 475 JSHandle<JSProxy> proxyHandle = PropertyCommon(thread, targetHandle, handlerHandle, key, 1); // 1: value HWTEST_F_L0() local 516 JSHandle<JSProxy> proxyHandle = JSProxy::ProxyCreate(thread, targetHandle, handlerHandle); HWTEST_F_L0() local 580 JSHandle<JSProxy> proxyHandle = JSProxy::ProxyCreate(thread, targetHandle, handlerHandle); HWTEST_F_L0() local [all...] |