Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_typed_array_test.cpp347 OperationResult opResult = JSTypedArray::IntegerIndexedElementGet(thread, handleTagValInt8Array, in HWTEST_F_L0() local
444 OperationResult opResult = JSTypedArray::IntegerIndexedElementGet(thread, handleTagValUint8Array, in HWTEST_F_L0() local
541 OperationResult opResult = JSTypedArray::IntegerIndexedElementGet(thread, handleTagValUint8ClampedArray, in HWTEST_F_L0() local
640 OperationResult opResult = JSTypedArray::IntegerIndexedElementGet(thread, handleTagValInt16Array, in HWTEST_F_L0() local
740 OperationResult opResult = JSTypedArray::IntegerIndexedElementGet(thread, handleTagValUint16Array, in HWTEST_F_L0() local
840 OperationResult opResult = JSTypedArray::IntegerIndexedElementGet(thread, handleTagValInt32Array, HWTEST_F_L0() local
940 OperationResult opResult = JSTypedArray::IntegerIndexedElementGet(thread, handleTagValUint32Array, HWTEST_F_L0() local
1040 OperationResult opResult = JSTypedArray::IntegerIndexedElementGet(thread, handleTagValFloat32Array, HWTEST_F_L0() local
1089 OperationResult opResult = JSTypedArray::IntegerIndexedElementGet(thread, handleTagValFloat64Array, HWTEST_F_L0() local
1148 OperationResult opResult = JSTypedArray::FastElementGet(thread, handleTagValTypedArray, i); HWTEST_F_L0() local
1301 JSTaggedValue opResult = HWTEST_F_L0() local
1330 OperationResult opResult = HWTEST_F_L0() local
1358 JSTaggedValue opResult = HWTEST_F_L0() local
[all...]
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_shared_array.cpp918 auto opResult = in Filter() local
1200 JSTaggedValue opResult; in IndexOf() local
1224 auto opResult = BuiltinsArray::Join(argv); in Join() local
1241 auto opResult in Keys() local
1359 JSTaggedValue opResult = PopInner(argv, thisHandle, thisObjHandle); Pop() local
1431 auto opResult = JSStableArray::Push(JSHandle<JSSharedArray>::Cast(thisHandle), argv); Push() local
1589 auto opResult = ReduceUnStableJSArray(thread, thisHandle, thisObjVal, k, len, accumulator, callbackFnHandle); Reduce() local
1612 auto opResult = JSStableArray::Shift(JSHandle<JSSharedArray>::Cast(thisHandle), argv); Shift() local
1761 auto opResult = JSStableArray::Slice(thread, thisObjHandle, k, count); Slice() local
2107 auto opResult = JSFunction::Call(info); ToString() local
2389 auto opResult = JSStableArray::At(JSHandle<JSSharedArray>::Cast(thisHandle), argv); At() local
[all...]
/arkcompiler/ets_runtime/ecmascript/
H A Djs_object.cpp2034 OperationResult opResult = JSTaggedValue::GetProperty(thread, JSHandle<JSTaggedValue>::Cast(obj), key); in EnumerableOwnPropertyNamesHelper() local

Completed in 12 milliseconds