Home
last modified time | relevance | path

Searched defs:handleObj (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dproto_change_details_test.cpp139 …JSHandle<JSObject> handleObj = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objFun), obj… in HWTEST_F_L0() local
170 …JSHandle<JSObject> handleObj = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objFun), obj… in HWTEST_F_L0() local
203 …JSHandle<JSObject> handleObj = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objFun), obj… in HWTEST_F_L0() local
257 …JSHandle<JSTaggedValue> handleObj(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objFun), … in HWTEST_F_L0() local
Dprofile_type_info_test.cpp137 …JSHandle<JSObject> handleObj = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objFun), obj… in HWTEST_F_L0() local
192 …JSHandle<JSObject> handleObj = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objFun), obj… in HWTEST_F_L0() local
222 …JSHandle<JSObject> handleObj = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objFun), obj… in HWTEST_F_L0() local
363 …JSHandle<JSObject> handleObj = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objFun), obj… in HWTEST_F_L0() local
Dic_runtime_stub_test.cpp137 …JSHandle<JSTaggedValue> handleObj(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objFun), … in HWTEST_F_L0() local
161 …JSHandle<JSTaggedValue> handleObj(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objFun), … in HWTEST_F_L0() local
210 …JSHandle<JSObject> handleObj = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objFun), obj… in HWTEST_F_L0() local
258 …JSHandle<JSObject> handleObj = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objFun), obj… in HWTEST_F_L0() local
288 …JSHandle<JSObject> handleObj = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objFun), obj… in HWTEST_F_L0() local
444 …JSHandle<JSObject> handleObj = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objFun), obj… in HWTEST_F_L0() local
468 …JSHandle<JSObject> handleObj = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objFun), obj… in HWTEST_F_L0() local
508 …JSHandle<JSObject> handleObj = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objFun), obj… in HWTEST_F_L0() local
Dic_handler_test.cpp262 JSHandle<JSObject> handleObj = JSObject::ObjectCreate(thread, nullObj); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dcompiler_intrinsics.cpp50 static T GetFieldPrimitiveType(Field *field, const VMHandle<ObjectHeader> &handleObj) in GetFieldPrimitiveType()
110 VMHandle<ObjectHeader> handleObj(thread, obj); in CompilerEtsLdObjByName() local
139 static void SetTypedFieldPrimitive(Field *field, const VMHandle<ObjectHeader> &handleObj, T storeVa… in SetTypedFieldPrimitive()
209 VMHandle<ObjectHeader> handleObj(thread, obj); in CompilerEtsStObjByName() local
245 VMHandle<ObjectHeader> handleObj(thread, obj); in CompilerEtsStObjByNameRef() local
/arkcompiler/ets_runtime/ecmascript/base/tests/
Djson_stringifier_test.cpp165 …JSHandle<JSTaggedValue> handleObj = JSHandle<JSTaggedValue>(thread, CreateBaseJSObject(thread, "z"… in HWTEST_F_L0() local
198 …JSHandle<JSTaggedValue> handleObj = JSHandle<JSTaggedValue>(thread, CreateBaseJSObject(thread, "z"… in HWTEST_F_L0() local
223 …JSHandle<JSTaggedValue> handleObj = JSHandle<JSTaggedValue>(thread, CreateBaseJSObject(thread, "z"… in HWTEST_F_L0() local
288 …JSHandle<JSTaggedValue> handleObj = JSHandle<JSTaggedValue>(thread, CreateBaseJSObject(thread, "z"… in HWTEST_F_L0() local
315 JSHandle<JSObject> handleObj(thread, handleArr); in HWTEST_F_L0() local
358 JSHandle<JSObject> handleObj(thread, handleArr); in HWTEST_F_L0() local
399 JSHandle<JSObject> handleObj(thread, handlePrimitiveRef.GetTaggedValue()); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/runtime/
Dobject_header.cpp123 VMHandle<ObjectHeader> handleObj(thread, currentObj); in GetHashCodeMTMulti() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_errors_test.cpp61 JSHandle<JSObject> handleObj = factory->GetJSError(ErrorType::TYPE_ERROR); in HWTEST_F_L0() local
87 JSHandle<JSObject> handleObj = factory->GetJSError(ErrorType::TYPE_ERROR, "I am type error"); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_list.cpp481 JSHandle<JSAPIList> handleObj = JSHandle<JSAPIList>::Cast(obj); in Equal() local
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
Dentrypoints.cpp826 VMHandle<ObjectHeader> handleObj(thread, obj); in ResolveUnknownVirtualCallEntrypoint() local