Home
last modified time | relevance | path

Searched defs:opResult (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dobject_operator_stub_builder.cpp633 void ObjectOperatorStubBuilder::SetFound(ObjectOperatorResult &opResult) in SetFound()
638 void ObjectOperatorStubBuilder::SetFound(ObjectOperatorResult &opResult, GateRef value, GateRef ind… in SetFound()
646 void ObjectOperatorStubBuilder::SetIsOnProtoType(ObjectOperatorResult &opResult) in SetIsOnProtoType()
651 void ObjectOperatorStubBuilder::SetHasReceiver(ObjectOperatorResult &opResult) in SetHasReceiver()
656 GateRef ObjectOperatorStubBuilder::IsElement(ObjectOperatorResult &opResult) in IsElement()
661 GateRef ObjectOperatorStubBuilder::IsAccessorDescriptor(ObjectOperatorResult &opResult) in IsAccessorDescriptor()
Dstub_builder.cpp1056 ObjectOperatorStubBuilder::ObjectOperatorResult opResult; in JSObjectHasProperty() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_typed_array_test.cpp348 … OperationResult opResult = JSTypedArray::IntegerIndexedElementGet(thread, handleTagValInt8Array, in HWTEST_F_L0() local
445 … OperationResult opResult = JSTypedArray::IntegerIndexedElementGet(thread, handleTagValUint8Array, in HWTEST_F_L0() local
542 …OperationResult opResult = JSTypedArray::IntegerIndexedElementGet(thread, handleTagValUint8Clamped… in HWTEST_F_L0() local
641 … OperationResult opResult = JSTypedArray::IntegerIndexedElementGet(thread, handleTagValInt16Array, in HWTEST_F_L0() local
741 … OperationResult opResult = JSTypedArray::IntegerIndexedElementGet(thread, handleTagValUint16Array, in HWTEST_F_L0() local
841 … OperationResult opResult = JSTypedArray::IntegerIndexedElementGet(thread, handleTagValInt32Array, in HWTEST_F_L0() local
941 … OperationResult opResult = JSTypedArray::IntegerIndexedElementGet(thread, handleTagValUint32Array, in HWTEST_F_L0() local
1041 …OperationResult opResult = JSTypedArray::IntegerIndexedElementGet(thread, handleTagValFloat32Array, in HWTEST_F_L0() local
1090 …OperationResult opResult = JSTypedArray::IntegerIndexedElementGet(thread, handleTagValFloat64Array, in HWTEST_F_L0() local
1149 … OperationResult opResult = JSTypedArray::FastElementGet(thread, handleTagValTypedArray, i); in HWTEST_F_L0() local
[all …]
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_shared_array.cpp954 auto opResult = in Filter() local
1294 auto opResult = BuiltinsArray::Keys(argv); in Keys() local
1406 JSTaggedValue opResult = PopInner(argv, thisHandle, thisObjHandle); in Pop() local
1600 …auto opResult = ReduceUnStableJSArray(thread, thisHandle, thisObjHandle, k, len, accumulator, call… in Reduce() local
1948 auto opResult = JSFunction::Call(info); in ToString() local
/arkcompiler/ets_runtime/ecmascript/
Djs_object.cpp2219 …OperationResult opResult = JSTaggedValue::GetProperty(thread, JSHandle<JSTaggedValue>::Cast(obj), … in EnumerableOwnPropertyNamesHelper() local