Searched refs:CallInternalGet (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
H A D | global_env.h | 68 accessor->CallInternalGet(thread, JSHandle<JSObject>::Cast(GetJSGlobalObject())); in IsInternalAccessor() 153 accessor->CallInternalGet(thread, JSHandle<JSObject>::Cast(GetJSGlobalObject())); \ 164 accessor->CallInternalGet(thread, JSHandle<JSObject>::Cast(GetJSGlobalObject())); \
|
H A D | accessor_data.h | 68 JSTaggedValue CallInternalGet(JSThread *thread, const JSHandle<JSObject> &obj) const in CallInternalGet() function in panda::ecmascript::final
|
H A D | object_operator.cpp | 447 auto val = accessor->CallInternalGet(thread_, JSHandle<JSObject>::Cast(GetHolder())); in ToPropertyDescriptor()
|
H A D | object_fast_operator-inl.h | 973 return accessor->CallInternalGet(thread, objHandle); in CallGetter()
|
H A D | js_object.cpp | 1187 return accessor->CallInternalGet(thread, JSHandle<JSObject>::Cast(holder)); in GetProperty()
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
H A D | accessor_data_test.cpp | 147 * @tc.name: CallInternalSet/CallInternalGet 163 // Call the CallInternalGet method to inspect prototype. in HWTEST_F_L0() 171 JSTaggedValue valNullPrototype = accObject1->CallInternalGet(thread, JSHandle<JSObject>::Cast(funcTagVal1)); in HWTEST_F_L0() 180 // Call the CallInternalGet method to check the changed prototype. in HWTEST_F_L0() 181 valNullPrototype = accObject1->CallInternalGet(thread, JSHandle<JSObject>::Cast(funcTagVal1)); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stubs.cpp | 301 return accessor->CallInternalGet(thread, argReceiver).GetRawData(); in DEF_RUNTIME_STUBS()
|
Completed in 22 milliseconds