Home
last modified time | relevance | path

Searched defs:objectHandle (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/tests/
Darray_helper_test.cpp113 …JSHandle<JSObject> objectHandle = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objFunc),… in HWTEST_F_L0() local
140 …JSHandle<JSObject> objectHandle = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objFunc),… in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/tests/
Dlayout_info_test.cpp120 JSHandle<JSObject> objectHandle = factory->NewEmptyJSObject(); in GetAllKeysCommon() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_date.cpp155 JSHandle<JSTaggedValue> objectHandle = JSHandle<JSTaggedValue>::Cast(object); in ToJSON() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp372 JSHandle<JSTaggedValue> objectHandle(thread, object); in InstanceofByHandler() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp3730 JSHandle<JSTaggedValue> objectHandle = JSNApiHelper::ToJSHandle(obj); in SetValueAt() local
3773 JSHandle<JSTaggedValue> objectHandle = JSNApiHelper::ToJSHandle(obj); in SetProperty() local