Home
last modified time | relevance | path

Searched defs:targetHandle (Results 1 – 6 of 6) 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.cpp63 JSHandle<JSTaggedValue> targetHandle(thread, proxy->GetTarget()); in GetPrototype() local
125 JSHandle<JSTaggedValue> targetHandle(thread, proxy->GetTarget()); in SetPrototype() local
186 JSHandle<JSTaggedValue> targetHandle(thread, proxy->GetTarget()); in IsExtensible() local
241 JSHandle<JSTaggedValue> targetHandle(thread, proxy->GetTarget()); in PreventExtensions() local
295 JSHandle<JSTaggedValue> targetHandle(thread, proxy->GetTarget()); in GetOwnProperty() local
388 JSHandle<JSTaggedValue> targetHandle(thread, proxy->GetTarget()); in DefineOwnProperty() local
471 JSHandle<JSTaggedValue> targetHandle(thread, proxy->GetTarget()); in HasProperty() local
533 JSHandle<JSTaggedValue> targetHandle(thread, proxy->GetTarget()); in GetProperty() local
606 JSHandle<JSTaggedValue> targetHandle(thread, proxy->GetTarget()); in SetProperty() local
669 JSHandle<JSTaggedValue> targetHandle(thread, proxy->GetTarget()); in DeleteProperty() local
[all …]
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefismodulenamespace_fuzzer/
Djsvaluerefismodulenamespace_fuzzer.cpp78 JSHandle<JSTaggedValue> targetHandle( in IsProxyFuzztest() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_third_tests.cpp214 JSHandle<JSTaggedValue> targetHandle( in HWTEST_F_L0() local
Dffi_workload.cpp4175 …JSHandle<JSTaggedValue> targetHandle(factory->NewJSObjectByConstructor(JSHandle<JSFunction>::Cast(… in HWTEST_F_L0() local
4199 …JSHandle<JSTaggedValue> targetHandle(factory->NewJSObjectByConstructor(JSHandle<JSFunction>::Cast(… in HWTEST_F_L0() local
4223 …JSHandle<JSTaggedValue> targetHandle(factory->NewJSObjectByConstructor(JSHandle<JSFunction>::Cast(… in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp387 JSHandle<JSTaggedValue> targetHandle(thread, target); in Instanceof() local
398 JSHandle<JSTaggedValue> targetHandle(thread, target); in InstanceofByHandler() local