Home
last modified time | relevance | path

Searched refs:GetInternal (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Dobject_fast_operator.h32 GetInternal = 0x1UL << 1, member in panda::ecmascript::final::Status
41 static inline bool GetInternal(Status status) in GetInternal() function in panda::ecmascript::final
43 return (static_cast<int32_t>(status) & static_cast<int32_t>(Status::GetInternal)) > 0; in GetInternal()
H A Dobject_fast_operator-inl.h237 if (GetInternal(status)) { in TryGetPropertyByNameThroughCacheAtLocal()
299 if (GetInternal(status)) { in GetPropertyByName()
322 if (GetInternal(status)) { in GetPropertyByName()
812 JSTaggedValue result = ObjectFastOperator::GetPropertyByName<Status::GetInternal>(thread, receiver, key); in FastGetPropertyByName()

Completed in 3 milliseconds