Searched defs:targetHandle (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_proxy_test.cpp | 48 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/ |
| D | js_proxy.cpp | 61 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/ |
| D | jsvaluerefismodulenamespace_fuzzer.cpp | 81 JSHandle<JSTaggedValue> targetHandle( in IsProxyFuzztest() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.cpp | 362 JSHandle<JSTaggedValue> targetHandle(thread, target); in Instanceof() local 373 JSHandle<JSTaggedValue> targetHandle(thread, target); in InstanceofByHandler() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | jsnapi_third_tests.cpp | 249 JSHandle<JSTaggedValue> targetHandle( in HWTEST_F_L0() local
|
| D | ffi_workload.cpp | 4126 …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/ |
| D | runtime_stubs.cpp | 4707 …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
|