Home
last modified time | relevance | path

Searched defs:targetHandle (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_proxy_test.cpp71 JSHandle<JSTaggedValue> targetHandle( in HWTEST_F_L0() local
104 …JSHandle<JSTaggedValue> targetHandle(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(hclass… in HWTEST_F_L0() local
145 …JSHandle<JSTaggedValue> targetHandle(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(hclass… in HWTEST_F_L0() local
189 …JSHandle<JSTaggedValue> targetHandle(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(hclass… in HWTEST_F_L0() local
230 …JSHandle<JSTaggedValue> targetHandle(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(hclass… in HWTEST_F_L0() local
272 …JSHandle<JSTaggedValue> targetHandle(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(hclass… in HWTEST_F_L0() local
320 …JSHandle<JSTaggedValue> targetHandle(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(hclass… in HWTEST_F_L0() local
358 …JSHandle<JSTaggedValue> targetHandle(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(hclass… in HWTEST_F_L0() local
394 …JSHandle<JSTaggedValue> targetHandle(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(hclass… in HWTEST_F_L0() local
430 …JSHandle<JSTaggedValue> targetHandle(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(hclass… in HWTEST_F_L0() local
[all …]
/arkcompiler/ets_runtime/ecmascript/
Djs_proxy.cpp62 JSHandle<JSTaggedValue> targetHandle(thread, proxy->GetTarget()); in GetPrototype() local
123 JSHandle<JSTaggedValue> targetHandle(thread, proxy->GetTarget()); in SetPrototype() local
183 JSHandle<JSTaggedValue> targetHandle(thread, proxy->GetTarget()); in IsExtensible() local
237 JSHandle<JSTaggedValue> targetHandle(thread, proxy->GetTarget()); in PreventExtensions() local
290 JSHandle<JSTaggedValue> targetHandle(thread, proxy->GetTarget()); in GetOwnProperty() local
386 JSHandle<JSTaggedValue> targetHandle(thread, proxy->GetTarget()); in DefineOwnProperty() local
474 JSHandle<JSTaggedValue> targetHandle(thread, proxy->GetTarget()); in HasProperty() local
535 JSHandle<JSTaggedValue> targetHandle(thread, proxy->GetTarget()); in GetProperty() local
607 JSHandle<JSTaggedValue> targetHandle(thread, proxy->GetTarget()); in SetProperty() local
666 JSHandle<JSTaggedValue> targetHandle(thread, proxy->GetTarget()); in DeleteProperty() local
[all …]
/arkcompiler/ets_runtime/ecmascript/stubs/tests/
Druntime_stubs_test.cpp83 …JSHandle<JSTaggedValue> targetHandle(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(hclass… in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp387 JSHandle<JSTaggedValue> targetHandle(thread, target); in Instanceof() local