Home
last modified time | relevance | path

Searched refs:OperationResult (Results 1 - 25 of 54) sorted by relevance

123

/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_typed_array_test.cpp343 CVector<OperationResult> cVecOpResult = {}; in HWTEST_F_L0()
347 OperationResult opResult = JSTypedArray::IntegerIndexedElementGet(thread, handleTagValInt8Array, in HWTEST_F_L0()
356 OperationResult opResult1 = JSTypedArray::IntegerIndexedElementGet(thread, handleTagValInt8Array, in HWTEST_F_L0()
358 OperationResult opResult2 = JSTypedArray::IntegerIndexedElementGet(thread, handleTagValInt8Array, in HWTEST_F_L0()
360 OperationResult opResult3 = JSTypedArray::IntegerIndexedElementGet(thread, handleTagValInt8Array, in HWTEST_F_L0()
362 OperationResult opResult4 = JSTypedArray::IntegerIndexedElementGet(thread, handleTagValInt8Array, in HWTEST_F_L0()
401 OperationResult opResult1 = JSTypedArray::IntegerIndexedElementGet(thread, handleTagValInt8Array, in HWTEST_F_L0()
405 OperationResult opResult2 = JSTypedArray::IntegerIndexedElementGet(thread, handleTagValInt8Array, in HWTEST_F_L0()
409 OperationResult opResult3 = JSTypedArray::IntegerIndexedElementGet(thread, handleTagValInt8Array, in HWTEST_F_L0()
413 OperationResult opResult in HWTEST_F_L0()
[all...]
H A Djs_api_stack_test.cpp204 OperationResult getPropertyRes = JSAPIStack::GetProperty(thread, toor, key); in HWTEST_F_L0()
210 OperationResult getPropertyRes = JSAPIStack::GetProperty(thread, toor, key); in HWTEST_F_L0()
215 OperationResult getPropertyRes1 = JSAPIStack::GetProperty(thread, toor, key1); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_typed_array.h56 static inline OperationResult GetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &typedarray, in GetProperty()
61 static inline OperationResult GetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &typedarray, in GetProperty()
66 static OperationResult GetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &typedarray,
86 static OperationResult IntegerIndexedElementGet(JSThread *thread, const JSHandle<JSTaggedValue> &typedarray,
88 static OperationResult FastElementGet(JSThread *thread, const JSHandle<JSTaggedValue> &typedarray, uint32_t index);
H A Djs_arguments.h42 static inline OperationResult GetProperty(JSThread *thread, const JSHandle<JSObject> &obj, in GetProperty()
47 static OperationResult GetProperty(JSThread *thread, const JSHandle<JSArguments> &args,
H A Djs_typed_array.cpp216 OperationResult JSTypedArray::GetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &typedarray, in GetProperty()
229 thread, OperationResult(thread, JSTaggedValue::Exception(), PropertyMetaData(false))); in GetProperty()
379 OperationResult JSTypedArray::IntegerIndexedElementGet(JSThread *thread, const JSHandle<JSTaggedValue> &typedarray, in IntegerIndexedElementGet()
393 return OperationResult(thread, JSTaggedValue::Undefined(), PropertyMetaData(true)); in IntegerIndexedElementGet()
396 OperationResult(thread, JSTaggedValue::Exception(), PropertyMetaData(false))); in IntegerIndexedElementGet()
400 OperationResult(thread, JSTaggedValue::Exception(), PropertyMetaData(false))); in IntegerIndexedElementGet()
404 return OperationResult(thread, JSTaggedValue::Undefined(), PropertyMetaData(true)); in IntegerIndexedElementGet()
413 thread, OperationResult(thread, JSTaggedValue::Exception(), PropertyMetaData(false))); in IntegerIndexedElementGet()
418 return OperationResult(thread, JSTaggedValue::Undefined(), PropertyMetaData(true)); in IntegerIndexedElementGet()
423 return OperationResult(threa in IntegerIndexedElementGet()
[all...]
H A Djs_proxy.h48 static inline OperationResult GetProperty(JSThread *thread, const JSHandle<JSProxy> &proxy, in GetProperty()
53 static OperationResult GetProperty(JSThread *thread, const JSHandle<JSProxy> &proxy,
H A Djs_object.h321 class OperationResult { class
323 OperationResult(const JSThread *thread, JSTaggedValue value, PropertyMetaData metaData) in OperationResult() function in panda::ecmascript::OperationResult
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 GetPropertyFromGloba
[all...]
H A Djs_proxy.cpp517 OperationResult JSProxy::GetProperty(JSThread *thread, const JSHandle<JSProxy> &proxy, in GetProperty()
520 STACK_LIMIT_CHECK(thread, OperationResult(thread, JSTaggedValue::Exception(), PropertyMetaData(false))); in GetProperty()
528 OperationResult(thread, exceptionHandle.GetTaggedValue(), PropertyMetaData(false))); in GetProperty()
536 thread, OperationResult(thread, exceptionHandle.GetTaggedValue(), PropertyMetaData(false))); in GetProperty()
547 thread, OperationResult(thread, exceptionHandle.GetTaggedValue(), PropertyMetaData(false))); in GetProperty()
554 thread, OperationResult(thread, exceptionHandle.GetTaggedValue(), PropertyMetaData(false))); in GetProperty()
561 thread, OperationResult(thread, exceptionHandle.GetTaggedValue(), PropertyMetaData(false))); in GetProperty()
572 OperationResult(thread, exceptionHandle.GetTaggedValue(), PropertyMetaData(false))); in GetProperty()
583 OperationResult(thread, exceptionHandle.GetTaggedValue(), PropertyMetaData(false))); in GetProperty()
588 return OperationResult(threa in GetProperty()
[all...]
H A Djs_arguments.cpp55 OperationResult JSArguments::GetProperty(JSThread *thread, const JSHandle<JSArguments> &args, in GetProperty()
H A Djs_tagged_value.h34 class OperationResult;
425 static OperationResult GetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj,
428 static OperationResult GetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, uint32_t key);
429 static OperationResult GetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj,
742 static OperationResult GetJSAPIProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj,
/arkcompiler/ets_runtime/ecmascript/module/
H A Djs_module_namespace.cpp79 OperationResult ModuleNamespace::GetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in GetProperty()
94 return OperationResult(thread, thread->GlobalConstants()->GetUndefined(), PropertyMetaData(false)); in GetProperty()
98 return OperationResult(thread, thread->GlobalConstants()->GetUndefined(), PropertyMetaData(false)); in GetProperty()
100 return OperationResult(thread, thread->GlobalConstants()->GetUndefined(), PropertyMetaData(false)); in GetProperty()
108 thread, OperationResult(thread, JSTaggedValue::Exception(), PropertyMetaData(false))); in GetProperty()
134 thread, OperationResult(thread, JSTaggedValue::Exception(), PropertyMetaData(false))); in GetProperty()
155 thread, OperationResult(thread, JSTaggedValue::Exception(), PropertyMetaData(false))); in GetProperty()
170 return OperationResult(thread, result, PropertyMetaData(true)); in GetProperty()
H A Djs_module_namespace.h49 static OperationResult GetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj,
/arkcompiler/ets_runtime/ecmascript/js_api/
H A Djs_api_stack.cpp174 OperationResult JSAPIStack::GetProperty(JSThread *thread, const JSHandle<JSAPIStack> &obj, in GetProperty()
180 THROW_NEW_ERROR_AND_RETURN_VALUE(thread, error, OperationResult(thread, in GetProperty()
194 OperationResult(thread, JSTaggedValue::Exception(), PropertyMetaData(false))); in GetProperty()
203 THROW_NEW_ERROR_AND_RETURN_VALUE(thread, error, OperationResult(thread, in GetProperty()
208 return OperationResult(thread, obj->Get(index), PropertyMetaData(false)); in GetProperty()
H A Djs_api_deque.cpp272 OperationResult JSAPIDeque::GetProperty(JSThread *thread, const JSHandle<JSAPIDeque> &obj, in GetProperty()
278 THROW_NEW_ERROR_AND_RETURN_VALUE(thread, error, OperationResult(thread, in GetProperty()
292 OperationResult(thread, JSTaggedValue::Exception(), PropertyMetaData(false))); in GetProperty()
301 THROW_NEW_ERROR_AND_RETURN_VALUE(thread, error, OperationResult(thread, in GetProperty()
306 return OperationResult(thread, obj->Get(index), PropertyMetaData(false)); in GetProperty()
H A Djs_api_linked_list.cpp266 OperationResult JSAPILinkedList::GetProperty(JSThread *thread, const JSHandle<JSAPILinkedList> &list, in GetProperty()
281 OperationResult(thread, JSTaggedValue::Exception(), PropertyMetaData(false))); in GetProperty()
290 THROW_NEW_ERROR_AND_RETURN_VALUE(thread, error, OperationResult(thread, in GetProperty()
295 return OperationResult(thread, doubleList->Get(index), PropertyMetaData(false)); in GetProperty()
H A Djs_api_list.cpp273 OperationResult JSAPIList::GetProperty(JSThread *thread, const JSHandle<JSAPIList> &list, in GetProperty()
288 OperationResult(thread, JSTaggedValue::Exception(), PropertyMetaData(false))); in GetProperty()
297 THROW_NEW_ERROR_AND_RETURN_VALUE(thread, error, OperationResult(thread, in GetProperty()
302 return OperationResult(thread, singleList->Get(index), PropertyMetaData(false)); in GetProperty()
H A Djs_api_queue.cpp227 OperationResult JSAPIQueue::GetProperty(JSThread *thread, const JSHandle<JSAPIQueue> &obj, in GetProperty()
241 OperationResult(thread, JSTaggedValue::Exception(), PropertyMetaData(false))); in GetProperty()
250 THROW_NEW_ERROR_AND_RETURN_VALUE(thread, error, OperationResult(thread, in GetProperty()
255 return OperationResult(thread, obj->Get(thread, static_cast<uint32_t>(index)), PropertyMetaData(false)); in GetProperty()
H A Djs_api_stack.h40 static OperationResult GetProperty(JSThread *thread, const JSHandle<JSAPIStack> &obj,
H A Djs_api_plain_array.cpp219 OperationResult JSAPIPlainArray::GetProperty(JSThread *thread, const JSHandle<JSAPIPlainArray> &obj, in GetProperty()
226 THROW_NEW_ERROR_AND_RETURN_VALUE(thread, error, OperationResult(thread, in GetProperty()
240 OperationResult(thread, JSTaggedValue::Exception(), PropertyMetaData(false))); in GetProperty()
251 THROW_NEW_ERROR_AND_RETURN_VALUE(thread, error, OperationResult(thread, in GetProperty()
256 return OperationResult(thread, obj->Get(JSTaggedValue(index)), PropertyMetaData(false)); in GetProperty()
H A Djs_api_deque.h55 static OperationResult GetProperty(JSThread *thread, const JSHandle<JSAPIDeque> &obj,
H A Djs_api_linked_list.h44 static OperationResult GetProperty(JSThread *thread, const JSHandle<JSAPILinkedList> &list,
H A Djs_api_list.h74 static OperationResult GetProperty(JSThread *thread, const JSHandle<JSAPIList> &list,
H A Djs_api_queue.h44 static OperationResult GetProperty(JSThread *thread, const JSHandle<JSAPIQueue> &obj,
H A Djs_api_arraylist.h75 static OperationResult GetProperty(JSThread *thread, const JSHandle<JSAPIArrayList> &obj,
/arkcompiler/ets_runtime/ecmascript/shared_objects/
H A Djs_shared_array.cpp405 OperationResult JSSharedArray::GetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in GetProperty()
412 OperationResult(thread, JSTaggedValue::Exception(), PropertyMetaData(false))); in GetProperty()
417 return OperationResult(thread, JSTaggedValue::Undefined(), PropertyMetaData(false)); in GetProperty()
419 return OperationResult(thread, JSObject::GetProperty(thread, &op), PropertyMetaData(op.IsFound())); in GetProperty()

Completed in 19 milliseconds

123