Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_proxy_test.cpp48 JSHandle<JSTaggedValue> targetHandle( in HWTEST_F_L0() local
69 JSHandle<JSProxy> SetPropertyCommon(JSThread *thread, JSHandle<JSTaggedValue>& targetHandle, in SetPropertyCommon()
96 JSHandle<JSTaggedValue> targetHandle; in HWTEST_F_L0() local
129 JSHandle<JSTaggedValue> targetHandle; in HWTEST_F_L0() local
160 JSHandle<JSProxy> PropertyCommon(JSThread *thread, JSHandle<JSTaggedValue>& targetHandle, in PropertyCommon()
184 JSHandle<JSTaggedValue> targetHandle; in HWTEST_F_L0() local
218 JSHandle<JSTaggedValue> targetHandle; in HWTEST_F_L0() local
253 JSHandle<JSTaggedValue> targetHandle; in HWTEST_F_L0() local
294 …JSHandle<JSTaggedValue> targetHandle(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(hclass… in HWTEST_F_L0() local
332 …JSHandle<JSTaggedValue> targetHandle(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(hclass… in HWTEST_F_L0() local
[all …]
/arkcompiler/ets_runtime/ecmascript/
Djs_proxy.cpp61 JSHandle<JSTaggedValue> targetHandle(thread, proxy->GetTarget(thread)); in GetPrototype() local
123 JSHandle<JSTaggedValue> targetHandle(thread, proxy->GetTarget(thread)); in SetPrototype() local
184 JSHandle<JSTaggedValue> targetHandle(thread, proxy->GetTarget(thread)); in IsExtensible() local
239 JSHandle<JSTaggedValue> targetHandle(thread, proxy->GetTarget(thread)); in PreventExtensions() local
293 JSHandle<JSTaggedValue> targetHandle(thread, proxy->GetTarget(thread)); in GetOwnProperty() local
386 JSHandle<JSTaggedValue> targetHandle(thread, proxy->GetTarget(thread)); in DefineOwnProperty() local
469 JSHandle<JSTaggedValue> targetHandle(thread, proxy->GetTarget(thread)); in HasProperty() local
516 …onResult JSProxy::CheckGetTrapResult(JSThread *thread, const JSHandle<JSTaggedValue> &targetHandle, in CheckGetTrapResult()
572 JSHandle<JSTaggedValue> targetHandle(thread, proxy->GetTarget(thread)); in GetProperty() local
600 bool JSProxy::CheckSetTrapResult(JSThread *thread, const JSHandle<JSTaggedValue> &targetHandle, in CheckSetTrapResult()
[all …]
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefismodulenamespace_fuzzer/
Djsvaluerefismodulenamespace_fuzzer.cpp81 JSHandle<JSTaggedValue> targetHandle( in IsProxyFuzztest() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp362 JSHandle<JSTaggedValue> targetHandle(thread, target); in Instanceof() local
373 JSHandle<JSTaggedValue> targetHandle(thread, target); in InstanceofByHandler() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_third_tests.cpp249 JSHandle<JSTaggedValue> targetHandle( in HWTEST_F_L0() local
Dffi_workload.cpp4126 …JSHandle<JSTaggedValue> targetHandle(factory->NewJSObjectByConstructor(JSHandle<JSFunction>::Cast(… in HWTEST_F_L0() local
4150 …JSHandle<JSTaggedValue> targetHandle(factory->NewJSObjectByConstructor(JSHandle<JSFunction>::Cast(… in HWTEST_F_L0() local
4174 …JSHandle<JSTaggedValue> targetHandle(factory->NewJSObjectByConstructor(JSHandle<JSFunction>::Cast(… in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp4707 …JSHandle<JSTaggedValue> targetHandle = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zer… in DEF_RUNTIME_STUBS() local
4716 …JSHandle<JSTaggedValue> targetHandle = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zer… in DEF_RUNTIME_STUBS() local