Searched defs:isInternal (Results 1 - 1 of 1) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | stub_builder.cpp | 1151 BRANCH(IsAccessorInternal(accessor), &isInternal, ¬Internal); in CallGetterHelper() local 1236 BRANCH(IsAccessorInternal(accessor), &isInternal, ¬Internal); in CallSetterHelper() local 1292 BRANCH(IsAccessorInternal(accessor), &isInternal, ¬Internal); in ShouldCallSetter() local 3527 GetPropertyByName(GateRef glue, GateRef receiver, GateRef key, ProfileOperation callback, GateRef isInternal, bool canUseIsInternal) GetPropertyByName() argument 4599 SetPropertyByName(GateRef glue, GateRef receiver, GateRef key, GateRef value, bool useOwn, GateRef isInternal, ProfileOperation callback, bool canUseIsInternal, bool defineSemantics) SetPropertyByName() argument 4886 DefinePropertyByName(GateRef glue, GateRef receiver, GateRef key, GateRef value, GateRef isInternal, GateRef SCheckModelIsCHECK, ProfileOperation callback) DefinePropertyByName() argument [all...] |
Completed in 19 milliseconds