Home
last modified time | relevance | path

Searched defs:isInternal (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub_builder.cpp1151 BRANCH(IsAccessorInternal(accessor), &isInternal, &notInternal); in CallGetterHelper() local
1236 BRANCH(IsAccessorInternal(accessor), &isInternal, &notInternal); in CallSetterHelper() local
1292 BRANCH(IsAccessorInternal(accessor), &isInternal, &notInternal); 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