Lines Matching defs:OperationResult
321 class OperationResult {
323 OperationResult(const JSThread *thread, JSTaggedValue value, PropertyMetaData metaData)
330 ~OperationResult() = default;
331 DEFAULT_NOEXCEPT_MOVE_SEMANTIC(OperationResult);
332 DEFAULT_COPY_SEMANTIC(OperationResult);
533 static OperationResult PUBLIC_API GetProperty(JSThread *thread, const JSHandle<JSObject> &obj,
536 static OperationResult GetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj,
539 static OperationResult GetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj,
542 static OperationResult GetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, uint32_t index);
544 static OperationResult GetPropertyFromGlobal(JSThread *thread, const JSHandle<JSTaggedValue> &key);