Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/containers/
H A Dcontainers_errors.h26 IS_EMPTY_ERROR = 10200010, enumerator
/arkcompiler/ets_runtime/ecmascript/js_api/
H A Djs_api_linked_list.cpp70 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::IS_EMPTY_ERROR, "Container is empty"); in RemoveFirst()
81 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::IS_EMPTY_ERROR, "Container is empty"); in RemoveLast()
122 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::IS_EMPTY_ERROR, "Container is empty"); in RemoveFirstFound()
134 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::IS_EMPTY_ERROR, "Container is empty"); in RemoveLastFound()

Completed in 2 milliseconds