Home
last modified time | relevance | path

Searched refs:CallInternalSet (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
H A Daccessor_data_test.cpp147 * @tc.name: CallInternalSet/CallInternalGet
152 HWTEST_F_L0(AccessorDataTest, CallInternalSet) in HWTEST_F_L0()
174 // Call the CallInternalSet method to set new prototype. in HWTEST_F_L0()
177 bool res1 = accObject1->CallInternalSet(thread, JSHandle<JSObject>::Cast(funcTagVal1), undefPrototypeHandle); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
H A Daccessor_data.h75 bool CallInternalSet(JSThread *thread, const JSHandle<JSObject> &obj, const JSHandle<JSTaggedValue> &value, in CallInternalSet() function in panda::ecmascript::final
H A Dobject_operator.cpp716 bool res = accessor->CallInternalSet(thread_, JSHandle<JSObject>(receiver), value, mayThrow); in UpdateDataValue()
H A Djs_object.cpp1044 return accessor.CallInternalSet(thread, JSHandle<JSObject>::Cast(receiver), value, mayThrow); in CallSetter()
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.cpp311 auto result = setter->CallInternalSet(thread, receiver, value, true); in DEF_RUNTIME_STUBS()

Completed in 19 milliseconds