Searched defs:targetHandle (Results 1 – 6 of 6) 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()); in GetPrototype() local 123 JSHandle<JSTaggedValue> targetHandle(thread, proxy->GetTarget()); in SetPrototype() local 184 JSHandle<JSTaggedValue> targetHandle(thread, proxy->GetTarget()); in IsExtensible() local 239 JSHandle<JSTaggedValue> targetHandle(thread, proxy->GetTarget()); in PreventExtensions() local 293 JSHandle<JSTaggedValue> targetHandle(thread, proxy->GetTarget()); in GetOwnProperty() local 386 JSHandle<JSTaggedValue> targetHandle(thread, proxy->GetTarget()); in DefineOwnProperty() local 469 JSHandle<JSTaggedValue> targetHandle(thread, proxy->GetTarget()); in HasProperty() local 531 JSHandle<JSTaggedValue> targetHandle(thread, proxy->GetTarget()); in GetProperty() local 604 JSHandle<JSTaggedValue> targetHandle(thread, proxy->GetTarget()); in SetProperty() local 667 JSHandle<JSTaggedValue> targetHandle(thread, proxy->GetTarget()); in DeleteProperty() local [all …]
|
| /arkcompiler/ets_runtime/test/fuzztest/jsvaluerefismodulenamespace_fuzzer/ |
| D | jsvaluerefismodulenamespace_fuzzer.cpp | 82 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 | 230 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
|