Searched refs:CallInternalSet (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/tests/ |
H A D | accessor_data_test.cpp | 147 * @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 D | accessor_data.h | 75 bool CallInternalSet(JSThread *thread, const JSHandle<JSObject> &obj, const JSHandle<JSTaggedValue> &value, in CallInternalSet() function in panda::ecmascript::final
|
H A D | object_operator.cpp | 716 bool res = accessor->CallInternalSet(thread_, JSHandle<JSObject>(receiver), value, mayThrow); in UpdateDataValue()
|
H A D | js_object.cpp | 1044 return accessor.CallInternalSet(thread, JSHandle<JSObject>::Cast(receiver), value, mayThrow); in CallSetter()
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stubs.cpp | 311 auto result = setter->CallInternalSet(thread, receiver, value, true); in DEF_RUNTIME_STUBS()
|
Completed in 19 milliseconds