Searched defs:targetObj (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/ets_runtime/test/aottest/forin_special_object/ |
| D | forin_special_object.ts | 44 const targetObj = { constant
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| D | js_refconvert_record.cpp | 34 napi_value targetObj; in WrapImpl() local
|
| /arkcompiler/ets_runtime/test/moduletest/forin/ |
| D | forin.js | 67 const targetObj = { variable
|
| /arkcompiler/ets_runtime/common_components/heap/ark_collector/ |
| D | ark_collector.cpp | 149 BaseObject* targetObj = oldField.GetTargetObject(); in MarkingRefField() local 177 static void MarkingRefField(BaseObject *obj, BaseObject *targetObj, RefField<> &field, in MarkingRefField() 223 BaseObject* targetObj = oldField.GetTargetObject(); in FixRefField() local
|
| /arkcompiler/ets_runtime/common_components/heap/collector/ |
| D | marking_collector.cpp | 163 BaseObject* targetObj = oldField.GetTargetObject(); in ProcessWeakStack() local 528 BaseObject* targetObj = field.GetTargetObject(); in MarkRememberSetImpl() local
|
| /arkcompiler/ets_runtime/common_components/heap/barrier/tests/ |
| D | barrier_test.cpp | 255 DummyObject* targetObj = new DummyObject(); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/common_components/heap/ |
| D | verification.cpp | 326 BaseObject* targetObj = ref.GetTargetObject(); in GetTargetObject() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_shared_typedarray.cpp | 195 … JSHandle<JSObject> targetObj = TypedArrayHelper::TypedArrayCreate(thread, thisHandle, 1, args); in From() local 251 JSHandle<JSObject> targetObj = TypedArrayHelper::TypedArrayCreate(thread, thisHandle, 1, args); in From() local 1084 JSHandle<JSTypedArray> targetObj(target); in Set() local
|
| D | builtins_typedarray.cpp | 169 JSHandle<JSObject> targetObj = TypedArrayHelper::TypedArrayCreate(thread, thisHandle, 1, args); in FromUsingIteratorUndefinedValues() local 227 JSHandle<JSObject> targetObj = TypedArrayHelper::TypedArrayCreate(thread, thisHandle, 1, args); in ProcessFromNotUndefinedValues() local 1160 JSHandle<JSTypedArray> targetObj(target); in Set() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | typed_array_helper.cpp | 322 JSHandle<JSTypedArray> targetObj = JSHandle<JSTypedArray>::Cast(obj); in FastCopyElementFromArray() local
|