Searched defs:opResult (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | object_operator_stub_builder.cpp | 633 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()
|
| D | stub_builder.cpp | 1056 ObjectOperatorStubBuilder::ObjectOperatorResult opResult; in JSObjectHasProperty() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_typed_array_test.cpp | 348 … 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/ |
| D | builtins_shared_array.cpp | 954 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/ |
| D | js_object.cpp | 2219 …OperationResult opResult = JSTaggedValue::GetProperty(thread, JSHandle<JSTaggedValue>::Cast(obj), … in EnumerableOwnPropertyNamesHelper() local
|